lp_clear_nodes
Clears LuckPerms nodes from the player.
Categories: permission
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
type | The type of node to clear. Clears every node if not specified. | STRING | |
transient | If transient data should be cleared instead of normal data. | BOOLEAN | false |
Trigger parameters required
PLAYER
Example
effects:
- id: lp_clear_nodes
args:
type: <value> # ← Optional
transient: true # ← Optional
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |