Examples of SurvivalGames


Examples of org.mcsg.survivalgames.SurvivalGames

    return instance;
  }
 
  @SuppressWarnings("deprecation")
  public void startThirst() {
    Bukkit.getServer().getScheduler().scheduleAsyncRepeatingTask(new SurvivalGames(), new Runnable() {
      public void run() {
        for (Game g : GameManager.getInstance().getGames()) {
          for (Player p : g.getAllPlayers()) {
            removeThirst(p, 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.