lp_in_group

Passes when the player is in the specified LuckPerms group.

Categories: permission

Required arguments

Key(s)DescriptionType
groupThe name of the LuckPerms group.STRING

Optional arguments

Key(s)DescriptionTypeDefault
matchHow to match the group against the groups of the player.
Choices: inherited, direct, primary
STRINGinherited

Example

conditions:
  - id: lp_in_group
    args:
      group: vip
      match: inherited|direct|primary # ← Optional