diff --git a/Common/src/main/resources/messages.json b/Common/src/main/resources/messages.json index 7d7ad43..54736ea 100644 --- a/Common/src/main/resources/messages.json +++ b/Common/src/main/resources/messages.json @@ -18,7 +18,9 @@ "reload": "Successfully reloaded ServerUtils configurations!", "serverutils-updater": "Loaded and enabled ServerUtilsUpdater. Completion can be monitored from the console, attempting restart now...", "loadplugin": "Successfully loaded !", + "loadplugin-recursively": "Successfully recursively loaded !", "unloadplugin": "Successfully unloaded !", + "unloadplugin-recursively": "Successfully recursively unloaded !", "reloadplugin": { "success": "Successfully reloaded !", "serverutils": "Sorry, but you can't reload ServerUtils this way. Please restart using /." @@ -28,7 +30,8 @@ "format": "", "separator": ", ", "last-separator": " and ", - "override": "Use \"/\" to force command execution." + "override": "Use \"/\" to force command execution.", + "recursively": "Use \"/\" to recursively command execution." }, "watchplugin": { "start": "Started watching !",