lp_group_weight_above
Passes when the weight of the specified LuckPerms group is at or above the minimum.
Categories: permission
Required arguments
| Key(s) | Description | Type |
|---|---|---|
group | The name of the LuckPerms group. | STRING |
weight | The minimum weight the group must have. | EXPRESSION |
Example
conditions:
- id: lp_group_weight_above
args:
group: vip
weight: 100