fancynpcs, fancyholograms, fancydialogs: Add support for 1.21.9 (#118)

* fancynpcs: Add 1.21.9 module files

* fancynpcs: Fix Npc_1_21_9

* packets: Add support for 1.21.9-pre2

* Update release configs

* Update to 1.21.9-rc1

* fancynpcs: Use 2.0.0 for cloud
This commit is contained in:
Oliver
2025-09-28 13:22:52 +02:00
committed by GitHub
parent d33ce2346d
commit bf699305d5
86 changed files with 4071 additions and 15 deletions

View File

@@ -31,6 +31,7 @@ val supportedVersions =
"1.21.6",
"1.21.7",
"1.21.8",
"1.21.9",
)
allprojects {
@@ -54,6 +55,7 @@ dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
implementation(project(":plugins:fancynpcs:fn-api"))
implementation(project(":plugins:fancynpcs:implementation_1_21_9"))
implementation(project(":plugins:fancynpcs:implementation_1_21_6"))
implementation(project(":plugins:fancynpcs:implementation_1_21_5"))
implementation(project(":plugins:fancynpcs:implementation_1_21_4"))
@@ -79,10 +81,10 @@ dependencies {
implementation("de.oliver.FancyAnalytics:java-sdk:0.0.4")
implementation("de.oliver.FancyAnalytics:mc-api:0.1.11")
implementation("de.oliver.FancyAnalytics:logger:0.0.8")
implementation("org.incendo:cloud-core:2.1.0-SNAPSHOT")
implementation("org.incendo:cloud-core:2.0.0")
implementation("org.incendo:cloud-paper:2.0.0-beta.11")
implementation("org.incendo:cloud-annotations:2.1.0-SNAPSHOT")
annotationProcessor("org.incendo:cloud-annotations:2.1.0-SNAPSHOT")
implementation("org.incendo:cloud-annotations:2.0.0")
annotationProcessor("org.incendo:cloud-annotations:2.0.0")
implementation("org.mineskin:java-client-jsoup:3.0.3-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.6")