Economy Tools
Manage balances, transfers and invoices from Discord and the web dashboard. Everything is logged and permission‑gated, with optional limits per rank.
What you can do
- • View and adjust bank/cash balances with audit trail
- • Player‑to‑player payments with rate‑limits
- • Create invoices and collect payments
- • Fine a player with reason and evidence
- • Export economy history for investigations
Screenshot placeholder — Economy ledger and player balance panel
Slash Commands
/pay <user> <amount> [note] /bank add <user> <amount> [reason] /bank remove <user> <amount> [reason] /invoice create <user> <amount> <desc> /fine <user> <amount> <reason>
All actions require the correct Discord roles and are logged.
Deep QBCore integration
Updates are applied in‑game via the backend API, with conflict avoidance and anti‑spam rate limits. Economy events are correlated to Discord IDs and characters.
Webhook example
POST /api/logs/webhook { "type": "economy.transfer", "from": "player:steam:11000011ABCDEF", "to": "player:steam:11000011FEDCBA", "amount": 25000, "note": "Vehicle repair" }