Subscriptions and economy
Manage a claim's protection plan, renewal, switching, and cancellation.
Two different purchases
The DominionProtect plugin itself is paid-only at ¥69, purchased from the Afdian product page.
The subscription described here is a server-defined protection plan in config.yml. It controls how long a claim is recorded, how much it costs in server economy, and how many records it retains. Players are not buying the plugin a second time.
View plans and status
Stand inside your claim:
/domp plans
/domp status
/domp ui
plans shows plan IDs, names, prices, periods, record limits, and quota strategies. status shows the active plan, remaining days, record usage, and auto-renewal state. ui opens the same workflow in a chest interface.
Subscribe, renew, or switch
/domp subscribe basic
/domp renew basic
/domp renew premium
Plan IDs come from the server configuration. The generated defaults normally include basic and premium, but administrators can rename, remove, or reprice them.
Switching a plan calculates a proportional charge, refund, or no-op from the remaining time; the final amount depends on Vault and the configured plan.
Cancel
/domp unsubscribe
The plugin applies the configured refund behavior. After cancellation, a claim may enter an expired or pending-cleanup state; whether history is deleted immediately depends on the administrator’s grace period and cleanup cycle.
When Vault is unavailable
Administrators can set:
subscription:
vaultUnavailableStrategy: disable
- disable: disable player-paid subscriptions when Vault is unavailable;
- free: allow free-mode subscriptions.
If subscription fails, check balance, Vault, the economy plugin, and the current claim status, then contact the server administrator.