Merge branch 'alttd' of https://github.com/Altitude-Devs/AlttdGriefPrevention into alttd
This commit is contained in:
commit
2587b26eb2
|
|
@ -3207,8 +3207,8 @@ public class GriefPrevention extends JavaPlugin
|
||||||
portalReturnTaskMap.put(player.getUniqueId(), task);
|
portalReturnTaskMap.put(player.getUniqueId(), task);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final double[] xMult = {0, 500, 10000, 50000, 300000, 1000000, Integer.MAX_VALUE};
|
private static final double[] xMult = {0, 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[] yMultBuy = {0.5, 0.75, 1, 2, 5};
|
||||||
private double claimBlockCost(int oldPoints, int transPts) {
|
private double claimBlockCost(int oldPoints, int transPts) {
|
||||||
if (Config.claimBlockPrices.isEmpty())
|
if (Config.claimBlockPrices.isEmpty())
|
||||||
return transPts * GriefPrevention.instance.config_economy_claimBlocksPurchaseCost;
|
return transPts * GriefPrevention.instance.config_economy_claimBlocksPurchaseCost;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user