Vault Integration
SigmaTools integrates with Vault for economy features.
Requirementsโ
- Vault plugin
- A Vault-compatible economy plugin (EssentialsX, CMI, etc.)
Setupโ
- Install Vault and an economy plugin into
plugins/. - Enable in
config.yml:general:
vault-integration: true
economy:
enabled: true
currency: "vault"
costs:
pickaxe: 10.0
rewards:
pickaxe: 1.0 - Restart the server.
Verify with /sigmatools debug info - should show Vault Integration: true. Currency format: $1.00 (decimal), e.g. ๐ฐ -$10.00.
Troubleshootingโ
- Confirm Vault and the economy plugin are installed/enabled, and
vault-integration: trueis set. - Test the economy plugin directly with
/balance. - Check server logs for errors.