Seems to work like this (1.21.6 - tested on Paper release 28)

This commit is contained in:
Chaosjan44 2025-06-25 02:27:21 +02:00
parent 1a9b72ea62
commit 75ec8bf8d9
8 changed files with 728 additions and 0 deletions

View file

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