Uplift Paper version to 1.21.10

Use the ListedPlayer method to set messages under online players for the server list

Upgrade Gradle to 9.2.0

Update the getBuildNumber function in build.gradle.kts to use non-deprecated method to fetch build numbers
This commit is contained in:
Focusvity
2025-11-05 18:34:12 +11:00
parent be6fa5a41a
commit a8c70933e7
5 changed files with 24 additions and 28 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ plugins {
id("maven-publish")
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.10"
id("net.kyori.blossom") version "2.1.0"
id("com.gradleup.shadow") version "9.0.0-rc1"
id("com.gradleup.shadow") version "9.2.2"
}
group = "dev.plex"
version = "1.5"
version = "1.6"
description = "Plex"
subprojects {