Medieval Economy is a Spigot plugin that adds a physical coin-based currency system to your server. Players carry coins in their inventory and store them in a virtual coinpurse. Coins are represented as named items that can be deposited and withdrawn at any time.
- Download the latest
Medieval-Economy-<version>.jarfrom the Releases page. - Place the JAR in your server's
plugins/folder. - Restart the server.
- Admins create currency with
/econ createcurrency <amount>(requiresmedievaleconomy.createcurrency). - Check your balance:
/balance - Deposit coins from your inventory into your coinpurse:
/deposit <amount> - Withdraw coins from your coinpurse into your inventory:
/withdraw <amount>
| Permission | Default | Description |
|---|---|---|
medievaleconomy.default |
true |
Grants balance, deposit, and withdraw access. |
medievaleconomy.balance |
true |
Check coinpurse balance. |
medievaleconomy.deposit |
true |
Deposit coins into your coinpurse. |
medievaleconomy.withdraw |
true |
Withdraw coins from your coinpurse. |
medievaleconomy.createcurrency |
op |
Create coin items. |
medievaleconomy.reload |
op |
Reload the plugin config. |
medievaleconomy.admin |
op |
Grants all permissions. |
Open a GitHub issue to report bugs or request features.