UltraPAY is a Minecraft economy utility for player-to-player payments, balance lookup, leaderboards and transaction visibility. It is designed for servers that want clearer payment controls than a bare pay command while continuing to use an established Vault-compatible economy provider.
Who it is for
The plugin fits survival, economy, prison and network servers where players regularly transfer currency. Confirmation flows help reduce mistakes, history gives users and staff context after a disputed transfer, and account controls can let players pause incoming payments where configured. Balance and baltop commands provide a consistent presentation layer without replacing the underlying economy.
Requirements and setup
Vault is a hard dependency and a compatible economy plugin must provide the actual balances. Essentials and PlaceholderAPI hooks are optional where used. The current codebase supports modern Paper/Folia scheduling patterns and SQLite or MySQL persistence for UltraPAY-owned records; verify exact server versions and features on the BuiltByBit listing.
Install on staging, select storage, configure aliases, limits, cooldowns, confirmation thresholds, privacy behavior and permissions, then restart. Test exact-name and partial-name handling, offline recipients, insufficient funds, cancelled confirmations, repeated clicks, database outages and restart persistence. If multiple backends share an economy, confirm how both the economy provider and payment history coordinate network-wide writes.
Primary use cases
- Add safer player payments with a confirmation step.
- Let players review recent transaction history.
- Expose balances and baltop through consistent commands or placeholders.
- Give users configurable controls around receiving payments.
How to evaluate a payment plugin
Look beyond command count. Verify economy compatibility, atomic debit/credit behavior, duplicate-event protection, audit history, privacy, offline-player rules and administrative recovery. The economy provider remains the source of truth for balances, while UltraPAY supplies the interaction and record layer. Pairing it with
Invest can create distinct transfer and progression flows, but both should be balanced together. Read the
capacity guide for database and load-testing principles.
Frequently asked questions
Does UltraPAY include its own economy? No. It uses Vault to connect to the installed economy provider.
Can history replace database backups? No. Maintain independent backups and test restoration.
Where are purchase and updates handled? BuiltByBit remains the official checkout, licensing and delivery service.