Skip to main content

Permissions

CocoEOTW uses a permission-based system to control access to commands and features.

Permission Overview

PermissionDescriptionDefault
cocoeotw.command.reloadReload plugin configurationOP
cocoeotw.command.setspawnSet the spawn locationOP
cocoeotw.command.setborderSet the world borderOP
cocoeotw.command.startStart the EOTW eventOP
cocoeotw.command.stopStop the EOTW eventOP
cocoeotw.command.startwaitingStart the waiting phaseOP
cocoeotw.command.reviveRevive dead playersOP
cocoeotw.command.whitelistManage the whitelistOP
cocoeotw.command.eventsManage EOTW eventsOP
cocoeotw.command.effectGive/remove effectsOP
cocoeotw.elytra.bypassBypass elytra restrictionsOP
cocoeotw.staffStaff permissions (see vanished, etc.)OP

Permission Groups

Administrator Permissions

Full control over the EOTW plugin:

permissions:
- cocoeotw.command.reload
- cocoeotw.command.setspawn
- cocoeotw.command.setborder
- cocoeotw.command.start
- cocoeotw.command.stop
- cocoeotw.command.startwaiting
- cocoeotw.command.revive
- cocoeotw.command.whitelist
- cocoeotw.command.events
- cocoeotw.command.effect
- cocoeotw.staff
- cocoeotw.elytra.bypass

Moderator Permissions

Can manage events and players:

permissions:
- cocoeotw.command.revive
- cocoeotw.command.whitelist
- cocoeotw.command.events
- cocoeotw.staff

Player Permissions

Regular players typically don't need any special permissions to participate in events. They can:

  • Buy tickets with /eotw ticket
  • Participate in the EOTW event
  • Use spectator features when dead

LuckPerms Examples

Grant Admin Permissions

/lp group admin permission set cocoeotw.* true

Grant Specific Permission

/lp user Steve permission set cocoeotw.command.whitelist true

Grant Staff Permission

/lp group moderator permission set cocoeotw.staff true

Special Permissions

Staff Permission

cocoeotw.staff

Players with this permission:

  • Can see vanished staff members
  • Have access to staff-only features

Elytra Bypass

cocoeotw.elytra.bypass

Allows players to use elytra when the elytra restriction is enabled.