Refactor switch statements to use enhanced -> syntax and update dependencies to include cosmos-api.

This commit is contained in:
2025-07-29 19:10:20 +02:00
parent fc7860145f
commit eb30750134
2 changed files with 30 additions and 34 deletions
+4 -4
View File
@@ -3,10 +3,10 @@ plugins {
}
dependencies {
// compileOnly("com.alttd:Galaxy-API:1.21-R0.1-SNAPSHOT") {
// exclude("net.kyori")
// }
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
// Cosmos
compileOnly("com.alttd.cosmos:cosmos-api:1.21.7-R0.1-SNAPSHOT") {
isChanging = true
}
compileOnly("org.spongepowered:configurate-yaml:4.2.0") // Configurate
compileOnly("net.luckperms:api:5.5") // Luckperms
}