Ejemplo n.º 1
0
  public boolean dispatchCommand(CommandSender sender, String commandLine) {
    if (commandMap.dispatch(sender, commandLine)) {
      return true;
    }
    sender.sendMessage("Unknown command. Type \"help\" for help.");

    return false;
  }