Installation and getting started
Paper server 1.21+ (or derivative). Vault is recommended for integration with other plugins (shops, jobs, etc.). Optional: PlaceholderAPI, DecentHolograms, MyCore.
Step-by-step installation
- Download MyEconomy.jar from the Downloads page.
- Place the file in your server's
plugins/folder. - Restart the server (or run
/reloadif your host allows it). - On first run,
plugins/MyEconomy/config.ymlis created automatically.
Verification
In-game, type /balance (or /bal). If the plugin is loaded, your balance will show. New players receive a starting balance defined in the config.
Essential commands: /balance or /bal to view balance, /pay <player> <amount> to send money, /ecomenu to open the GUI. Customize currency and rankings in config.yml.
Configuration example
Excerpt from config.yml for currency and starting balance:
currency:
name: "coins"
symbol: ""
decimals: 2
starting-balance:
amount: 100.0
welcome-message: "&aYou received &e{amount} {currency} &a!"