|
|
|
@ -4,6 +4,7 @@ dependencies {
|
|
|
|
|
implementation 'net.william278:mpdbdataconverter:1.0.1'
|
|
|
|
|
implementation 'net.william278:hsldataconverter:1.0'
|
|
|
|
|
implementation 'net.william278:MapDataAPI:1.0.2'
|
|
|
|
|
implementation 'net.william278:AndJam:1.0'
|
|
|
|
|
implementation 'me.lucko:commodore:2.2'
|
|
|
|
|
implementation 'net.kyori:adventure-platform-bukkit:4.1.2'
|
|
|
|
|
implementation 'dev.triumphteam:triumph-gui:3.1.3'
|
|
|
|
@ -12,6 +13,7 @@ dependencies {
|
|
|
|
|
compileOnly 'commons-io:commons-io:2.11.0'
|
|
|
|
|
compileOnly 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT'
|
|
|
|
|
compileOnly 'dev.dejvokep:boosted-yaml:1.3'
|
|
|
|
|
compileOnly 'com.github.Roxeez:AdvancementAPI:9b959a88cc'
|
|
|
|
|
compileOnly 'com.zaxxer:HikariCP:5.0.1'
|
|
|
|
|
compileOnly 'net.william278:DesertWell:1.1'
|
|
|
|
|
compileOnly 'net.william278:Annotaml:2.0'
|
|
|
|
@ -33,7 +35,9 @@ shadowJar {
|
|
|
|
|
relocate 'net.william278.desertwell', 'net.william278.husksync.libraries.desertwell'
|
|
|
|
|
relocate 'net.william278.paginedown', 'net.william278.husksync.libraries.paginedown'
|
|
|
|
|
relocate 'net.william278.mapdataapi', 'net.william278.husksync.libraries.mapdataapi'
|
|
|
|
|
relocate 'net.william278.andjam', 'net.william278.husksync.libraries.andjam'
|
|
|
|
|
relocate 'net.querz', 'net.william278.husksync.libraries.nbt'
|
|
|
|
|
relocate 'net.roxeez', 'net.william278.husksync.libraries'
|
|
|
|
|
|
|
|
|
|
relocate 'me.lucko.commodore', 'net.william278.husksync.libraries.commodore'
|
|
|
|
|
relocate 'net.byteflux.libby', 'net.william278.husksync.libraries.libby'
|
|
|
|
|