Minecraft How to make a Circle (no Mod)

Channel:
Subscribers:
102,000
Published on ● Video Link: https://www.youtube.com/watch?v=sc3j123FpbE



Duration: 0:00
18,895 views
692


Commands used (in order from the bottom to the top command block):

Impulse command block:
summon minecraft:armor_stand ~ ~8 ~ {Tags:["circle"]}

Repeat command block:
execute as @e[type=minecraft:armor_stand,tag=circle] at @s run summon minecraft:armor_stand ^3 ^-8.5 ^ {Invisible:1,NoGravity:1,Marker:1,ArmorItems:[{},{},{},{id:sand,Count:1}]}

Chain command block:
execute as @e[type=minecraft:armor_stand,tag=circle] at @s run tp @s ~ ~ ~ ~3 ~

Chain command block:
execute as @e[type=minecraft:armor_stand,tag=circle] at @s run summon minecraft:armor_stand ^3.5 ^-8.5 ^ {Invisible:1,NoGravity:1,Marker:1,ArmorItems:[{},{},{},{id:sand,Count:1}]}

Repeat command block:
execute as @e[type=minecraft:armor_stand,distance=..5.41] at @s run tp @s ~ ~ ~ facing entity @p