Перейти к содержимому
Mineforgian

EconomyProvider by ilius

A modern, fully configurable economy provider for Vault

Загрузки
308
Подписчики
1
Обновлён
8 июля 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 2 апреля 2026 г.

⚡ EconomyProvider ⚡

A modern, fully configurable economy provider for Vault

Minecraft Paper Folia Database


💬 Clean Messages

Pay, receive, admin commands — all color-coded and configurable.

Messages

🏆 Baltop GUI

Leaderboard with player heads, ranks, and balance info.

Baltop

💰 Banknotes

Physical money items — withdraw, trade, and right-click to redeem.

Banknote


✨ What's Included

Core Economy

  • Vault Provider — Registers as a Vault economy, works with every plugin that uses Vault
  • Balance & Pay — /balance, /pay, /baltop — all the essentials, clean and fast
  • Banknotes — Physical money items players can withdraw, trade, and deposit with right-click
  • Baltop GUI — Leaderboard with player heads, ranks, and pagination
  • Transaction Logging — Every balance change recorded to database with timestamps
  • Anti-Dupe Banknotes — Every banknote has a unique ID verified on redemption — no duplication possible

For Server Owners

  • Fully Configurable Currency — Name, symbol, position, decimals, thousands separator, format pattern
  • Modular — Toggle pay, baltop, banknotes, transaction logging, and pay tax individually
  • SQLite / MySQL / MariaDB — SQLite out of the box, switch to MySQL whenever
  • LuckPerms Integration — Per-group starting balance, max balance, and pay limits
  • PlaceholderAPI — Placeholders for scoreboards, tab lists, and holograms
  • Discord Webhooks — Alerts for admin commands, large transactions, and banknote activity
  • Migration Tool — Import from EssentialsX, CMI, and GemsEconomy
  • Everything is Configurable — Every message, sound, GUI, icon, and color can be changed
  • Folia Support — Works on Folia out of the box
  • Anti-Exploit — Creative mode blocking, self-pay prevention, pay cooldowns, rate limiting

🔗 Part of the ilius Economy Ecosystem

EconomyProvider is the foundation of the ilius economy stack. Pair it with:

  • AuctionHouse — Player-to-player marketplace with buy orders, price history, and container preview
  • EconomyShop — Server shop with dynamic pricing, chest shops, and categories

All three plugins integrate seamlessly — same config style, same database support, same Discord. Use one or all three.


⌨️ Commands

Player

Command Description
/balance [player] Check your or another player's balance
/pay <player> <amount> Send money to another player
/baltop View the richest players (GUI)
/withdraw <amount> Create a banknote item
/deposit Right-click a banknote to redeem it

Admin

Command Description
/eco give <player> <amount> Give money
/eco take <player> <amount> Take money
/eco set <player> <amount> Set balance
/eco reset <player> Reset to starting balance
/eco reload Reload config and messages
/eco migrate <source> Import from another economy plugin

🔑 Permissions

Permission Description Default
economyprovider.balance Check balance true
economyprovider.balance.others Check others' balance true
economyprovider.pay Pay players true
economyprovider.baltop View leaderboard true
economyprovider.withdraw Create banknotes true
economyprovider.deposit Redeem banknotes true
economyprovider.admin All admin commands op

📥 Setup

  1. Drop the jar in plugins/ (requires Vault)
  2. Restart
  3. Edit plugins/EconomyProvider/config.yml if you want
  4. /eco reload and you're good

Want MySQL instead of SQLite? Open config.yml, set storage.type to mysql, then fill in host, port, database, username, and password under the storage.mysql section. Restart and you're done.


📦 Requirements


💬 Need Help?

Join the Discord or open an issue.


🚀 Pro Edition — Coming Soon

Everything above, plus:

  • Admin Dashboard with live economy stats and module toggles
  • Transaction History GUI with filtering and pagination
  • Multi-Currency support (Tokens, Gems, custom currencies)
  • Economy Snapshots — daily tracking of total money supply and average balance
  • Balance Change Alerts — Discord webhook when a player's balance spikes suspiciously
  • Auto-Purge Scheduler for old transactions

Part of the ilius economy ecosystem. Built for servers that take their economy seriously.

Ченджлог

1.1.3Релиз1.21.9, 1.21.10, 1.21.11 · 8 июля 2026 г.

EconomyProvider v1.1.3

New

  • Vault API can now be called from async threads — improves compatibility with async plugins like HuskHomes (thanks Demoon)

Bug Fixes

  • Silenced a HikariCP idle-timeout warning on startup
1.1.2Релиз26.1, 26.1.1, 26.1.2 · 9 июня 2026 г.

EconomyProvider v1.1.2

New

  • Baltop placeholders (thanks twinky):
    • %economyprovider_baltop_prefix_<pos>% / %economyprovider_baltop_suffix_<pos>% — LuckPerms prefix/suffix of the player at that rank
    • %economyprovider_baltop_balance_short_<pos>% — abbreviated balance (1.5k, 2.3m)
    • %economyprovider_baltop_balance_formatted_<pos>% — balance with currency symbol
  • Per-rank pay tax & max balance via LuckPerms meta keys economyprovider-pay-tax and economyprovider-max-balance

Bug Fixes

  • Fixed harmless "Duplicate key name" warning spam on every restart with MySQL (thanks Azure)
1.1.1Релиз26.1, 26.1.1, 26.1.2 · 14 мая 2026 г.

v1.1.1 Changelog

Compatibility

  • Restored backwards compatibility with Paper 1.21.x and Java 21
  • Still loads cleanly on Paper 26.1+ with Java 25 — one build works on both

Bug Fixes

  • Update checker now compares versions semantically instead of by string equality (no more "new version available" when you're already on a newer build)
  • Update checker safely ignores garbage / outage responses from SpigotMC
  • Fixed a build issue where plugin.yml versions could lag behind the actual release

Improvements

  • config.yml now self-heals on startup — keys added in newer plugin versions are automatically merged into older configs. Fixes "admin GUI toggle doesn't save" symptoms caused by stale configs missing newer keys (e.g. modules.buyorders on configs pre-dating the Buy Orders feature)
1.1.0Релиз26.1, 26.1.1, 26.1.2 · 5 мая 2026 г.

v1.1.0 Changelog

Compatibility

  • Updated to support Paper 26.1+ (Minecraft 26.1.2 and later)
  • Now requires Java 25 — matches the new Paper server runtime

Note

  • Stay on the previous version if you're running Paper 1.21.x or Java 21
1.0.1Релиз1.21.9, 1.21.10, 1.21.11 · 15 апреля 2026 г.

EconomyProvider v1.0.1 — Changelog

Bug Fixes

  • Fixed banknote creative mode message spamming on every right-click, even when not holding a banknote
1.0.0Релиз1.21.9, 1.21.10, 1.21.11 · 2 апреля 2026 г.

Release version of EconomyProvider

Комментарии

Загружаем…