Add steamwar.properties 'worldName' and 'host'

Remove some options
This commit is contained in:
2025-04-17 15:24:12 +02:00
parent 32703c6659
commit 9001e83321
2 changed files with 25 additions and 19 deletions
-5
View File
@@ -1,5 +1,3 @@
import DevServer
/*
* This file is a part of the SteamWar software.
*
@@ -22,7 +20,6 @@ import DevServer
plugins {
`java-library`
alias(libs.plugins.shadow)
steamwar.devserver
}
tasks.build {
@@ -43,7 +40,6 @@ tasks.register<DevServer>("DevBau20") {
description = "Run a 1.20 Dev Bau"
dependsOn(":SpigotCore:shadowJar")
dependsOn(":BauSystem:shadowJar")
worldName = "245"
template = "Bau20"
}
@@ -52,6 +48,5 @@ tasks.register<DevServer>("DevBau21") {
description = "Run a 1.21 Dev Bau"
dependsOn(":SpigotCore:shadowJar")
dependsOn(":BauSystem:shadowJar")
worldName = "245"
template = "Bau21"
}