"Disguising" the player as a mob
Is there anyway I could "disguise" the player as a mob? I've seen the sethbling videos of his 'goat simulator in minecraft' game, but I'm pretty sure that was done with bukkit plugins. Is there anyway I can achieve this in vanilla minecraft? I already know that I should have a command block with this effect in it to start off, to make the player invisible, but I don't know where to continue..
//Have a constant redstone loop going for this command block
/effect @a 14 240 372000
Best Answer
Use a 20 hearts clock that is playing this command over and over again
/execute @e[type=Sheep,c=1] ~ ~ ~ /tp @p ~ ~0.3 ~
Then find a way to turn the block in front of the player into FallingSand
With the blocks Id and a frontward and upward direction and do that
Depending on what direction the player is facing
Pictures about ""Disguising" the player as a mob"



Trolling my new minecraft friend with a disguise plugin
More answers regarding "Disguising" the player as a mob
Answer 2
This video has a world download link. In the world there are command blocks. You can change the mob using the names from summon commands.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Thirdman, PNW Production, Tima Miroshnichenko, Tima Miroshnichenko
