lp_remove_group

Removes the player from a LuckPerms group.

Categories: permission

Required arguments

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

Optional arguments

Key(s)DescriptionTypeDefault
contextsThe LuckPerms contexts to remove the group from, as a list of key=value entries.STRING_LIST[]
transientIf the group should be removed from transient data instead of normal data.BOOLEANfalse

Trigger parameters required

  • PLAYER

Example

effects:
  - id: lp_remove_group
    args:
      group: vip
      contexts: # ← Optional
        - "server=survival"
      transient: true # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue