Examples of SetLobbySpawn


Examples of org.mcsg.survivalgames.commands.SetLobbySpawn

    commands.put("disable", new Disable());
    commands.put("start", new ForceStart());
    commands.put("enable", new Enable());
    commands.put("vote", new Vote());
    commands.put("leave", new Leave());
    commands.put("setlobbyspawn", new SetLobbySpawn());
    commands.put("setlobbywall", new SetLobbyWall());
    commands.put("resetspawns", new ResetSpawns());
    commands.put("delarena", new DelArena());
    commands.put("flag", new Flag());
    commands.put("spectate", new Spectate());
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.