lp_remove_group
Removes the player from a LuckPerms group.
Categories: permission
Required arguments
| Key(s) | Description | Type |
|---|
group | The name of the LuckPerms group to remove. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
contexts | The LuckPerms contexts to remove the group from, as a list of key=value entries. | STRING_LIST | [] |
transient | If the group should be removed from transient data instead of normal data. | BOOLEAN | false |
Trigger parameters required
Example
effects:
- id: lp_remove_group
args:
group: vip
contexts: # ← Optional
- "server=survival"
transient: true # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |