Permissions
CocoEOTW uses a permission-based system to control access to commands and features.
Permission Overview
| Permission | Description | Default |
|---|---|---|
cocoeotw.command.reload | Reload plugin configuration | OP |
cocoeotw.command.setspawn | Set the spawn location | OP |
cocoeotw.command.setborder | Set the world border | OP |
cocoeotw.command.start | Start the EOTW event | OP |
cocoeotw.command.stop | Stop the EOTW event | OP |
cocoeotw.command.startwaiting | Start the waiting phase | OP |
cocoeotw.command.revive | Revive dead players | OP |
cocoeotw.command.whitelist | Manage the whitelist | OP |
cocoeotw.command.events | Manage EOTW events | OP |
cocoeotw.command.effect | Give/remove effects | OP |
cocoeotw.elytra.bypass | Bypass elytra restrictions | OP |
cocoeotw.staff | Staff 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.