File tree 2 files changed +2
-2
lines changed
abstraction/src/main/java/com/loohp/multichatdiscordsrvaddon/config
common/src/main/java/com/loohp/multichatdiscordsrvaddon/command/subcommand
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ public record Debug(
456
456
new EnderChest (
457
457
true ,
458
458
0 ,
459
- "## FF55FF" ,
459
+ "#FF55FF" ,
460
460
"&f[&d%player_name%'s Ender Chest&f]" ,
461
461
"%player_name%'s Ender Chest" ,
462
462
"&dShow your Ender Chest in the chat!"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public void execute(
26
26
try {
27
27
if (plugin .resourceReloadLock .tryLock (0 , TimeUnit .MILLISECONDS )) {
28
28
try {
29
- plugin . reloadConfig ();
29
+ Config . i (). reload ();
30
30
ImageGeneration .onConfigReload ();
31
31
Bukkit .getPluginManager ().callEvent (new MultiChatDiscordSRVConfigReloadEvent ());
32
32
ChatUtils .sendMessage (Config .i ().getMessages ().reloadConfig (), sender );
You can’t perform that action at this time.
0 commit comments