Add TransferShopsCommand

This commit is contained in:
Len
2023-08-12 11:38:22 +02:00
parent 75c0899298
commit f12b80b280
4 changed files with 75 additions and 1 deletions
+3 -1
View File
@@ -71,7 +71,9 @@ publishing {
}
dependencies {
compileOnly("com.alttd:Galaxy-API:1.20.1-R0.1-SNAPSHOT")
compileOnly("com.alttd:Galaxy-API:1.20.1-R0.1-SNAPSHOT") {
isChanging = true
}
compileOnly("com.github.milkbowl:VaultAPI:1.7") {
exclude("org.bukkit","bukkit")
}