Advertisement
Wohlf

Minecraft Particle Trails

Nov 23rd, 2015
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Rainbow trail:
  2. /execute @a ~ ~ ~ /particle reddust ~ ~ ~ 0 0 0 1 5
  3.  
  4. Blood Helix:
  5. /execute @p ~ ~ ~ /particle reddust ~ ~0.8 ~ 0.5 1 0.5 0 5 1
  6.  
  7. Enderman:
  8. /execute @p ~ ~ ~ /particle portal ~ ~1 ~ 0.5 1 0.5 1 1 10
  9.  
  10. Music Man:
  11. /execute @p ~ ~ ~ /particle note ~ ~1 ~ 0.5 1 0.5 1 1 10
  12.  
  13. Rain:
  14. /execute @p ~ ~ ~ /particle droplet ~ ~2.3 ~ 0.5 0 0.5 10 20 100
  15. And
  16. /execute @p ~ ~ ~ /particle cloud ~ ~2.3 ~ 0.5 0 0.5 0 10 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement