Description
This is a very simple server economy mod for Forge 1.8 servers.
This mod is serverside only and should not be installed on the client.
Ingot Economy tracks and maintains player balances.
/balance - Check your balance
/balance <player> - Check another player's balance
/pay <player> <amount> - Pay another player money from your balance
/ingot set <player> <amount> - Operator command to set a player's balance
/ingot reload - Reload the configuration
Configuration:
- Set the currency prefix, which appears before the amount with no spaces, e.g. "&" will display as &4.50 or "$" will show $4.50
- Set the currency name, which appears after the amount, e.g. "dollars" will display 4.50 dollars or "ingots" will show 4.50 ingots
It is possible to have both a currency name and a prefix, but this looks weird.
Planned Features:
- Custom starting amount for each player
- Other features for buying/selling to get/spend money
Please submit any bugs/issues/suggestions on GitHub.


