Add modular fight system components and configurations

Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
2026-03-17 18:30:53 +01:00
parent 5e19629df5
commit a37321d3b8
19 changed files with 638 additions and 3 deletions
+3 -2
View File
@@ -67,9 +67,10 @@ tasks.register<FightServer>("WarGear21") {
description = "Run a WarGear 1.21 Fight Server"
dependsOn(":SpigotCore:shadowJar")
dependsOn(":FightSystem:shadowJar")
dependsOn(":KotlinCore:shadowJar")
template = "WarGear21"
worldName = "arenas/Pentraki"
config = "WarGear20.yml"
worldName = "arenas/Colosso"
config = "WarGear21.yml"
jar = "/jars/paper-1.21.6.jar"
}