Examples of Reload


Examples of org.mcsg.survivalgames.commands.Reload

    commands.put("spectate", new Spectate());
    commands.put("lq", new LeaveQueue());
    commands.put("leavequeue", new LeaveQueue());
    commands.put("list", new ListPlayers());
    commands.put("tp", new Teleport());
    commands.put("reload", new Reload());
//    commands.put("test", new Test());

    // commands.put("sponsor", new Sponsor());
  }
View Full Code Here

Examples of org.mcsg.survivalgames.commands.Reload

    helpinfo.put("flag", 3);
    helpinfo.put("spectate", 1);
    helpinfo.put("lq", 1);
    helpinfo.put("leavequeue", 1);
    helpinfo.put("list", 1);
    commands.put("reload", new Reload());

    //helpinfo.put("sponsor", 1);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.