Command Block Tutorial #115: Parasite Disguise Commands in Minecraft (1.17+)
In this video I will show how to make a special troll item that summon speical silverfish that attach themselves to any near by mob or player and deal damage to them, basically the behavior of a parasite.
Commands:
To get the Parasite Egg: /give @p minecraft:egg{Enchantments:[{id:infinity,lvl:1,}],display:{Name:"{\"text\":\"Parasite Egg\"}"}}
1. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id:"minecraft:egg",tag:{display:{Name:'{"text":"Parasite 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":"Parasite 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:silverfish ~ ~ ~ {CustomName:"\"Parasite\"",CustomNameVisible:1}
3. Repeater Command Block: /execute at @e[type=minecraft:silverfish,name="Parasite"] run execute if entity @e[name=!"Parasite",distance=0..2] run execute if entity @e[type=!minecraft:snowball,distance=0..2] run effect give @e[name=!Parasite,distance=0..2] minecraft:wither 1 3 true
4. Repeater Command Block: /execute at @e[type=!item,name=!Parasite,type=!minecraft:silverfish] run tp @e[type=minecraft:silverfish,name="Parasite",distance=0..2,limit=1] ^ ^2 ^
Music:
1. Gaming Sound FX:
* Monkeys Spinning Monkeys (Kevin MacLeod) - Gaming Background Music (HD):
https://www.youtube.com/watch?v=pr42a...
Other Videos By RedstoneKnightX
Other Statistics
Parasite Statistics For RedstoneKnightX
RedstoneKnightX presently has 838 views for Parasite across 1 video, with his channel publishing less than an hour of Parasite content. This makes up less than 0.13% of the total overall content on RedstoneKnightX's YouTube channel.