I really want to spawn Giant with armor and swords. Because Giants are strong, and great challenge if spawned with enchanted diamond armor and a diamond sword.
Đang xem: Minecraft how to spawn a giant


ExplanationAll mobs have the HandItems and ArmorItems tags. The syntax for HandItems is this:
HandItems:<{},{}>You can provide the id, enchantments, name, etc. Here is the ArmorItems syntax:
ArmorItems:<{},{},{},{}>Like HandItems, you can supply enchantments and names and ids. Here”s a command that will spawn a Giant zombie with a diamond sword and a full set of diamond armor:
/summon Giant ~ ~ ~ {HandItems:<{id:"minecraft:diamond_sword",Count:1b}>,ArmorItems:<{id:minecraft:diamond_boots",Count:1b},{id:"minecraft:diamond_leggings",Count:1b},{id:"minecraft:diamond_chestplate",Count:1b},{id:"minecraft:diamond_helmet",Count:1b}>}However, keep in mind that Giants have no AI as of 1.8. The Giant will do nothing but stand there (making it great for a statue). But battle will not work very well without custom AI. I have a supplied a some basic commands that will make the Giant able to be fought.
Prerequisites
/summon Zombie ~ ~ ~ {CustomName:”AiZombie”,Silent:1,HandItems:<{id:minecraft:diamond_sword,Count:1b}>,ActiveEffects:<{id:14,Amplifier:1,Duration:10000}>}/summon Giant ~ ~ ~ {CustomName:”BattleGiant”,HandItems:<{id:minecraft:diamond_sword,Count:1b}>,ArmorItems:<{id:minecraft:diamond_boots,Count:1b},{id:minecraft:diamond_leggings,Count:1b},{id:minecraft:diamond_chestplate,Count:1b},{id:minecraft:diamond_helmet,Count:1b}>}/scoreboard objectives add giantAlive dummy/scoreboard objectives set
Read more: Calmer Tones Flowing Through So Far But The Coast Isn'T Clear Wow
e
e
e
Read more: Wow Quest #2389 A Particularly Potent Potion Wow, A Particularly Potent Potion
e
/scoreboard objectives set
e
Giant”s Statistics
All Giants have 100 health, half that of an Ender Dragon and equal to an iron golem”s.