1

/summon help 3

TSchweibz 2/21/15 8:06 pm
243
2/21/2015 8:47 pm
I am trying to spawn in a boss, It works without the health data tag so how do i add it in correctly?

/summon PigZombie ~ ~ ~ {Rotation:[123f,10f],Equipment:[{id:wooden_sword},{},{},{},{}],CustomName:Drug_Apprentice_Sanchez_Jr,CustomNameVisible:1,{Attributes:[{Name:generic.maxHealth, Base:50.0}]}
Posted by
TSchweibz
Level 2 : Apprentice Miner
0

  Have something to say?

JoinSign in

3

TSchweibz
02/21/2015 8:47 pm
Level 2 : Apprentice Miner
Okay that worked thanks
1
Foxy
02/21/2015 8:40 pm
Level 59 : Grandmaster Fox
random suggestion since someone's already answered your problem:
http://www.minecraftupdates.com/summon-command
it's a summon command generator I use a ton
this doesn't have every option possible but it has a bunch of them and helps a ton when you're needing to make a custom vanilla mob
1
Jmal116
02/21/2015 8:26 pm
Level 34 : Artisan System
You currently have an extra curly bracket before the attributes, causing the unbalanced brackets error. The attributes tag is not it's own compound, so there should be no bracket. The correct command would be /summon PigZombie ~ ~ ~ {Rotation:[123f,10f],Equipment:[{id:wooden_sword},{},{},{},{}],CustomName:Drug_Apprentice_Sanchez_Jr,CustomNameVisible:1,Attributes:[{Name:generic.maxHealth, Base:50.0}]}
1

Welcome