Spigot/Paper 1.21.9-1.21.10 basic support

This commit is contained in:
jacob1 2025-09-30 21:47:48 -04:00
parent f9a568a3c4
commit 786bf4e6e6
8 changed files with 730 additions and 2 deletions

View file

@ -103,6 +103,9 @@ dependencies {
implementation(project(':bukkit-helper-121-6')) {
transitive = false
}
implementation(project(':bukkit-helper-121-10')) {
transitive = false
}
}
processResources {
@ -148,6 +151,7 @@ shadowJar {
include(dependency(':bukkit-helper-121-4'))
include(dependency(':bukkit-helper-121-5'))
include(dependency(':bukkit-helper-121-6'))
include(dependency(':bukkit-helper-121-10'))
}
relocate('org.bstats', 'org.dynmap.bstats')
destinationDirectory = file '../target'