Command Block Tutorial 91 Throwable Spawn Egg Commands in Minecraft 116
YOUR LINK HERE:
http://youtube.com/watch?v=veqoi5d8IiY
In this video I will show how to make any mob spawn in just by throw a custom name egg. • Commands(Example Commands) : • Zombie: • To get the egg: /give @p minecraft:egg{display:{Name: {\\ text\\ :\\ Zombie Spawn Egg\\ } }} • 1. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id: minecraft:egg ,tag:{display:{Name:'{ text : Zombie Spawn Egg }'}}}}] run execute as @e[type=egg] at @s run summon minecraft:area_effect_cloud ~ ~ ~ {Duration:2s,Tags:[ mob_spawner ]} • 2. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id: minecraft:egg ,tag:{display:{Name:'{ text : Zombie Spawn Egg }'}}}}] run execute as @e[type=minecraft:area_effect_cloud,tag=mob_spawner] at @s unless entity @e[type=minecraft:egg,distance=..3] run summon zombie ~ ~ ~ • Skeleton: • To get the egg: /give @p minecraft:egg{display:{Name: {\\ text\\ :\\ Skeleton Spawn Egg\\ } }} • 1. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id: minecraft:egg ,tag:{display:{Name:'{ text : Skeleton Spawn Egg }'}}}}] run execute as @e[type=egg] at @s run summon minecraft:area_effect_cloud ~ ~ ~ {Duration:2s,Tags:[ mob_spawner ]} • 2. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id: minecraft:egg ,tag:{display:{Name:'{ text : Skeleton Spawn Egg }'}}}}] run execute as @e[type=minecraft:area_effect_cloud,tag=mob_spawner] at @s unless entity @e[type=minecraft:egg,distance=..3] run summon minecraft:skeleton ~ ~ ~ • Creeper: • To get the egg: /give @p minecraft:egg{display:{Name: {\\ text\\ :\\ Creeper Spawn Egg\\ } }} • 1. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id: minecraft:egg ,tag:{display:{Name:'{ text : Creeper Spawn Egg }'}}}}] run execute as @e[type=egg] at @s run summon minecraft:area_effect_cloud ~ ~ ~ {Duration:2s,Tags:[ mob_spawner ]} • 2. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id: minecraft:egg ,tag:{display:{Name:'{ text : Creeper Spawn Egg }'}}}}] run execute as @e[type=minecraft:area_effect_cloud,tag=mob_spawner] at @s unless entity @e[type=minecraft:egg,distance=..3] run summon minecraft:creeper ~ ~ ~ • Music: • 1. Gaming Sound FX: • Monkeys Spinning Monkeys (Kevin MacLeod) - Gaming Background Music (HD): • https://www.youtube.com/watch?v=pr42a...
#############################
