This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Sorry if this is the wrong forum, I wasn't sure where to put command block questions and stuff.
I'm trying to make a small map for my friends, and im trying to create a boss in it.
Its health won't go over 1000 though, thus making it easy to kill. Is there a way to make it so that it has more than 1000 health?
I have already tried changing Health:850 to Health:1500
Here's the command.
/summon Zombie ~0 ~2 ~0 {HandItems:[{id:diamond_sword},{}],ArmorItems:[{id:leather_boots,tag:{display:{color:0}}},{id:leather_leggings,tag:{display:{color:4533767}}},{id:leather_chestplate,tag:{display:{color:6507022}}},{id:skull,Damage:3,tag:{SkullOwner:Snake}}],CustomName:Tough Coded Zombie [Boss],CustomNameVisible:1,Attributes:[{Name:generic.movementSpeed,Base:0.2},{Name:generic.attackDamage,Base:7},{Name:generic.followRange,Base:60}],ActiveEffects:[{Id:22,Amplifier:1,Duration:999999},{Id:15,Amplifier:1,Duration:999999},{Id:21,Amplifier:1,Duration:999999},{Id:10,Amplifier:1,Duration:999999},{Id:11,Amplifier:1,Duration:999999}],Silent:1,Glowing:1,Health:850.0f}
Sorry if this is the wrong forum, I wasn't sure where to put command block questions and stuff.
I'm trying to make a small map for my friends, and im trying to create a boss in it.
Its health won't go over 1000 though, thus making it easy to kill. Is there a way to make it so that it has more than 1000 health?
I have already tried changing Health:850 to Health:1500
Here's the command.
/summon Zombie ~0 ~2 ~0 {HandItems:[{id:diamond_sword},{}],ArmorItems:[{id:leather_boots,tag:{display:{color:0}}},{id:leather_leggings,tag:{display:{color:4533767}}},{id:leather_chestplate,tag:{display:{color:6507022}}},{id:skull,Damage:3,tag:{SkullOwner:Snake}}],CustomName:Tough Coded Zombie [Boss],CustomNameVisible:1,Attributes:[{Name:generic.movementSpeed,Base:0.2},{Name:generic.attackDamage,Base:7},{Name:generic.followRange,Base:60}],ActiveEffects:[{Id:22,Amplifier:1,Duration:999999},{Id:15,Amplifier:1,Duration:999999},{Id:21,Amplifier:1,Duration:999999},{Id:10,Amplifier:1,Duration:999999},{Id:11,Amplifier:1,Duration:999999}],Silent:1,Glowing:1,Health:850.0f}