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