MrGarretto's One-Command Creations

Giving the modded minecraft feeling to vanilla

Morphs command (1.10.2)
About this command
This command allows you to morph into any creature that you defeat!
Show source commands

INIT:/scoreboard objectives add MM_killPig stat.killEntity.Pig
INIT:/scoreboard objectives add MM_killCow stat.killEntity.Cow
INIT:/scoreboard objectives add MM_killChicken stat.killEntity.Chicken
INIT:/scoreboard objectives add MM_killCreeper stat.killEntity.Creeper
INIT:/scoreboard objectives add MM_killZombie stat.killEntity.Zombie
INIT:/scoreboard objectives add MM_killSpider stat.killEntity.Spider
INIT:/scoreboard objectives add MM_killEnderman stat.killEntity.Enderman
INIT:/scoreboard objectives add MM_killBlaze stat.killEntity.Blaze
INIT:/scoreboard objectives add MM_killSkeleton stat.killEntity.Skeleton
INIT:/scoreboard objectives add MM_killEntityHorse stat.killEntity.EntityHorse
INIT:/scoreboard objectives add MM_killWolf stat.killEntity.Wolf
INIT:/scoreboard objectives add MM_killSheep stat.killEntity.Sheep
INIT:/scoreboard objectives add MM_Death deathCount
INIT:/scoreboard teams add noCollision
INIT:/scoreboard teams option noCollision collisionRule never
INIT:/tellraw @a [{"color":"green","bold":true,"text":"The Morph "},{"color":"dark_aqua","bold":true,"text":"command module "},{"color":"gold","bold":true,"text":"has been installed!"}]
INIT:/tellraw @a [{"color":"red","text":"Command by MrGarretto"}]
/give @a[score_MM_killPig_min=1,score_MM_killPig=1] spawn_egg 1 0 {display:{Name:"PigMorph"},EntityTag:{Tags:["MM_disMob"],id:Pig}}
/scoreboard players set @a[score_MM_killPig_min=1,score_MM_killPig=1] MM_killPig 0
/give @a[score_MM_killCow_min=1,score_MM_killCow=1] spawn_egg 1 0 {display:{Name:"CowMorph"},EntityTag:{Tags:["MM_disMob"],id:Cow}}
/scoreboard players set @a[score_MM_killCow_min=1,score_MM_killCow=1] MM_killCow 0
/give @a[score_MM_killChicken_min=1,score_MM_killChicken=1] spawn_egg 1 0 {display:{Name:"ChickenMorph"},EntityTag:{Tags:["MM_disMob"],id:Chicken}}
/scoreboard players set @a[score_MM_killChicken_min=1,score_MM_killChicken=1] MM_killChicken 0
/give @a[score_MM_killCreeper_min=1,score_MM_killCreeper=1] spawn_egg 1 0 {display:{Name:"CreeperMorph"},EntityTag:{Tags:["MM_disMob"],id:Creeper}}
/scoreboard players set @a[score_MM_killCreeper_min=1,score_MM_killCreeper=1] MM_killCreeper 0
/give @a[score_MM_killZombie_min=1,score_MM_killZombie=1] spawn_egg 1 0 {display:{Name:"ZombieMorph"},EntityTag:{Tags:["MM_disMob"],id:Zombie}}
/scoreboard players set @a[score_MM_killZombie_min=1,score_MM_killZombie=1] MM_killZombie 0
/give @a[score_MM_killSpider_min=1,score_MM_killSpider=1] spawn_egg 1 0 {display:{Name:"SpiderMorph"},EntityTag:{Tags:["MM_disMob"],id:Spider}}
/scoreboard players set @a[score_MM_killSpider_min=1,score_MM_killSpider=1] MM_killSpider 0
/give @a[score_MM_killEnderman_min=1,score_MM_killEnderman=1] spawn_egg 1 0 {display:{Name:"EndermanMorph"},EntityTag:{Tags:["MM_disMob"],id:Enderman}}
/scoreboard players set @a[score_MM_killEnderman_min=1,score_MM_killEnderman=1] MM_killEnderman 0
/give @a[score_MM_killBlaze_min=1,score_MM_killBlaze=1] spawn_egg 1 0 {display:{Name:"BlazeMorph"},EntityTag:{Tags:["MM_disMob"],id:Blaze}}
/scoreboard players set @a[score_MM_killBlaze_min=1,score_MM_killBlaze=1] MM_killBlaze 0
/give @a[score_MM_killSkeleton_min=1,score_MM_killSkeleton=1] spawn_egg 1 0 {display:{Name:"SkeletonMorph"},EntityTag:{Tags:["MM_disMob"],id:Skeleton}}
/scoreboard players set @a[score_MM_killSkeleton_min=1,score_MM_killSkeleton=1] MM_killSkeleton 0
/give @a[score_MM_killEntityHorse_min=1,score_MM_killEntityHorse=1] spawn_egg 1 0 {display:{Name:"HorseMorph"},EntityTag:{Tags:["MM_disMob"],id:EntityHorse}}
/scoreboard players set @a[score_MM_killEntityHorse_min=1,score_MM_killEntityHorse=1] MM_killEntityHorse 0
/give @a[score_MM_killWolf_min=1,score_MM_killWolf=1] spawn_egg 1 0 {display:{Name:"WolfMorph"},EntityTag:{Tags:["MM_disMob"],id:Wolf}}
/scoreboard players set @a[score_MM_killWolf_min=1,score_MM_killWolf=1] MM_killWolf 0
/give @a[score_MM_killSheep_min=1,score_MM_killSheep=1] spawn_egg 1 0 {display:{Name:"SheepMorph"},EntityTag:{Tags:["MM_disMob"],id:Sheep}}
/scoreboard players set @a[score_MM_killSheep_min=1,score_MM_killSheep=1] MM_killSheep 0

/execute @a ~ ~ ~ teleport @e[tag=MM_disMob,c=1,r=2] ~ ~ ~
/execute @e[tag=MM_disMob] ~ ~ ~ tp @e[tag=MM_disMob,c=1,r=0] @a[c=1,r=2]
/execute @a[score_MM_Death_min=1] ~ ~ ~ kill @e[score_MM_disMob_min=1,r=2]
/scoreboard teams join noCollision @e[tag=MM_disMob]
/scoreboard players reset @a MM_Death
# Make players invisible if disguised
/execute @e[tag=MM_disMob] ~ ~ ~ effect @a[c=1] minecraft:invisibility 2 1 true
# Give the undisguise item
/entitydata @e[tag=MM_disMob] {Silent:1,NoAI:1,Invulnerable:1,PersistenceRequired:1}

For Minecraft version 1.10.2
Click here for other versions of this command!
How to use
Give yourself a command block with /give @p command_block. Place it then paste the command from below into it. One command creations are similar to Minecraft mods, but are much easier to add to your world!
Click here for other versions of this command!