Adjust gem conversion rate

This commit is contained in:
Shaun Bennett 2015-11-27 01:06:53 -05:00
parent 0aeca96746
commit e211fe182d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import mineplex.game.clans.shop.bank.BankShop;
public class GoldManager extends MiniPlugin
{
public static final double GEM_CONVERSION_RATE = 3.2; // The number of gold coins when converted from a single gem
public static final double GEM_CONVERSION_RATE = 32; // The number of gold coins when converted from a single gem
public static final double DEATH_TAX = 0.04d; // Percentage of gold lost on death
public static final String META_STRING = "clans.goldAmount";