This commit is contained in:
Len
2023-06-19 10:01:09 +02:00
parent 455b5ebb8d
commit 09be9e5e46
3 changed files with 21 additions and 10 deletions
+6 -5
View File
@@ -41,10 +41,10 @@ tasks {
file.parentFile.mkdirs()
}
if (!file.exists()) {
download("https://repo.destro.xyz/snapshots/com/alttd/Galaxy-Server/Galaxy-paperclip-1.19.2-R0.1-SNAPSHOT-reobf.jar", fileName)
download("https://repo.destro.xyz/private/com/alttd/Galaxy-Server/Galaxy-paperclip-1.20.1-R0.1-SNAPSHOT-reobf.jar", fileName)
}
serverJar(file)
minecraftVersion("1.19.2")
minecraftVersion("1.20.1")
}
jar {
@@ -71,7 +71,7 @@ publishing {
}
dependencies {
compileOnly("com.alttd:Galaxy-API:1.19.2-R0.1-SNAPSHOT")
compileOnly("com.alttd:Galaxy-API:1.20.1-R0.1-SNAPSHOT")
compileOnly("com.github.milkbowl:VaultAPI:1.7") {
exclude("org.bukkit","bukkit")
}
@@ -102,9 +102,10 @@ bukkit {
name = rootProject.name
main = "$group.${rootProject.name}"
version = "${rootProject.version}-${gitCommit()}"
apiVersion = "1.19"
apiVersion = "1.19" // todo update to 1.20
authors = listOf("destro174")
depend = listOf("Vault", "GriefPrevention")
depend = listOf("Vault")
softDepend = listOf("GriefPrevention")
permissions {
register("playershops.admin") {