increased coin loot from rare chest drops

This commit is contained in:
Cheese 2015-03-07 11:49:01 +11:00
parent f2a71b2ea9
commit 480a5225f3
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ public class TreasureManager extends MiniPlugin
_rewardManager = new RewardManager(clientManager, donationManager, inventoryManager, petManager,
100, 250,
500, 1000,
1500, 2500,
6000, 12000,
4000, 6000,
12000, 32000,
true);
World world = Bukkit.getWorlds().get(0);