mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-04 21:46:55 +00:00
- Create tag command
- Fix bug fixes
This commit is contained in:
@@ -32,7 +32,6 @@ public class CommandHandler extends PlexBase
|
||||
commands.add(new BanCMD());
|
||||
commands.add(new CommandSpyCMD());
|
||||
commands.add(new CreativeCMD());
|
||||
|
||||
commands.add(new FlatlandsCMD());
|
||||
commands.add(new FreezeCMD());
|
||||
commands.add(new ListCMD());
|
||||
@@ -43,6 +42,7 @@ public class CommandHandler extends PlexBase
|
||||
commands.add(new PunishmentsCMD());
|
||||
commands.add(new SpectatorCMD());
|
||||
commands.add(new SurvivalCMD());
|
||||
commands.add(new TagCMD());
|
||||
commands.add(new UnbanCMD());
|
||||
commands.add(new UnfreezeCMD());
|
||||
commands.add(new WorldCMD());
|
||||
|
||||
Reference in New Issue
Block a user