Admin commands
Manage subscriptions, database state, rollback, cleanup, and reload.
Permission
The commands in this page require dominionprotect.admin, which defaults to OP.
| Command | Purpose |
|---|---|
| /domp admin status [claim] | View any claim’s subscription status |
| /domp admin enable [claim] [planId] | Enable recording for a claim |
| /domp admin disable [claim] | Disable recording |
| /domp admin grant [claim] [days] | Extend a subscription for free |
| /domp admin purge [claim] | Delete all data for a claim immediately |
| /domp admin rollback [claim] [args…] | Start an administrator rollback |
| /domp admin reload | Reload configuration and language files |
Common workflows
Enable a plan for a new claim:
/domp admin enable spawn basic
Check status:
/domp admin status spawn
Grant 30 days:
/domp admin grant spawn 30
Rollback a player’s diamond-ore breaks in a claim:
/domp admin rollback spawn t:2h p:Steve a:block-break b:diamond_ore
/domp confirm
Remove an abandoned claim’s data:
/domp admin purge old_base
Administrator rollback target
The claim name in the admin command determines the target; the executor’s current claim is not used. If r:[radius] is supplied, the radius is still centered on the executor. Admin rollback normally does not require a player subscription, but the claim must exist and cannot already have a rollback or cleanup job running.
Database status
Some builds expose:
/domp db-status
It reports total records, physical rows, mappings, indexes, reclaimable space, and high-usage claims. If the current help output does not list it, follow /domp help and the server log for the installed build.