Add recursive flag
This commit is contained in:
parent
c95619439d
commit
20112987a9
1 changed files with 14 additions and 0 deletions
|
|
@ -73,6 +73,13 @@
|
|||
"permission": "serverutils.unloadplugin",
|
||||
"description": "Force disable and unload the specified plugin(s).",
|
||||
"display-in-help": false
|
||||
},
|
||||
"recursive": {
|
||||
"main": "recursive",
|
||||
"aliases": ["r"],
|
||||
"permission": "serverutils.unloadplugin",
|
||||
"description": "Recursively disable and unload the specified plugin(s).",
|
||||
"display-in-help": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -89,6 +96,13 @@
|
|||
"permission": "serverutils.reloadplugin",
|
||||
"description": "Force reloads the specified plugin(s).",
|
||||
"display-in-help": false
|
||||
},
|
||||
"recursive": {
|
||||
"main": "recursive",
|
||||
"aliases": ["r"],
|
||||
"permission": "serverutils.reloadplugin",
|
||||
"description": "Recursively reloads the specified plugin(s).",
|
||||
"display-in-help": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue