From 730b0d6191d58ce5a4d95474a7eaf85a1eec213b Mon Sep 17 00:00:00 2001 From: Roman Zhuravlev Date: Wed, 3 Sep 2025 19:31:27 +0500 Subject: [PATCH] Add recursively loaded & unloaded message keys --- Common/src/main/resources/messages.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 !",