跳到主要内容

Permission Actions

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

" 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"