aaa authored by Phillip's avatar Phillip
...@@ -22,7 +22,7 @@ Examples ...@@ -22,7 +22,7 @@ Examples
you can test cast both of these disguises with ``/mm test cast TestingDisguiseMechanic`` you can test cast both of these disguises with ``/mm test cast TestingDisguiseMechanic``
This will disguise you as a sheep that is on fire and spinning. It will also set the disguises custom name to DizzyBoi and make it visible! This will disguise you as a sheep that is on fire and spinning. It will also set the disguises custom name to DizzyBoi and make it visible!
``` ```yml
TestingDisguiseMechanic: TestingDisguiseMechanic:
Skills: Skills:
- disguise{d="Sheep SetBurning SetSpinning"} @self - disguise{d="Sheep SetBurning SetSpinning"} @self
...@@ -30,7 +30,7 @@ TestingDisguiseMechanic: ...@@ -30,7 +30,7 @@ TestingDisguiseMechanic:
This next example will turn you into a steve head that glides across the floor. No good way to describe it. It is pretty funny. I recommend you try it out! This next example will turn you into a steve head that glides across the floor. No good way to describe it. It is pretty funny. I recommend you try it out!
``` ```yml
TestingDisguiseMechanic: TestingDisguiseMechanic:
Skills: Skills:
- disguise{d="Zombie setYModifier -1.5 setPitchLocked setInvisible setHelmet PLAYER_HEAD"} @self - disguise{d="Zombie setYModifier -1.5 setPitchLocked setInvisible setHelmet PLAYER_HEAD"} @self
... ...
......