raise permission requirement for exec
This commit is contained in:
parent
3a79834e4c
commit
33c94a589c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue