Permissions

Every Donut Replay permission node and its default.

Every node defaults to op — operators have full access out of the box. To give a staff rank access, grant the individual nodes (or the wildcard) in your permissions plugin.

Wildcard

NodeGrants
replay.*All Donut Replay permissions below.

All nodes

NodeAllowsDefault
replay.startStart a new recordingop
replay.stopStop an active recordingop
replay.playPlay a saved replayop
replay.listList saved replaysop
replay.deleteDelete saved replaysop
replay.checkBrowse flag & PvP checks (or a player’s recordings)op
replay.flagchecksBrowse anticheat-flagged recordingsop
replay.pvpchecksBrowse PvP-death recordingsop
replay.last12hcheckBrowse the rolling capture (hourly clips)op
replay.recordallToggle manual server-wide recordingop
replay.menuOpen the settings menuop
replay.reloadReload the configurationop

Example: a moderator rank

Give your moderators review access without the destructive or admin nodes:

# LuckPerms example
permissions:
  - replay.play
  - replay.list
  - replay.check
  - replay.flagchecks
  - replay.pvpchecks
  - replay.last12hcheck