Adjust gem conversion rate
This commit is contained in:
parent
0aeca96746
commit
e211fe182d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user