Add initial multi plugin management

This commit is contained in:
Frank van der Heijden 2021-07-29 15:08:42 +02:00
parent df55162d73
commit 94e4693b5e
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8
54 changed files with 1988 additions and 937 deletions

View file

@ -8,7 +8,7 @@
"ep"
],
"permission": "serverutils.enableplugin",
"description": "Enables the specified plugin.",
"description": "Enables the specified plugin(s).",
"display-in-help": true
},
"disableplugin": {
@ -17,7 +17,7 @@
"dp"
],
"permission": "serverutils.disableplugin",
"description": "Disables the specified plugin.",
"description": "Disables the specified plugin(s).",
"display-in-help": true
},
"reloadconfig": {