
ExcellentEconomy
A modern and lightweight economy system with unlimited virtual currencies.
- Загрузки
- 29K
- Подписчики
- 53
- Обновлён
- 24 апреля 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 16 декабря 2024 г.
ExcellentEconomy is a modern, lightweight economy plugin that lets you create unlimited custom currencies. You can finally manage your Coins, Points, Tokens, and any other currency in one place instead of using multiple plugins - with built-in Vault and PlaceholderAPI support.
Everything is designed for total customization, from text strings to in-game commands. You have the freedom to change everything to perfectly match your server's style and needs!
To upgrade from CoinsEngine, see This Guide.
🖼️ Showcase

⭐ Core Features
- Vault Integration – Works right out of the box with Vault to hook into all your economy stuff automatically.
- Database Options – Pick the storage that fits your needs. Use SQLite for a simple setup or MySQL if you are scaling up.
- Modern Formatting – Make your messages pop! We fully support MiniMessage, so you can use gradients and hex colors in every menu and chat message.
- Amount Shortcuts – Stop counting zeros. Just type
1kor1min commands to save yourself some time. - Data Import – Switching from another plugin? No big deal. You can move all player balances over with just one command.
- Data Maintenance – Keep things snappy by automatically purging old data from players who haven't logged in for a while.
- Operation Logs – Stay in the loop. Every single transaction is tracked in the console or a dedicated log file so nothing goes missing.
- Wallet – Check all your different balances at once with a single, easy command.
- PlaceholderAPI Support – Loaded with built-in placeholders, making it easy to display player/server stats anywhere on your server.
- Developer API – Use API to hook into the system and integrate it with your plugins.
💵 Currency Features
- Display Name – Pick any name you want for your currency.
- Unique Symbols – Assign a visual symbol (like a dollar sign or a custom character) to represent your funds.
- Flexible Formatting – Fully customize how the currency balance looks in-game.
- Custom Commands – Set up your own shorthand commands so players can access their wallet easily.
- Visual Icons – Choose any material or item to act as the icon for a currency in various menus.
- Decimal Support – Toggle between simple whole numbers or precise decimal values for more granular economies.
- Permission Access – Control whether everyone can use the currency or if it requires a specific permission node.
- P2P Transfers – Enable or disable the ability for players to send money to each other, complete with minimum transfer limits.
- Balance Limits – Define exactly how much cash a new player starts with and set a maximum cap to prevent infinite wealth.
- Exchange Rates – Set up a conversion system to swap a currency for others at whatever rate you choose.
- Database Management – Specify a custom database column name for clean data storage.
- Cross-Server Syncing – Choose if the currency should stay local to one server or synchronize across your entire network.
- Custom Prefixes – Add a specific tag or prefix to identify a currency in all chat messages.
- Leaderboards – Enable rankings to show off the top earners and track the richest players on the server.
🧰 Requirements
The following versions and platforms are supported:
| Server Version | Paper | Spigot | Folia | Java Version |
|---|---|---|---|---|
| 26.2 | ✔️ | ✔️ | ❌ | 25 |
| 26.1.2 | ✔️ | ✔️ | ❌ | 25 |
| 26.1.1 | ✔️ | ✔️ | ❌ | 25 |
| 1.21.11 | ✔️ | ✔️ | ❌ | 25 |
| 1.21.10 | ✔️ | ✔️ | ❌ | 25 |
| 1.21.9 | ✔️ | ✔️ | ❌ | 25 |
| 1.21.8 | ✔️ | ✔️ | ❌ | 25 |
- Anything not listed in the compatibility table is NOT supported.
- Make sure to check out all known issues and incompatibilities here.
Dependencies:
- NightCore - Framework required for the plugin to run.
Optional Plugins:
- PlaceholderAPI - For global placeholders to use in other plugins.
❤️ Donate
Everything here is created and maintained by a single person. If you enjoy my work or find my plugins useful, feel free to Buy me a coffee :)
Thank you!
Ченджлог
2.8.0Релиз26.1, 26.1.1, 26.1.2 · 24 апреля 2026 г.
The plugin has been fully renamed to ExcellentEconomy. Please see the Upgrade Guide for upgrade instructions.
The full changelog is available here.
2.7.0Релиз1.21.9, 1.21.10, 1.21.11 · 5 марта 2026 г.
- The plugin will be renamed to ExcellentEconomy in future releases. See wiki for details.
- Added explicit
top_player_nameandtop_player_uuidPAPI placeholders. - Code refactor.
- Better Developer API.
- Reimplement database purge feature.
- Fixed a few NPEs if logger was disabled.
- Fixed a bug, where players can have negative balance.
2.6.0Релиз1.21.8, 1.21.9, 1.21.10 · 22 октября 2025 г.
- Added required
currencyargument for theresetcommand. - Added user notify message for the
resetcommand. - Fixed feedback message for the
resetcommand. - Vault integration settings moved out to the
config.yml. Your current settings will be auto-moved. - Updated to use the latest NightCore APIs.
- Code refactor and optimization.
2.5.3Релиз1.21.8, 1.21.9, 1.21.10 · 15 октября 2025 г.
- Updated to the latest nightcore.
- Fixed profile querying for the Top GUI.
2.5.2Релиз1.21.7, 1.21.8, 1.21.9 · 1 октября 2025 г.
Fixed loading on Paper servers
2.5.1Релиз1.21.7, 1.21.8, 1.21.9 · 1 октября 2025 г.
FIXED:
- Improved data synchronization.
- Improved profile caching for the Top GUI.
2.5.0Релиз1.21.5, 1.21.6, 1.21.7 · 2 июля 2025 г.
IMPORTANT:
- PlaceholderAPI placeholders were changed. See wiki for new placeholders.
ADDED:
- Leaderboard GUI. View players with the most balance in a GUI.
- Commands Config. Now you can customize all currency commands and even disable them.
- Wallet Feature. Adds a /wallet command to view balance of all available currencies.
- Permission to hide player from leaderboards.
- Currency config option to disable leaderboard.
- Config option to disable Leaderboards feature completely.
- Config option to toggle leaderboard GUI.
- Config option to disable Migration.
- Command to create currencies in-game.
- PlaceholderAPI placeholder to display player's current leaderboard position.
IMPROVED:
- Added clickable page buttons for balance top in chat.
- Prevent currency load if it uses the same database column as any other currency.
- Write currency logs in async thread.
- Don't link default money currency to Vault on first install if there is already economy plugin installed.
CHANGED:
- Command /wipe changed to /resetall. Now supports reset for all currencies.
FIXED:
- A bug, where currencies with underscore in names can not be parsed in top placeholders.
- A bug, where reset command works incorrect.
- Fixed migration issues.
API:
- ChangeBalanceEvent now is cancellable.
2.4.2Релиз1.21.1, 1.21.4, 1.21.5 · 5 апреля 2025 г.
IMPORTANT:
- Requires nightcore v2.7.5
FIXED:
- Some compatibility issues with some plugins (e.g. ExcellentShop).
Комментарии
Загружаем…