Package com.palmergames.bukkit.towny.object

Examples of com.palmergames.bukkit.towny.object.Nation.payTo()


    Nation oldNation = new Nation(oldName);

    if (plugin.isEcoActive())
      try {
        nation.pay(nation.getHoldingBalance(), "Rename Nation - Empty account of new nation name.");
        oldNation.payTo(oldNation.getHoldingBalance(), nation, "Rename Nation - Transfer to new account");
      } catch (EconomyException e) {
      }

    for (Town town : toSave) {
      saveTown(town);
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.