Add !warpmap and !warparea commands (#337)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user