new commands
This commit is contained in:
@@ -72,6 +72,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
|
||||
|
||||
// Commands
|
||||
Commands commands = Commands.get();
|
||||
commands.add(new CenterCommand());
|
||||
commands.add(new GhostCommand());
|
||||
commands.add(new GiveCommand());
|
||||
commands.add(new SaveSkinCommand());
|
||||
@@ -81,6 +82,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
|
||||
// commands.add(new LocateCommand()); I wish it was that simple -_-
|
||||
commands.add(new ServerCommand());
|
||||
commands.add(new SetBlockCommand());
|
||||
commands.add(new SetVelocityCommand());
|
||||
commands.add(new TeleportCommand());
|
||||
commands.add(new TerrainExport());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user