A flexible economy plugin for Spigot/Paper (1.21.1+) with fully configurable currencies. Add any currency via config.yml and the commands, permissions, and placeholders are created automatically.
Features
Commands & Permissions
Amount Input
All the way up to Vigintillion (10^63)
Commas and underscores are also stripped: 1,000 and 1_000 both work.
PlaceholderAPI
Adding a Custom Currency
You can add custom currencies in the config, for more information check our wiki: https://voidplugins.com/wiki/void-economy
Developer API
We have a developer API so you can hook Void Economy into your own plugin, for more information check our wiki: https://voidplugins.com/wiki/void-economy
Preview
Features
- - Unlimited configurable currencies (money, tokens, crystals, ...)
- - Per-currency commands: /money, /tokens, /moneytop, etc.
- - Human-friendly amount input: 1k, 1.5m, 1b, 1t, 1q, 1qt, ...
- - SQLite with WAL mode — safe for high-frequency balance updates
- - In-memory player cache with automatic database sync
- - PlaceholderAPI support with compact formatting
- - Developer API with cancellable events
Commands & Permissions
- /<currency> - View your own balance
- /<currency> <player> - View another player's balance - voideconomy.<currency>.balance.others
- /witdhraw <currency> <amount> - Withdraw currency as a physical item - voideconomy.<currency>.withdraw
- /<currency> give <player> <amount> - Give balance - voideconomy.<currency>.give
- /<currency> take <player> <amount> - Take balance - voideconomy.<currency>.take
- /<currency> set <player> <amount> - Set balance - voideconomy.<currency>.set
- /<currency> reset <player> - Reset to default - voideconomy.<currency>.reset
- /<currency> clear <player> - Set to 0 - voideconomy.<currency>.clear
- /<currency>top - Top 10 richest players - voideconomy.<currency>.top
- /pay <player> <currency> <amount> - Pay another player - voideconomy.pay
- /voideconomy - List all currencies and commands - voideconomy.info
- /voideconomy reload - Reload the config - voideconomy.reload
Amount Input
- 1k - 1,000
- 1.5m - 1,500,000
- 1b - 1,000,000,000
- 1t - 1,000,000,000,000
- 1q - 1,000,000,000,000,000
- 1qt - 1,000,000,000,000,000,000
- 1sx - sextillion
- 1sp - septillion
- 1oc - octillion
- 1no - nonillion
- 1dc - decillion
All the way up to Vigintillion (10^63)
Commas and underscores are also stripped: 1,000 and 1_000 both work.
PlaceholderAPI
- %voideconomy_<currency>% - Your balance (formatted)
- %voideconomy_<currency>_raw% - Your balance (raw number)
- %voideconomy_<currency>_formatted% - Your balance (compact: 1.5K, 2.3M, 1.2B, ...)
- %voideconomy_<currency>top<rank>_name% - Name of player at rank N
- %voideconomy_<currency>top<rank>_balance% - Balance of player at rank N (formatted)
- %voideconomy_<currency>top<rank>_balance_raw% - Balance of player at rank N (raw)
- %voideconomy_<currency>top<rank>_balance_formatted% - Balance of player at rank N (compact)
Adding a Custom Currency
You can add custom currencies in the config, for more information check our wiki: https://voidplugins.com/wiki/void-economy
Developer API
We have a developer API so you can hook Void Economy into your own plugin, for more information check our wiki: https://voidplugins.com/wiki/void-economy
Preview
