Skip to main content
Permission actions allow you to grant or revoke specific permissions from players in real-time through TypeWriter mechanics.

📋 Available Actions

Action IDDescription
add_permission_actionGrants a specific permission node to the player.
remove_permission_actionRevokes a specific permission node from the player.

⚙️ Configuration

permission
Var<String>
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"