Added reload command!

This commit is contained in:
DaTTV 2025-02-20 22:07:07 +01:00
parent 21e0194f6b
commit 3c40a33714

View file

@ -72,6 +72,7 @@ public final class BlazeSMP extends JavaPlugin {
new ClaimCommand().register();
new HomeCommand().register();
new DiscordCommand().register();
new ReloadCommand().register();
this.log.info("Registered Commands!");
this.log.info("Registering EventListeners...");