add exec command to the defaults

This commit is contained in:
nikky 2018-05-23 22:52:44 +02:00
parent 07bc1736e6
commit 41454b533d
1 changed files with 9 additions and 0 deletions

View File

@ -54,6 +54,15 @@ object CommandConfig {
allowArgs = false,
timeout = 200,
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
)
)