Permissions

Every Kernel 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 Kernel 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.deathsBrowse Death Cam clipsop
replay.recordallToggle manual server-wide recordingop
replay.menuOpen the settings menuop
replay.reloadReload the configurationop

Overwatch & reports

The review system and player reports have their own nodes. report.use defaults on so any player can file reports; everything else is staff-only.

NodeAllowsDefault
overwatch.useOpen /overwatch and review clipsop
overwatch.adminOpen /overwatchverified, see all reviews, punishop
report.useFile reports with /report (/rapor, /raporla)true
report.bypass.playtimeSkip the minimum-playtime requirement to reportop
report.bypass.cooldownSkip the same-target report cooldownop
report.limit.unlimitedNo daily report capfalse
report.limit.<n>Custom daily report cap, e.g. report.limit.30false

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.deaths