Commands & Permissions
Commands
Section titled βCommandsβBase command /deathpenalty, alias /dp.
| Command | Permission | Description |
|---|---|---|
/dp |
β | Show usage. |
/dp reload |
deathpenalty.reload |
Reload config.yml & messages.yml. |
/dp check [player] |
deathpenalty.check |
Show death & money-lost stats (your own, or another playerβs). |
Commands are registered at runtime by DzusillCore β no plugin.yml entries.
Permissions
Section titled βPermissionsβ| Node | Default | Grants |
|---|---|---|
deathpenalty.admin |
op | reload and check (parent of both). |
deathpenalty.reload |
op | Reload the configuration. |
deathpenalty.check |
op | View death-penalty stats. |
deathpenalty.exempt |
no one | Die with no penalty (shows the exempt message). Per-world: deathpenalty.exempt.<world>. |
deathpenalty.ignore |
no one | The plugin does nothing for this player. Per-world: deathpenalty.ignore.<world>. |
deathpenalty.group.<name> |
β | Match the player to the groups.<name> profile. |
Suggested setup
Section titled βSuggested setupβ# staff: manage + never penalised/lp group staff permission set deathpenalty.admin true/lp group staff permission set deathpenalty.ignore true
# VIPs get the lighter "vip" profile/lp group vip permission set deathpenalty.group.vip true
# safe overworld spawn only/lp group default permission set deathpenalty.exempt.spawn_world true
exemptandignoredefault to no one, so by default every player β including OPs β is penalised, unless you setsettings.ignore-ops: true. See Exemptions.