Added In-game GM handbook with !id command (#463)

* Added In-game GM handbook with !id command

* Removed unused import
This commit is contained in:
Pandabyte
2019-05-05 08:49:13 +10:00
committed by Ronan Lana
parent 402d7b359d
commit 397e16bb85
3 changed files with 113 additions and 0 deletions

View File

@@ -258,6 +258,7 @@ public class CommandsExecutor {
addCommand("unjail", 2, UnJailCommand.class);
addCommand("job", 2, JobCommand.class);
addCommand("unbug", 2, UnBugCommand.class);
addCommand("id", 2, IdCommand.class);
commandsNameDesc.add(levelCommandsCursor);
}