Advertisement
MasInYoFace

Circle Particles

Mar 29th, 2021
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. ##Spinning stand
  2. summon minecraft:armor_stand ~ ~ ~ {Invisible:1,Tags:[spin1]}
  3. execute as @e[tag=spin1] at @s run tp @s ~ ~ ~ ~10 ~
  4. execute as @e[tag=spin1] at @s run particle minecraft:end_rod ^1 ^ ^ 0 0 0 0 1
  5. execute as @e[tag=spin1] at @s run particle minecraft:falling_dust purple_concrete ^1 ^ ^ 0 0 0 0 2
  6. execute as @e[tag=spin1] at @s run particle minecraft:totem_of_undying ^1 ^ ^ 0 0 0 0 1
  7.  
  8. ##Spinning and going up
  9. summon minecraft:armor_stand ~ ~1.5 ~2 {Invisible:1,Tags:[spin2]}
  10. execute as @e[tag=spin2] at @s run tp @s ~ ~0.1 ~ ~10 ~
  11. execute as @e[tag=spin2] at @s run particle minecraft:falling_dust purple_concrete ^1 ^ ^ 0 0 0 0 2
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement