File Details
EconomyPlus-1.0.1.jar
- R
- Mar 3, 2026
- 120.03 MB
- 27
- Early Access
File Name
EconomyPlus-1.0.1.jar
Supported Versions
- Early Access
Changelog
[1.0.1] - 2026-03-03
Fixed
- Fixed a
StackOverflowErrorcrash when VaultUnlocked was present.VaultUnlockedEconomy.isEnabled()was delegating toVaultUnlocked.economyObj().isEnabled(), which iterated all registered economy providers and calledisEnabled()on each — including EconomyPlus itself, causing infinite recursion. The method now checksplugin != null && plugin.economy != nulldirectly.
[1.0.0] - Initial Release
- Multi-currency support with configurable symbols, decimal places, and starting balances.
- Persistent JSON storage with configurable auto-save intervals.
- Integrated Wallet HUD for real-time balance display.
- Dynamic tax system (flat and percentage-based) for player-to-player payments.
- Interactive
/baltopleaderboard with pagination and player search. - Developer
EconomyAPIfor external plugin integration. - VaultUnlocked compatibility layer for cross-plugin economy interoperability.

