We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78184c commit 6942fa7Copy full SHA for 6942fa7
common/src/main/java/com/loohp/multichatdiscordsrvaddon/command/subcommand/ReloadConfigCommand.java
@@ -27,6 +27,7 @@ public void execute(
27
if (plugin.resourceReloadLock.tryLock(0, TimeUnit.MILLISECONDS)) {
28
try {
29
Config.reload();
30
+ plugin.processConfigs();
31
ImageGeneration.onConfigReload();
32
Bukkit.getPluginManager().callEvent(new MultiChatDiscordSRVConfigReloadEvent());
33
ChatUtils.sendMessage(Config.i().getMessages().reloadConfig(), sender);
0 commit comments