Ejemplo n.º 1
0
  @Override
  public boolean execute(MOB mob, List<String> commands, int metaFlags) throws java.io.IOException {
    final Properties helpFile = CMLib.help().getHelpFile();
    if (helpFile.size() == 0) {
      if (mob != null) mob.tell(L("No help is available."));
      return false;
    }

    doTopics(mob, helpFile, "HELP", "PLAYER TOPICS");
    return false;
  }