-
Notifications
You must be signed in to change notification settings - Fork 0
EconGuard Integration
EconGuard is the suite's shared economy audit ledger and anti-abuse core. RoyalBank, RoyalAuctions, and RoyalBazaar all report to it, so a player's money movements across banking, auctions, and the bazaar live in one place.
RoyalBank's own anti-abuse layer can only see money crossing the bank. EconGuard sees everything the whole suite reports, and correlates across sources — which is what catches an RMT chain that launders through an auction "sale" before the money is ever deposited. A per-plugin detector structurally cannot see that; a shared ledger can.
With EconGuard installed:
- Every RoyalBank deposit, withdrawal, transfer, upgrade payment, and interest payout is reported to the shared ledger under the
banksource. -
/eg history <player>shows those movements alongside the player's auction and shop activity. - EconGuard's cross-source detection (young-account signals, velocity, counterparty correlation) runs over the combined data.
There is nothing to configure. If EconGuard is installed, RoyalBank detects it and starts reporting automatically. If it isn't, RoyalBank behaves identically without it — the hook is a single optional check, so it's genuinely zero-cost when absent.
- Install EconGuard (see its own wiki/README).
- Restart the server.
- Run
/eg stats— RoyalBank's events should begin appearing in the ledger as players use the bank.
RoyalBank doesn't depend on EconGuard being loaded first — the reporting hook resolves lazily, so either load order works. If EconGuard is added later, RoyalBank picks it up on the next restart.
Install EconGuard once and every Royal* plugin feeds it. You then have a single command (/eg history, /eg flags) to investigate a suspicious player, instead of cross-referencing each plugin's separate logs. See EconGuard's own documentation for its detection signals and tuning.
RoyalBank · part of the eco suite (RoyalAuctions · RoyalBazaar · EconGuard) · Source on GitHub
Getting started
Using it
- Bank Tiers & Interest
- Upgrade Costs
- GUI Customization
- Anti-Abuse & RMT Detection
- PlaceholderAPI
- EconGuard Integration
- Storage & Backups
Help