Add multi plugin watcher
This commit is contained in:
parent
1b4997869d
commit
8d3a85d472
8 changed files with 300 additions and 103 deletions
|
|
@ -80,8 +80,17 @@
|
|||
"main": "watchplugin",
|
||||
"aliases": ["wp"],
|
||||
"permission": "serverutils.watchplugin",
|
||||
"description": "Watches the specified plugin for changes.",
|
||||
"display-in-help": true
|
||||
"description": "Watches the specified plugin(s) for changes.",
|
||||
"display-in-help": true,
|
||||
"flags": {
|
||||
"force": {
|
||||
"main": "force",
|
||||
"aliases": ["f"],
|
||||
"permission": "serverutils.watchplugin",
|
||||
"description": "Force watches the specified plugin(s) for changes.",
|
||||
"display-in-help": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"unwatchplugin": {
|
||||
"main": "unwatchplugin",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue