From c227933b3b7836a0ef7c661a68823702a25fa3cd Mon Sep 17 00:00:00 2001 From: "its.bread" <38575088+cyljacky02@users.noreply.github.com> Date: Thu, 11 Dec 2025 00:43:24 +0800 Subject: [PATCH] feat: add Paper 1.21.11 support (#629) --- .github/workflows/ci.yml | 4 ++++ bukkit/1.21.11/gradle.properties | 4 ++++ bukkit/build.gradle | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 bukkit/1.21.11/gradle.properties diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8d2cbcc..c9d89a77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,7 @@ jobs: paper-1.21.5 paper-1.21.8 paper-1.21.10 + paper-1.21.11 fabric-1.21.1 fabric-1.21.4 fabric-1.21.5 @@ -66,6 +67,7 @@ jobs: paper paper paper + paper fabric fabric fabric @@ -76,6 +78,7 @@ jobs: Paper 1.21.5 Paper 1.21.8 Paper 1.21.10 + Paper 1.21.11 Fabric 1.21.1 Fabric 1.21.4 Fabric 1.21.5 @@ -86,6 +89,7 @@ jobs: target/HuskSync-Bukkit-${{ env.version_name }}+mc.1.21.5.jar target/HuskSync-Bukkit-${{ env.version_name }}+mc.1.21.8.jar target/HuskSync-Bukkit-${{ env.version_name }}+mc.1.21.10.jar + target/HuskSync-Bukkit-${{ env.version_name }}+mc.1.21.11.jar target/HuskSync-Fabric-${{ env.version_name }}+mc.1.21.1.jar target/HuskSync-Fabric-${{ env.version_name }}+mc.1.21.4.jar target/HuskSync-Fabric-${{ env.version_name }}+mc.1.21.5.jar diff --git a/bukkit/1.21.11/gradle.properties b/bukkit/1.21.11/gradle.properties new file mode 100644 index 00000000..25451041 --- /dev/null +++ b/bukkit/1.21.11/gradle.properties @@ -0,0 +1,4 @@ +minecraft_version_range=>=1.21.11 <=1.21.11 +minecraft_version_numeric=12111 +minecraft_api_version=1.21 +paper_api_version=1.21.11-R0.1-SNAPSHOT diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 2d7a4a42..aca2153a 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'net.kyori:adventure-platform-bukkit:4.4.1' implementation 'dev.triumphteam:triumph-gui:3.1.12' implementation 'space.arim.morepaperlib:morepaperlib:0.4.4' - implementation 'de.tr7zw:item-nbt-api:2.15.3' + implementation 'de.tr7zw:item-nbt-api:2.15.5' compileOnly "io.papermc.paper:paper-api:${paper_api_version}" compileOnly 'com.github.retrooper:packetevents-spigot:2.10.1'