Permissions
Seven nodes total — five default to everyone, two are admin-only.
All nodes
| Node | Default | Grants |
|---|---|---|
alphagraves.use | true | Use /graves at all. |
alphagraves.graves.default | true | Access to the default grave slots (grave1 + grave2). |
alphagraves.graves.bybass3 | false | Access to the grave3 rank slot. |
alphagraves.graves.bybass4 | false | Access to the grave4 rank slot. |
alphagraves.graves.autoclaim | true | Allows auto-claim to trigger for this player. |
alphagraves.graves.autoreminder | true | Allows the grave-ready reminder to fire for this player. |
alphagraves.settings | true | Access to /graves settings. |
alphagraves.admin | op | Full /agraves admin command access. |
To give a player access to the rank-locked slots (grave3/grave4), they need both the base alphagraves.graves.default node and the slot-specific bybass3/bybass4 node — the slot's own permission field in config.yml is what's actually checked per slot, matching these node names exactly.
A note on naming
Both rank-slot nodes are spelled
bybass3 / bybass4 — not "bypass" — in the plugin's own plugin.yml and config.yml. Copy the exact string from this table when setting up your permissions plugin; typing "bypass3" instead will silently grant nothing.