... | @@ -14,13 +14,15 @@ Attributes |
... | @@ -14,13 +14,15 @@ Attributes |
|
Examples
|
|
Examples
|
|
----
|
|
----
|
|
This example would equip the casting mob with a diamond sword.
|
|
This example would equip the casting mob with a diamond sword.
|
|
|
|
```yaml
|
|
EquipDiamondSword:
|
|
EquipDiamondSword:
|
|
Skills:
|
|
Skills:
|
|
- equip{item=diamond_sword:0}
|
|
- equip{item=diamond_sword}
|
|
|
|
```
|
|
|
|
|
|
This example would equip the Skeleton King's crown as a helmet.
|
|
This example would equip the Skeleton King's crown as a helmet.
|
|
|
|
```yaml
|
|
EquipCrown:
|
|
EquipCrown:
|
|
Skills:
|
|
Skills:
|
|
- equip{item=KingsCrown:4} |
|
- equip{item=KingsCrown}
|
|
|
|
``` |
|
|
|
\ No newline at end of file |