Package org.mcsg.survivalgames.api

Examples of org.mcsg.survivalgames.api.PlayerLeaveArenaEvent


      LobbyManager.getInstance().clearSigns(gameID);
    }

    HookManager.getInstance().runHook("PLAYER_REMOVED", "player-"+p.getName());

    PlayerLeaveArenaEvent pl = new PlayerLeaveArenaEvent(p, this, b);

    LobbyManager.getInstance().updateWall(gameID);
  }
View Full Code Here

TOP

Related Classes of org.mcsg.survivalgames.api.PlayerLeaveArenaEvent

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.