Vault Integration
Overview
- EzEconomy can register as an economy provider via Vault so other plugins (shops, NPCs, protection plugins) can use the economy without a direct dependency.
Installation & setup
- Install Vault on your Bukkit/Spigot/Paper server.
- Ensure
ezeconomyis installed and enabled. - Vault will automatically detect EzEconomy as an
Economyservice if the plugin registers with theServicesManager.
Behavior
- When enabled, EzEconomy implements the standard Vault
Economyinterface and supports balance lookups, deposits, withdrawals and formatting. - No extra configuration is needed by default; advanced mappings (multiple currencies) may require platform-specific settings — see
config.yml.
Troubleshooting
- Vault not listing EzEconomy: confirm
ezeconomyloaded after Vault and check server logs for theServicesManagerregistration entry. - Plugin compatibility issues: verify Vault and server build versions; enable debug logging in
config.ymlto view registration details.
See also