Uplift Paper version to 1.21.10

This commit is contained in:
Focusvity
2025-11-05 18:18:53 +11:00
parent afd3223c24
commit f6f37ca23c
5 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -69,7 +69,7 @@ bukkit {
}
// Adapted from PlotSquared
val supportedVersions = listOf("1.21.8")
val supportedVersions = listOf("1.21.8", "1.21.9", "1.21.10")
tasks {
supportedVersions.forEach {
register<RunServer>("runServer-$it") {
@@ -97,8 +97,8 @@ tasks {
}
dependencies {
paperweight.paperDevBundle("1.21.8-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.10-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT")
compileOnly("net.coreprotect:coreprotect:22.4")
implementation("org.bstats:bstats-base:3.0.2")
implementation("org.bstats:bstats-bukkit:3.0.2")