Add initial multi plugin management
This commit is contained in:
parent
df55162d73
commit
94e4693b5e
54 changed files with 1988 additions and 937 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue