Command Block Tutorial #119: Tracking Chip Commands in Minecraft (1.17+)
In this video I will show how to make a special item that allow you to track any kind of mob or player no matter when they go, as long as there are still in your render distance.
Commands:
To get the Tracking Sonar: /item replace entity @p hotbar.0 with minecraft:compass{display:{Name:"{\"text\":\"Tracking Sonar\"}"}}
To get the Tracking Chip: /give @p minecraft:snowball{Enchantments:[{id:infinity,lvl:1,}],display:{Name:"{\"text\":\"Tracking Chip\"}"}}
To get the Tracking Chip Disabler: /item replace entity @p hotbar.8 with minecraft:barrier{display:{Name:"{\"text\":\"Tracking Chip Disabler\"}"}}
1. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id:"minecraft:snowball",tag:{display:{Name:'{"text":"Tracking Chip"}'}}}}] run execute as @e[type=snowball] 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:snowball",tag:{display:{Name:'{"text":"Tracking Chip"}'}}}}] run execute as @e[type=minecraft:area_effect_cloud,tag=mob_spawner] at @s unless entity @e[type=minecraft:snowball,distance=..3] run summon axolotl ~ ~ ~ {Age:-25000,Variant:random,Invulnerable:1,PersistenceRequired:1,Silent:1,CustomName:"\"Tracking Chip\""}
3. Repeater Command Block: /execute at @e[type=!item,name=!"Tracking Chip",type=!minecraft:axolotl] run tp @e[type=minecraft:axolotl,name="Tracking Chip",distance=0..2,limit=1] ^ ^2 ^
4. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id:"minecraft:compass",tag:{display:{Name:"{\"text\":\"Tracking Sonar\"}"}}}}] run execute at @e[type=minecraft:axolotl,name="Tracking Chip"] run effect give @e[name=!"Tracking Chip",distance=0..2] minecraft:glowing 2 1 true
5. Repeater Command Block: /execute if entity @a[nbt={SelectedItem:{id:"minecraft:barrier",tag:{display:{Name:"{\"text\":\"Tracking Chip Disabler\"}"}}}}] run kill @e[name="Tracking Chip"]
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
Minecraft Statistics For RedstoneKnightX
RedstoneKnightX presently has 1,527,317 views for Minecraft across 384 videos, with His channel uploaded over 2 days worth of Minecraft videos. This is 85.45% of the total watchable video on RedstoneKnightX's YouTube channel.