lp_node_expires_within

Passes when the player has a temporary LuckPerms node that expires within the specified time.

Categories: permission

Required arguments

Key(s)DescriptionType
keyThe raw node key to look for, for example group.vip.STRING
durationThe maximum time until expiry, in seconds.EXPRESSION

Example

conditions:
  - id: lp_node_expires_within
    args:
      key: group.vip
      duration: 3600