add exec command to the defaults
This commit is contained in:
parent
07bc1736e6
commit
41454b533d
|
@ -54,6 +54,15 @@ object CommandConfig {
|
||||||
allowArgs = false,
|
allowArgs = false,
|
||||||
timeout = 200,
|
timeout = 200,
|
||||||
defaultCommand = true
|
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
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue