Package org.mcsg.survivalgames.commands

Examples of org.mcsg.survivalgames.commands.Join


    loadHelpInfo();
  }

  private void loadCommands() {
    commands.put("createarena", new CreateArena());
    commands.put("join", new Join());
    commands.put("addwall", new AddWall());
    commands.put("setspawn", new SetSpawn());
    commands.put("getcount", new ListArenas());
    commands.put("disable", new Disable());
    commands.put("start", new ForceStart());
View Full Code Here

TOP

Related Classes of org.mcsg.survivalgames.commands.Join

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.