This commit is contained in:
destro174 2022-02-24 18:59:21 +01:00
commit 2587b26eb2

View File

@ -3207,8 +3207,8 @@ public class GriefPrevention extends JavaPlugin
portalReturnTaskMap.put(player.getUniqueId(), task);
}
private static final double[] xMult = {0, 500, 10000, 50000, 300000, 1000000, Integer.MAX_VALUE};
private static final double[] yMultBuy = {0.25, 0.5, 0.75, 1, 2, 5};
private static final double[] xMult = {0, 10000, 50000, 300000, 1000000, Integer.MAX_VALUE};
private static final double[] yMultBuy = {0.5, 0.75, 1, 2, 5};
private double claimBlockCost(int oldPoints, int transPts) {
if (Config.claimBlockPrices.isEmpty())
return transPts * GriefPrevention.instance.config_economy_claimBlocksPurchaseCost;