Features - Easy to use.
- Use nuggets or ingots as the base of the economy
- Towny and Vault support.
- TownyAPI Integration!
- Optional removing of Gold Drops by Mobs to reduce inflation.
- Multiple Language support!
How to Install - Install
Vault - Download TheGoldEconomy jar and put it into plugins folder.
- Enjoy playing!
Commands Player:
/bank balance view your Balance.
/bank deposit <gold> Deposits gold from you inventory into your account.
/bank withdraw <gold> Withdraws gold from you account into your inventory.
/bank pay <player> <gold> Pay a player gold.
Admin:
/bank set <player> <gold> Sets player's balance.
/bank add <player> <gold> Add gold to player's balance.
/bank remove <player> <gold> Remove gold to player's balance.
Permissions:
thegoldeconomy.set /bank set
thegoldeconomy.add /bank add
thegoldeconomy.remove /bank remove
Placeholders
The following placeholders are available if using PlaceholderAPI
thegoldeconomy_inventoryBalance
thegoldeconomy_bankbalance
thegoldeconomy_totalBalance
Config File:
Code (YAML):
# Remove Gold Drops from Mobs like Piglins? (default: true) removeGoldDrop: true
# Should the plugin check for updated? (default: true) updateCheck: true
# Valid language are: # German: de_DE # English: en_US # Spanish: es_ES # Simplified Chinese: zh_CN language: "en_US" # Do you want to restrict bank commands to bank plots (requires Towny) restrictToBankPlot: false
# Prefix prefix: "TheGoldEconomy" # This value sets the base domination of the economy # 'nuggets' = 1 nugget is 1 currency, 1 ingot is 9, 1 block is 81 # 'ingots' = 1 ingots is 1 currency, 1 block is 9 base: "nuggets"