GoldenChest Economy
GoldenChest Economy allows gold to be used as currency. Unlike most other plugins that provide some sort of gold currency implementation, GoldenChest uses the gold inside a specified chest as account balance.
GoldenChest is meant to be a compromise between item currency and virtual currency.
May contain traces of bugs!
This plugin is currenlty in an alpha stage. Please report any bugs you find in the comments below or on github.
To opt-out of the metrics open plugins/PluginMetrics/config.yml and change opt-out: false to true
How it works
To create an account, players need to place a chest somewhere and register it with the /registerChest command. The gold in the chest will then be counted as their account balance.
You can specify the value of gold in the config. Transactions that use amounts which can not be stored in gold are temporarily stored in a database until storing them is possible.
Commands and permissions
Basic commands
| Command | Description | Usage | Permission |
|---|---|---|---|
| money, balance, bal | check how much money someone has | money [player] | GoldenChestEconomy.use.money |
| pay | pay money to a player | pay [player] [amount] | GoldenChestEconomy.use.pay |
| registerChest | tegisters a chest | registerChest | GoldenChestEconomy.use.registerChest |
| top | lists all accounts and balances in a ranked list | top [page] | GoldenChestEconomy.use.top |
Administrative commands
| Command | Description | Usage | Permission |
|---|---|---|---|
| grant | gives a player the specified amount of money | grant [player] [amount] | GoldenChestEconomy.admin.grant |
| take | takes a specified amount of money from a player | take [player] [amount] | GoldenChestEconomy.admin.take |
Unimplemented commands (comming soon)
| Command | Description | Usage | Permission |
|---|---|---|---|
| listChests | List the location of a players chests | listChests [player] | not set yet |
Configuration
The default config file can be found here. It contains detailed information on the configurable options.
If you have any questions about it, please ask below.
Talk to me!
No, seriously. If you've got anything to say about this plugin just leave a comment below, I will try to reply as soon as possible. I'd also be glad to get some suggestions on what else to add.

