This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hey! For a one command i am doing i needed to give the player a spawn egg that spawned a named cow, chicken, sheep, ect. How can i get this
with a /give command?
The display name of the spawn egg item will create a mob with the same name:
/give @p minecraft:spawn_egg 1 50 {display:{Name:"Custom Name"}}
For 1.9:
/give @p minecraft:spawn_egg 1 0 {display:{Name:"Custom Name"},EntityTag:{id:"Creeper"}}
/give @p minecraft:spawn_egg 1 0 {EntityTag:{id:"Creeper",CustomName:"Custom Name"}}
Minecraft-things: http://skylinerw.com More Minecraft-things: https://sourceblock.net Guides for command-related features (eventually moving to Source Block): https://github.com/skylinerw/guides I primarily hang out in the /r/MinecraftCommands discord, where there's a lot of people that help with commands: https://discord.gg/QAFXFtZ Their corresponding subreddit: https://www.reddit.com/r/MinecraftCommands/
Quote from Skylinerwยป The display name of the spawn egg item will create a mob with the same name: /give @p minecraft:spawn_egg 1 50 {display:{Name:"Custom Name"}} For 1.9: /give @p minecraft:spawn_egg 1 0 {display:{Name:"Custom Name"},EntityTag:{id:"Creeper"}} Alternative with 1.9: /give @p minecraft:spawn_egg 1 0 {EntityTag:{id:"Creeper",CustomName:"Custom Name"}}
Hey! For a one command i am doing i needed to give the player a spawn egg that spawned a named cow, chicken, sheep, ect. How can i get this
with a /give command?
The display name of the spawn egg item will create a mob with the same name:
For 1.9:
Alternative with 1.9:Minecraft-things: http://skylinerw.com
More Minecraft-things: https://sourceblock.net
Guides for command-related features (eventually moving to Source Block): https://github.com/skylinerw/guides
I primarily hang out in the /r/MinecraftCommands discord, where there's a lot of people that help with commands: https://discord.gg/QAFXFtZ
Their corresponding subreddit: https://www.reddit.com/r/MinecraftCommands/
Thanks SOOOOO much!!! ๐๐๐๐
Thanks thanks thanks!!!!! Ur so helpful! ๐