Changes
Page history
added ClearTarget mechanic
authored
Oct 01, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/equip.md
0 → 100644
View page @
1f8283a3
## Description
Equips the mob with an item. Uses the exact same syntax as the
[
Equipment
](
/mobs/equipment
)
configuration.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| item | items, i, equipment, equip, e | The item config string to run on the mob. | |
## Examples
This example would equip the casting mob with a diamond sword.
```
yaml
EquipDiamondSword
:
Skills
:
-
equip{item=diamond_sword HAND}
```
This example would equip the Skeleton King's crown as a helmet.
```
yaml
EquipCrown
:
Skills
:
-
equip{item=KingsCrown HEAD}
```
<!--TAGS-->
<!--tag:Item-->
<!--tag:Inventory-->
\ No newline at end of file