lp_in_group
Passes when the player is in the specified LuckPerms group.
Categories: permission
Required arguments
| Key(s) | Description | Type |
|---|---|---|
group | The name of the LuckPerms group. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
match | How to match the group against the groups of the player. Choices: inherited, direct, primary | STRING | inherited |
Example
conditions:
- id: lp_in_group
args:
group: vip
match: inherited|direct|primary # ← Optional