mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-22 07:34:05 +02:00
add VanishCommand (untested)
This commit is contained in:
parent
56d5f2d6a4
commit
591eb3231e
3 changed files with 57 additions and 1 deletions
|
@ -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...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue