Examples of restoreArena()


Examples of de.beimax.simplespleef.game.Game.restoreArena()

    if (game == null) {
      sender.sendMessage(ChatColor.DARK_RED + SimpleSpleef.ll("errors.unknownArena", "[ARENA]", arena));
      return;
    }
   
    game.restoreArena(sender, false);
  }

  /**
   * enable arena
   * @param sender
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.