mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-29 14:56:43 +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