Add !warpmap and !warparea commands (#337)

This commit is contained in:
MedicOP
2019-01-18 02:39:47 +01:00
committed by Ronan Lana
parent 1ab164c935
commit a363894882
3 changed files with 126 additions and 0 deletions

View File

@@ -310,6 +310,8 @@ public class CommandsExecutor {
addCommand("timer", 3, TimerCommand.class);
addCommand("timermap", 3, TimerMapCommand.class);
addCommand("timerall", 3, TimerAllCommand.class);
addCommand("warpmap", 3, WarpMapCommand.class);
addCommand("warparea", 3, WarpAreaCommand.class);
commandsNameDesc.add(levelCommandsCursor);
}