new gem on worldgen

This commit is contained in:
minjaesong
2024-02-13 23:42:43 +09:00
parent 6e1af36a63
commit e5ac560966
27 changed files with 263 additions and 82 deletions

View File

@@ -15,19 +15,20 @@ import java.util.regex.Pattern
internal object CommandInterpreter {
private val commandsNoAuth = arrayOf(
"auth",
"qqq",
"setlocale",
"getlocale",
"help",
"version",
"tips",
"screenshot",
"resize",
"echo",
"error",
"seed",
"quicksave"
"auth",
"qqq",
"setlocale",
"getlocale",
"help",
"version",
"tips",
"screenshot",
"resize",
"echo",
"error",
"seed",
"quicksave",
"uuid"
)
internal fun execute(command: String) {