diff --git a/core/src/main/kotlin/matterlink/config/CommandConfig.kt b/core/src/main/kotlin/matterlink/config/CommandConfig.kt index 6a36113..e93330c 100644 --- a/core/src/main/kotlin/matterlink/config/CommandConfig.kt +++ b/core/src/main/kotlin/matterlink/config/CommandConfig.kt @@ -61,7 +61,7 @@ object CommandConfig { type = CommandType.EXECUTE, execute = "{args}", argumentsRegex = ".*".toRegex(), - permLevel = 1.0, + permLevel = 50.0, help = "Execute any command as OP, be careful with this one", execOp = true, defaultCommand = true