diff --git a/core/src/main/kotlin/matterlink/config/CommandConfig.kt b/core/src/main/kotlin/matterlink/config/CommandConfig.kt index a43a1b0..414272f 100644 --- a/core/src/main/kotlin/matterlink/config/CommandConfig.kt +++ b/core/src/main/kotlin/matterlink/config/CommandConfig.kt @@ -43,7 +43,6 @@ object CommandConfig { ), "uptime" to CustomCommand( type = CommandType.RESPONSE, - permLevel = 1.0, response = "{uptime}", help = "Print server uptime", defaultCommand = true