fix: switch to 2.0 invui and translation
Some checks failed
Build / build (push) Failing after 56s
Format / formatting (push) Failing after 1m2s

This commit is contained in:
unurled 2025-06-25 23:18:12 +02:00
parent b157836887
commit a3fbcbf32a
Signed by: unurled
GPG key ID: EFC5F5E709B47DDD
89 changed files with 573 additions and 281 deletions

View file

@ -2,7 +2,7 @@ import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
plugins {
`java-library`
id("io.papermc.paperweight.userdev") version "2.0.0-beta.10"
id("io.papermc.paperweight.userdev") version "2.0.0-beta.17"
id("org.sonarqube") version "6.0.1.5171"
id("de.eldoria.plugin-yml.paper") version "0.6.0"
}
@ -16,10 +16,10 @@ description = "The main SR plugin."
val mcVersion = "1.21.4-R0.1-SNAPSHOT"
val redisVersion = "5.2.0-beta4"
val invuiVersion = "2.0.0-alpha.6"
val invuiVersion = "2.0.0-alpha.14"
val gsonVersion = "2.11.0"
val srcoreVersion = "0.2.0"
val packeteventsVersion = "2.7.0"
val znpcsPlusVersion = "2.1.0-SNAPSHOT"
val javaVersion = 23
@ -33,14 +33,15 @@ repositories {
name = "packetevents"
url = uri("https://repo.codemc.io/repository/maven-releases/")
}
maven {
name = "unurled"
url = uri("https://repo.unurled.me/releases")
}
maven {
name = "cubbossa"
url = uri("https://nexus.leonardbausenwein.de/repository/maven-releases/")
}
// ZNPCsPlus
maven {
name = "pyrSnapshots"
url = uri("https://repo.pyr.lol/snapshots")
}
}
dependencies {
@ -54,7 +55,7 @@ dependencies {
paperLibrary("com.github.retrooper", "packetevents-spigot", packeteventsVersion)
compileOnly("me.unurled:SR-Core:${srcoreVersion}")
paperLibrary("lol.pyr", "znpcsplus-api", znpcsPlusVersion)
}
java {