Removes a LuckPerms meta key from the player.
Categories: permission
Required arguments
| Key(s) | Description | Type |
|---|
key | The LuckPerms meta key to remove. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
transient | If the meta should be removed from transient data instead of normal data. | BOOLEAN | false |
Trigger parameters required
Example
effects:
- id: lp_remove_meta
args:
key: rank-color
transient: true # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |