set_armor_tier
Sets the tier of an armor piece.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|
tier | The ID of the tier to set. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
slot | If specified, sets the tier on the armor piece worn in this slot instead. | STRING | |
Trigger parameters required
Example
effects:
- id: set_armor_tier
args:
tier: mythic
slot: helmet # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |
| Permanent | false |