Permission Actions
Permission actions allow you to grant or revoke specific permissions from players in real-time through TypeWriter mechanics.
Available Actions
| Action ID | Description |
|---|---|
add_permission_action | Grants a specific permission node to the player. |
remove_permission_action | Revokes a specific permission node from the player. |
Configuration
permission
" required> The LuckPerms permission node to add or remove.
Example: essentials.fly
Example Usage
# Gives the player fly permission
add_permission_action:
permission: "essentials.fly"
# Removes the fly permission
remove_permission_action:
permission: "essentials.fly"