new commands

This commit is contained in:
C10udburst
2022-01-01 16:41:45 +01:00
parent 05fa87a0a3
commit b1fa434a9c
4 changed files with 78 additions and 0 deletions

View File

@@ -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());