Add multi plugin watcher

This commit is contained in:
Frank van der Heijden 2021-07-31 21:05:03 +02:00
parent 1b4997869d
commit 8d3a85d472
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8
8 changed files with 300 additions and 103 deletions

View file

@ -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",