add VanishCommand (untested)

This commit is contained in:
EmrageGHC 2025-02-20 22:41:18 +01:00
parent 56d5f2d6a4
commit 591eb3231e
3 changed files with 57 additions and 1 deletions

View file

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