raise permission requirement for exec

This commit is contained in:
nikky 2018-06-25 14:17:31 +02:00
parent 3a79834e4c
commit 33c94a589c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ object CommandConfig {
type = CommandType.EXECUTE, type = CommandType.EXECUTE,
execute = "{args}", execute = "{args}",
argumentsRegex = ".*".toRegex(), argumentsRegex = ".*".toRegex(),
permLevel = 1.0, permLevel = 50.0,
help = "Execute any command as OP, be careful with this one", help = "Execute any command as OP, be careful with this one",
execOp = true, execOp = true,
defaultCommand = true defaultCommand = true