Skip to content

Commit

Permalink
Merge pull request #37 from Shynixn/development
Browse files Browse the repository at this point in the history
Updated permission docs.
  • Loading branch information
Shynixn authored Aug 8, 2024
2 parents ddd9f3b + d722e05 commit 23afc2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/wiki/docs/permission.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ The following permissions are available in MCTennis.
* User: A permission all players can have.
* Admin: A permission only admins should have.

| Permission | Level | Description |
|----------------------|-------|------------------------------------------|
| mctennis.command | User | Allows to use the /mctennis command. |
| mctennis.join.* | User | Allows to join all games |
| mctennis.join.[name] | User | Allows to join a specific game |
| mctennis.edit | Admin | Allows to create, edit and delete games. |
| Permission | Level | Description |
|----------------------|-------|------------------------------------------------------------------------------------------------------|
| mctennis.command | User | Allows to use the /mctennis command. |
| mctennis.join.* | User | Allows to join all games. The **mctennis.command** permission is also required. |
| mctennis.join.[name] | User | Allows to join a specific game. The **mctennis.command** permission is also required. |
| mctennis.edit | Admin | Allows to create, edit and delete games. |

0 comments on commit 23afc2f

Please sign in to comment.