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)DescriptionType
groupThe name of the LuckPerms group.STRING
weightThe minimum weight the group must have.EXPRESSION

Example

conditions:
  - id: lp_group_weight_above
    args:
      group: vip
      weight: 100