Spigot / Paper 1.21.3 support

This commit is contained in:
jacob1 2024-11-09 20:56:09 -05:00
parent 30d6845bb2
commit 4e409a80c7
No known key found for this signature in database
GPG key ID: 4E58A32D510E1995
14 changed files with 688 additions and 8 deletions

View file

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