Ok guys I need some help. I want the screen to display
PLAYER NAME
Made it to Gate #
the command is /title @a title {text:texthere,color:gold}
I dont know how to make it so the name appears. Any help? Please?
And, put @p in place of texthere does not work, that displays @p on the screen
PLAYER NAME
Made it to Gate #
the command is /title @a title {text:texthere,color:gold}
I dont know how to make it so the name appears. Any help? Please?
And, put @p in place of texthere does not work, that displays @p on the screen
4
thanks but it spawned zombie with steve head, any way to get herobrine head? And it works but you have to have a Herobrine skin but my skin is changing and i want a different skin. HHHHHHEEEEELLLLPPPP
I think MHF_Herobrine isn't an official Mojang MHF skin (meaning it is owned by a player, who may not have updated it to 1.8 skin format.)
Try Herobrine (Without the MHF_)
Try Herobrine (Without the MHF_)
Hi Guys I need help with my command block as well. When I spawn a Zombie with a Herobrine head it spawns the zombie with an Alex head. How do I fix this?
Thanks and I am using 1.8.1 snapshots linux/ubuntu 14.04
Thank you in advance,
amc123
command
/summon Zombie ~0 ~1 ~0 {Equipment:[{id:diamond_sword,tag:{display:{Name:Slayer},ench:[{id:18,lvl:5},{id:20,lvl:2},{id:19,lvl:2},{id:21,lvl:3},{id:16,lvl:5},{id:17,lvl:4},{id:34,lvl:3}]}},{id:diamond_boots,tag:{Unbreakable:1,ench:[{id:3,lvl:4},{id:8,lvl:3},{id:2,lvl:4},{id:1,lvl:4},{id:4,lvl:4},{id:0,lvl:4},{id:7,lvl:3},{id:34,lvl:3}]}},{id:diamond_leggings,tag:{Unbreakable:1,ench:[{id:3,lvl:4},{id:1,lvl:4},{id:4,lvl:4},{id:0,lvl:4},{id:7,lvl:3},{id:34,lvl:3}]}},{id:diamond_chestplate,tag:{Unbreakable:1,ench:[{id:3,lvl:4},{id:1,lvl:4},{id:4,lvl:4},{id:0,lvl:4},{id:7,lvl:3},{id:34,lvl:3}]}},{id:skull,Damage:3,tag:{SkullOwner:MHF_Herobrine,display:{Name:Herobrine's Head}}}],CustomName:Herobrine,CustomNameVisible:1,CanPickUpLoot:1,CanBreakDoors:1}
for command summon thing http://www.minecraftupdates.com/summon-command
Thanks and I am using 1.8.1 snapshots linux/ubuntu 14.04
Thank you in advance,
amc123
command
/summon Zombie ~0 ~1 ~0 {Equipment:[{id:diamond_sword,tag:{display:{Name:Slayer},ench:[{id:18,lvl:5},{id:20,lvl:2},{id:19,lvl:2},{id:21,lvl:3},{id:16,lvl:5},{id:17,lvl:4},{id:34,lvl:3}]}},{id:diamond_boots,tag:{Unbreakable:1,ench:[{id:3,lvl:4},{id:8,lvl:3},{id:2,lvl:4},{id:1,lvl:4},{id:4,lvl:4},{id:0,lvl:4},{id:7,lvl:3},{id:34,lvl:3}]}},{id:diamond_leggings,tag:{Unbreakable:1,ench:[{id:3,lvl:4},{id:1,lvl:4},{id:4,lvl:4},{id:0,lvl:4},{id:7,lvl:3},{id:34,lvl:3}]}},{id:diamond_chestplate,tag:{Unbreakable:1,ench:[{id:3,lvl:4},{id:1,lvl:4},{id:4,lvl:4},{id:0,lvl:4},{id:7,lvl:3},{id:34,lvl:3}]}},{id:skull,Damage:3,tag:{SkullOwner:MHF_Herobrine,display:{Name:Herobrine's Head}}}],CustomName:Herobrine,CustomNameVisible:1,CanPickUpLoot:1,CanBreakDoors:1}
for command summon thing http://www.minecraftupdates.com/summon-command
An online .json generator might be really helpful for things like this. I recommend you go find one in the future.
To make a name appear, using {selector:"@p"} instead of {text:""} should work.
Example:
To make a name appear, using {selector:"@p"} instead of {text:""} should work.
Example:
/title @a title {selector:"@p",color:red}
/title @a subtitle {text:"Is cool!",color:green}
