Skip to main content

Vault Integration

SigmaTools integrates with Vault for economy features.

Requirementsโ€‹

  • Vault plugin
  • A Vault-compatible economy plugin (EssentialsX, CMI, etc.)

Setupโ€‹

  1. Install Vault and an economy plugin into plugins/.
  2. Enable in config.yml:
    general:
    vault-integration: true

    economy:
    enabled: true
    currency: "vault"
    costs:
    pickaxe: 10.0
    rewards:
    pickaxe: 1.0
  3. 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: true is set.
  • Test the economy plugin directly with /balance.
  • Check server logs for errors.

See Alsoโ€‹