lp_remove_permission
Unsets a permission from the player in LuckPerms.
Categories: permission
Required arguments
| Key(s) | Description | Type |
|---|
permission | The permission node to unset. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
transient | If the permission should be removed from transient data instead of normal data. | BOOLEAN | false |
Trigger parameters required
Example
effects:
- id: lp_remove_permission
args:
permission: myplugin.vip.access
transient: true # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |