Fix HotbarKit

Fix steamwar.devserver.gradle
Add WarGear20 to build.gradle.kts
This commit is contained in:
2025-04-25 18:07:14 +02:00
parent a38f9222dd
commit f89c4e88f9
3 changed files with 17 additions and 9 deletions
+10
View File
@@ -39,3 +39,13 @@ dependencies {
implementation(project(":FightSystem:FightSystem_20"))
implementation(project(":FightSystem:FightSystem_21"))
}
tasks.register<FightServer>("WarGear20") {
group = "run"
description = "Run a WarGear 1.20 Fight Server"
dependsOn(":SpigotCore:shadowJar")
dependsOn(":FightSystem:shadowJar")
template = "WarGear20"
worldName = "arenas/Pentraki"
config = "WarGear20.yml"
}