-
Notifications
You must be signed in to change notification settings - Fork 0
Commands and Permissions
Base command: /econguard — aliases /eg, /econ.
All commands require econguard.admin.
| Command | Action |
|---|---|
/eg flags |
List accounts currently flagged for review |
/eg flags clear |
Clear all flags |
/eg flags clear <player> |
Clear one player's flag |
/eg history <player> [limit] |
That player's unified money history across every source |
/eg stats |
Ledger size, flag count, and detection status |
/eg reload |
Reload config.yml
|
Shows the player's ledger newest-first. limit defaults to 10 and is clamped to 1–50. Each entry shows the source, action, amount, direction (incoming/outgoing), and counterparty where one was recorded — so you can see, in one list, money that arrived via an auction sale and then left via a bank withdrawal.
Works on offline players by name.
Lists each flagged account with the flag type and reason. Pair it with /eg history before acting — see Reviewing Flags.
A quick health check: how many ledger rows exist, how many flags are pending, and whether each detection signal is enabled.
| Node | Default | Grants |
|---|---|---|
econguard.admin |
op |
All /econguard subcommands |
econguard.alerts |
op |
Receive anti-abuse alerts and flag notifications in chat, and the pending-flag count on join |
econguard.alerts is separate from econguard.admin on purpose: you might want moderators to see alerts in chat without granting them the admin commands to clear flags or read arbitrary players' histories. Grant alerts widely, admin narrowly.
EconGuard · part of the eco suite (RoyalBank · RoyalAuctions · RoyalBazaar) · Source on GitHub
Getting started
Using it
Developers
Help