Added a //help command.

This commit is contained in:
TomyLobo
2011-12-13 09:23:21 +01:00
parent c4031c38ba
commit 05404b005d
3 changed files with 115 additions and 14 deletions

View File

@ -983,6 +983,13 @@ public class WorldEdit {
return commands.getCommands();
}
/**
* @return the commands
*/
public CommandsManager<LocalPlayer> getCommandsManager() {
return commands;
}
/**
*
* @param player