Player
paper/player_has_permission
Player Has Permission
Checks whether a player has a specific permission node.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
player |
player | The player. | |
permission |
string | ✓ | Permission node to check. |
Outputs
| Name | Type | Description |
|---|---|---|
result |
boolean | True if the player has the permission. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
permission |
string | "" |
Permission |