18.02.2016, 12:42
@valych: You will have to create an "/test help" command, because CommandGroups are not meant for simple commands such as "/use [water/food/cigarette]". You can use the CommandManager to get all commands in the specific command prefix:
PHP код:
List<CommandEntry> entries = commandManager.getCommandEntries("test");