Vault (Economy)
What is Vault?
Vault is a bridge plugin that connects economy plugins (like EssentialsX, CMI, or QuickShop) with other plugins.
You need:
- Vault plugin installed
- An economy plugin (EssentialsX, CMI, etc.)
Enabling/Disabling
In config.yml:
generalSettings:
economySupport: true
| Value | Effect |
|---|---|
true | Economy features are enabled |
false | Everything is free |
What Uses Economy?
| Action | Where to Configure |
|---|---|
| Creating a claim | entitlements.yml → uxmclaims.cost.claim |
| Buying chunks | entitlements.yml → uxmclaims.cost.chunk |
| Creating warps | entitlements.yml → uxmclaims.cost.warp |
| Using warps | entitlements.yml → uxmclaims.cost.warptp |
| Creating roles | entitlements.yml → uxmclaims.cost.role |
| Inviting members | entitlements.yml → uxmclaims.cost.invite |
| Renaming claims | entitlements.yml → uxmclaims.cost.rename |
| Extending time | entitlements.yml → uxmclaims.cost.time |
See entitlements.yml for details.
Setup Checklist
- ✅ Install Vault plugin
- ✅ Install an economy plugin
- ✅ Set
economySupport: truein config.yml - ✅ Configure costs in entitlements.yml
- ✅ Restart server
Troubleshooting
"Economy plugin not found"
- Make sure Vault is installed
- Make sure an economy plugin is installed
- Check console for economy registration
"Players can't afford claims"
- Check their balance with
/balance - Lower the costs in entitlements.yml
"I want everything free"
Set economySupport: false in config.yml, or set all costs to 0.0 in entitlements.yml.
Was this page helpful?