Package org.mcsg.survivalgames.commands

Examples of org.mcsg.survivalgames.commands.Teleport


    commands.put("flag", new Flag());
    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

TOP

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

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.