diff --git a/core/src/main/kotlin/matterlink/config/CommandConfig.kt b/core/src/main/kotlin/matterlink/config/CommandConfig.kt index 2b9869e..058ebe3 100644 --- a/core/src/main/kotlin/matterlink/config/CommandConfig.kt +++ b/core/src/main/kotlin/matterlink/config/CommandConfig.kt @@ -54,6 +54,15 @@ object CommandConfig { allowArgs = false, timeout = 200, defaultCommand = true + ), + "exec" to CustomCommand( + type = CommandType.EXECUTE, + execute = "", + permLevel = 1.0, + help = "Execute any command as OP, be careful with this one", + allowArgs = false, + execOp = true, + defaultCommand = true ) )