Implement startup arguments into steamwar.devserver.gradle

This commit is contained in:
2026-06-11 23:54:42 +02:00
parent b36464e69e
commit 117dbd08ae
2 changed files with 3 additions and 4 deletions
-3
View File
@@ -38,7 +38,4 @@ tasks.register<DevServer>("DevBau21") {
dependsOn(":BauSystem:shadowJar")
dependsOn(":SchematicSystem:shadowJar")
template = "Bau21"
// TODO: Add to every new server start! newer than 1.21 inclusive!
jvmArgs = "-javaagent:/jars/AccessWidener.jar=start"
setdParams(mapOf("paper.disablePluginRemapping" to "true"))
}