mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-22 04:44:04 +02:00
Added Language Reloader to ReloadCommand
This commit is contained in:
parent
dfa234714c
commit
a5b5407d63
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ public class ReloadCommand extends SimpleCommand {
|
||||||
BlazeSMP.getInstance().reloadConfig();
|
BlazeSMP.getInstance().reloadConfig();
|
||||||
BlazeSMP.getInstance().getProtectedBlocks().save();
|
BlazeSMP.getInstance().getProtectedBlocks().save();
|
||||||
BlazeSMP.getInstance().getHomes().save();
|
BlazeSMP.getInstance().getHomes().save();
|
||||||
|
L4M4.init();
|
||||||
player.sendMessage(MiniMessage.miniMessage().deserialize(L4M4.get("config.reloaded")));
|
player.sendMessage(MiniMessage.miniMessage().deserialize(L4M4.get("config.reloaded")));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue