Economy Bridge
Theeconomy-bridge module connects your Discord server to your in-game economy. Verified Discord users can check balances and, if you allow it, transfer funds to other players directly from Discord.
How It Works
- A player verifies their Discord account against their Minecraft account (via the
verificationmodule). economy-bridgereads that link and resolves the player’s balance through Vault.- Discord commands operate on the linked in-game balance — queries are read-only, transfers move real funds through your economy provider.
Vault is required. This module depends on Vault and a registered economy provider. Players must also be verified through the
verification module before their balance can be read or moved from Discord — unverified users are invisible to the bridge.Configuration
Security Notes
Transfer bounds
Transfer bounds
min-transfer and max-transfer cap every transaction. Transfers outside the range are rejected before any balance moves, preventing both dust spam and runaway transfers from a compromised account.Optional tax
Optional tax
transfer-tax is a fraction between 0.0 and 1.0 skimmed from each transfer. At 0.0 no tax is applied. The taxed amount is removed from circulation — set it deliberately if you use the bridge as a currency sink.Disabling transfers
Disabling transfers
Set
allow-transfers: false to keep the bridge read-only. Players can still query balances and view top players, but no funds can move from Discord.Next Steps
Community & Engagement
Browse the engagement modules: welcome DMs, voice channels, whitelisting, and more.
Configuration
See how every module is toggled and configured.

