1

Command Block Help :3

HGL34 1/20/15 7:29 pm
308
1/22/2015 10:34 pm
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
Posted by
HGL34
Level 2 : Apprentice Explorer
1

  Have something to say?

JoinSign in

4

amc123
01/22/2015 10:34 pm
Level 1 : New Miner
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
1
Patchpen
01/22/2015 4:17 pm
Level 20 : Expert Dolphin
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_)
1
amc123
01/22/2015 3:47 pm
Level 1 : New Miner
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
1
48productions
01/20/2015 7:42 pm
Level 29 : Expert System
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:

/title @a title {selector:"@p",color:red}
/title @a subtitle {text:"Is cool!",color:green}
1

Welcome