From b04c220313361b1e00bd79cfc66c439d60967688 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 25 Oct 2025 23:46:37 +0200 Subject: [PATCH] Add Dev Command --- src/main/kotlin/commands/dev/DevCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/commands/dev/DevCommand.kt b/src/main/kotlin/commands/dev/DevCommand.kt index 121192d..092c200 100644 --- a/src/main/kotlin/commands/dev/DevCommand.kt +++ b/src/main/kotlin/commands/dev/DevCommand.kt @@ -107,7 +107,7 @@ class DevCommand : CliktCommand("dev") { "--port", port.toString(), "--level-name", worldFile.name, "--world-dir", workingDir.absolutePath, - "--no-gui", + "--nogui", *(if (plugins != null) arrayOf("--plugins", plugins!!) else arrayOf()) ), serverDir )