Permissions
The use of bukkit's permissions system can be disabled in the config file (by setting "disable-permissions" to true).
Then, the plugin will default to the OP-system, assuming that everyone has the permission deathcontrol.use and OPs have all permissions.
-
-
Permission nodes
| Permission node | Description | Default |
|---|---|---|
| deathcontrol.use | Allows the general use of this plugin. Handlings will never be executed for a player without this permission. | only op |
| deathcontrol.free | Bypasses the cost for a death. | false |
| deathcontrol.crossworld | Bypasses the restriction for cross-world restoring. | false |
| deathcontrol.nolimits | Bypasses the limitation to certain worlds. | false |
| deathcontrol.info | Allows to use the info command "/death config". | only op |
| deathcontrol.admin | Allows to reload the config files. | only op |
| deathcontrol.* | Gives access to all permissions. | false |