forked from SteamWar/SteamWar
Add steamwar.properties 'worldName' and 'host'
Remove some options
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user