Permissions
Permission system for ExyliaRockPaperScissors
Permissions
ExyliaRockPaperScissors uses a simple permission system to control access to features.
Basic Permissions
| Permission | Description |
|---|---|
exyliarps.commands | Access to all RPS commands. Required for basic functionality. |
exyliarps.commands.create | Allows creating Rock Paper Scissors games. |
exyliarps.commands.open | Allows opening the games menu. |
exyliarps.commands.reload | Allows reloading plugin configuration. |
exyliarps.commands.cleargames | Allows force removal of all games. Very dangerous. |
Important: exyliarps.commands is required for ANY plugin interaction. Without it, players cannot use any RPS features.
Game Limit Permissions
Control how many simultaneous games a player can have:
exyliarps.amount.<number>Examples
| Permission | Max Games |
|---|---|
exyliarps.amount.1 | 1 game |
exyliarps.amount.7 | 7 games |
exyliarps.amount.14 | 14 games |
exyliarps.amount.21 | 21 games |
Default: Players without any exyliarps.amount.* permission can only have 1 simultaneous game.
Max: 100 simultaneous games