@ -107,7 +107,7 @@ class DevCommand : CliktCommand("dev") {
|
|||||||
"--port", port.toString(),
|
"--port", port.toString(),
|
||||||
"--level-name", worldFile.name,
|
"--level-name", worldFile.name,
|
||||||
"--world-dir", workingDir.absolutePath,
|
"--world-dir", workingDir.absolutePath,
|
||||||
"--no-gui",
|
"--nogui",
|
||||||
*(if (plugins != null) arrayOf("--plugins", plugins!!) else arrayOf())
|
*(if (plugins != null) arrayOf("--plugins", plugins!!) else arrayOf())
|
||||||
), serverDir
|
), serverDir
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user