add random tp

EASIEST COMMAND EVER TO MAKE !! actually its prob test but whatever lol
This commit is contained in:
ChomeNS
2023-03-20 13:21:08 +07:00
parent b515b1b8b1
commit 394f22bbfb
4 changed files with 72 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ public class CommandHandlerPlugin {
registerCommand(new ThrowCommand());
registerCommand(new ValidateCommand());
registerCommand(new MusicCommand());
registerCommand(new RandomTeleportCommand());
}
public void registerCommand (Command command) {