lp_clear_nodes

Clears LuckPerms nodes from the player.

Categories: permission

Optional arguments

Key(s)DescriptionTypeDefault
typeThe type of node to clear. Clears every node if not specified.STRING
transientIf transient data should be cleared instead of normal data.BOOLEANfalse

Trigger parameters required

  • PLAYER

Example

effects:
  - id: lp_clear_nodes
    args:
      type: <value> # ← Optional
      transient: true # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue