is_wearing_set

Passes when the entity is wearing the full armor set with the given ID.

Categories: inventory

Required arguments

Key(s)DescriptionType
setThe ID of the armor set the entity must be wearing.STRING

Optional arguments

Key(s)DescriptionTypeDefault
advancedIf specified, also requires the worn set to be in its advanced (or non-advanced) form to match this value.BOOLEAN

Example

conditions:
  - id: is_wearing_set
    args:
      set: <value>
      advanced: true # ← Optional