is_wearing_set
Passes when the entity is wearing the full armor set with the given ID.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|---|---|
set | The ID of the armor set the entity must be wearing. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
advanced | If 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