-
Notifications
You must be signed in to change notification settings - Fork 1
Permissions
Paul McSweeney edited this page Nov 29, 2021
·
10 revisions
Add the following permission nodes to your permissions plugin. If you are not running a permissions plugin then permissions are granted by default as specified in the table.
| Permission node | Granted permission |
|---|---|
| boost.join | Join a Boost game. Granted to all players by default. |
| boost.cmd | Use Boost player commands. Granted to all players by default. |
| boost.status | Use /boost status command. Granted to all players by default. |
| boost.admin | Use Boost admin commands. Granted to only OP players by default. |
| boost.* | Grant all Boost permissions. Granted to only OP players by default. |
| boost.stick.<stick name> | Permission to use the named Boost stick if not using random: true stick choice.Must be set by a permissions manager. |
| boost.join.<game name> | Permission to join the named game if that game uses requires_permission: true in its game config.Must be set by a permissions manager. |
| boost.bypassblocking | Bypass the command blocking during a game, useful for administrators. Granted to only OP players by default. |