Add recursively loaded & unloaded message keys
This commit is contained in:
parent
68dbdbcda0
commit
730b0d6191
1 changed files with 4 additions and 1 deletions
|
|
@ -18,7 +18,9 @@
|
||||||
"reload": "<dark_aqua>Successfully reloaded <aqua>ServerUtils configurations</aqua>!",
|
"reload": "<dark_aqua>Successfully reloaded <aqua>ServerUtils configurations</aqua>!",
|
||||||
"serverutils-updater": "<dark_aqua>Loaded and enabled ServerUtilsUpdater. Completion can be monitored from the console, attempting restart now...",
|
"serverutils-updater": "<dark_aqua>Loaded and enabled ServerUtilsUpdater. Completion can be monitored from the console, attempting restart now...",
|
||||||
"loadplugin": "<dark_aqua>Successfully loaded <aqua><plugin></aqua>!",
|
"loadplugin": "<dark_aqua>Successfully loaded <aqua><plugin></aqua>!",
|
||||||
|
"loadplugin-recursively": "<dark_aqua>Successfully recursively loaded <aqua><plugin></aqua>!",
|
||||||
"unloadplugin": "<dark_aqua>Successfully unloaded <aqua><plugin></aqua>!",
|
"unloadplugin": "<dark_aqua>Successfully unloaded <aqua><plugin></aqua>!",
|
||||||
|
"unloadplugin-recursively": "<dark_aqua>Successfully recursively unloaded <aqua><plugin></aqua>!",
|
||||||
"reloadplugin": {
|
"reloadplugin": {
|
||||||
"success": "<dark_aqua>Successfully reloaded <aqua><plugin></aqua>!",
|
"success": "<dark_aqua>Successfully reloaded <aqua><plugin></aqua>!",
|
||||||
"serverutils": "<red>Sorry, but you can't reload ServerUtils this way. Please restart using <dark_red>/<command></dark_red>."
|
"serverutils": "<red>Sorry, but you can't reload ServerUtils this way. Please restart using <dark_red>/<command></dark_red>."
|
||||||
|
|
@ -28,7 +30,8 @@
|
||||||
"format": "<dark_red><plugin>",
|
"format": "<dark_red><plugin>",
|
||||||
"separator": "<red>, ",
|
"separator": "<red>, ",
|
||||||
"last-separator": " <red>and ",
|
"last-separator": " <red>and ",
|
||||||
"override": "<red>Use \"<dark_red>/<command></dark_red>\" to force command execution."
|
"override": "<red>Use \"<dark_red>/<command></dark_red>\" to force command execution.",
|
||||||
|
"recursively": "<red>Use \"<dark_red>/<command></dark_red>\" to recursively command execution."
|
||||||
},
|
},
|
||||||
"watchplugin": {
|
"watchplugin": {
|
||||||
"start": "<dark_aqua>Started watching <aqua><plugin></aqua>!",
|
"start": "<dark_aqua>Started watching <aqua><plugin></aqua>!",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue