Changes
Page history
use Disguise key instead of command
authored
Mar 20, 2022
by
Phillip
Hide whitespace changes
Inline
Side-by-side
Mobs/Disguises.md
View page @
967d785d
...
...
@@ -39,13 +39,13 @@ Examples:
```
yml
#Invisible powered Creeper
/d
isguise creeper setPowered
true
setInvisible
true
D
isguise
:
creeper setPowered
true
setInvisible
true
#Brown horse with white spots and gold armor
/d
isguise horse setColor brown setStyle white_dots setHorseArmor
418
D
isguise
:
horse setColor brown setStyle white_dots setHorseArmor
418
#Upside-down player disguise with Notch's skin
/d
isguise player Dinnerbone setSkin Notch
D
isguise
:
player Dinnerbone setSkin Notch
```
## Saving Disguises
...
...
...
...