This commit is contained in:
Telesphoreo 2022-01-29 19:32:16 -06:00
parent a95ea3557e
commit fd780463f8
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ public class CommandHandler extends PlexBase
commands.add(new RankCMD());
commands.add(new SpectatorCMD());
commands.add(new SurvivalCMD());
commands.add(new UnbanCMD());
commands.add(new WorldCMD());
PlexLog.log(String.format("Registered %s commands!", commands.size()));
}