Ep50: Particles rotating around the player.
Originally for Udemy, but uploaded here.
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: / coppitj
Join the server I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: / discord
Udemy notes. YouTube formatting may make some of these wrong. :)
Commands used:
Create a target area_effect_cloud:
summon area_effect_cloud ~ ~2 ~ {Tags:["followPlayer"], Duration:2147483647}
Kill the area_effect_cloud:
kill @e[tag=followPlayer]
Teleport the area_effect_cloud to the player:
execute at @p run tp @e[tag=followPlayer] ~ ~ ~
Rotate the area_effect_cloud:
execute as @e[tag=followPlayer] at @s run tp @s ~ ~ ~ ~10 ~
Create the particles:
execute at @e[tag=followPlayer] run particle flame ^ ^3 ^2 .1 .1 .1 .0001 1