tsutitire2

Untitled

May 22nd, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. Variables:
  2. {%player%.part} = 0
  3. every ticks:
  4. loop all players:
  5. if {%loop-player%.part} is 1:
  6. execute console command "/execute %loop-player% ~ ~ ~ particle angryVillager ~ ~ ~ 0.1 0.1 0.1 0 1"
  7. if {%loop-player%.part} is 2:
  8. execute console command "/execute %loop-player% ~ ~ ~ particle blockcrack ~ ~ ~ 0.1 0.1 0.1 0 1"
  9. if {%loop-player%.part} is 3:
  10. execute console command "/execute %loop-player% ~ ~ ~ particle bubble ~ ~ ~ 0.1 0.1 0.1 0 1"
  11. if {%loop-player%.part} is 4:
  12. execute console command "/execute %loop-player% ~ ~ ~ particle cloud ~ ~ ~ 0.1 0.1 0.1 0 1"
  13. if {%loop-player%.part} is 5:
  14. execute console command "/execute %loop-player% ~ ~ ~ particle crit ~ ~ ~ 0.1 0.1 0.1 0 1"
  15. if {%loop-player%.part} is 6:
  16. execute console command "/execute %loop-player% ~ ~ ~ particle dragonbreath ~ ~ ~ 0.1 0.1 0.1 0 1"
  17. if {%loop-player%.part} is 7:
  18. execute console command "/execute %loop-player% ~ ~ ~ particle dripLava ~ ~ ~ 0.1 0.1 0.1 0 1"
  19. if {%loop-player%.part} is 8:
  20. execute console command "/execute %loop-player% ~ ~ ~ particle dripWater ~ ~ ~ 0.1 0.1 0.1 0 1"
  21. if {%loop-player%.part} is 9:
  22. execute console command "/execute %loop-player% ~ ~ ~ particle enchantmenttable ~ ~ ~ 0.1 0.1 0.1 0 1"
  23. if {%loop-player%.part} is 10:
  24. execute console command "/execute %loop-player% ~ ~ ~ particle endRod ~ ~ ~ 0.1 0.1 0.1 0 1"
  25. if {%loop-player%.part} is 11:
  26. execute console command "/execute %loop-player% ~ ~ ~ particle explode ~ ~ ~ 0.1 0.1 0.1 0 1"
  27. if {%loop-player%.part} is 12:
  28. execute console command "/execute %loop-player% ~ ~ ~ particle fireworksSpark ~ ~ ~ 0.1 0.1 0.1 0 1"
  29. if {%loop-player%.part} is 13:
  30. execute console command "/execute %loop-player% ~ ~ ~ particle flame ~ ~ ~ 0.1 0.1 0.1 0 1"
  31. if {%loop-player%.part} is 14:
  32. execute console command "/execute %loop-player% ~ ~ ~ particle happyVillager ~ ~ ~ 0.1 0.1 0.1 0 1"
  33. if {%loop-player%.part} is 15:
  34. execute console command "/execute %loop-player% ~ ~ ~ particle heart ~ ~ ~ 0.1 0.1 0.1 0 1"
  35. if {%loop-player%.part} is 16:
  36. execute console command "/execute %loop-player% ~ ~ ~ particle instantSpell ~ ~ ~ 0.1 0.1 0.1 0 1"
  37. if {%loop-player%.part} is 17:
  38. execute console command "/execute %loop-player% ~ ~ ~ particle lava ~ ~ ~ 0.1 0.1 0.1 0 1"
  39. if {%loop-player%.part} is 18:
  40. execute console command "/execute %loop-player% ~ ~ ~ particle magicCrit ~ ~ ~ 0.1 0.1 0.1 0 1"
  41. if {%loop-player%.part} is 19:
  42. execute console command "/execute %loop-player% ~ ~ ~ particle mobSpell ~ ~ ~ 0.1 0.1 0.1 0 1"
  43. if {%loop-player%.part} is 20:
  44. execute console command "/execute %loop-player% ~ ~ ~ particle note ~ ~ ~ 0.1 0.1 0.1 0 1"
  45. if {%loop-player%.part} is 21:
  46. execute console command "/execute %loop-player% ~ ~ ~ particle portal ~ ~ ~ 0.1 0.1 0.1 0 1"
  47. if {%loop-player%.part} is 22:
  48. execute console command "/execute %loop-player% ~ ~ ~ particle reddust ~ ~ ~ 0.1 0.1 0.1 0 1"
  49. if {%loop-player%.part} is 23:
  50. execute console command "/execute %loop-player% ~ ~ ~ particle reddust ~ ~ ~ 0.1 0.1 0.1 1 1"
  51. if {%loop-player%.part} is 24:
  52. execute console command "/execute %loop-player% ~ ~ ~ particle slime ~ ~ ~ 0.1 0.1 0.1 0 1"
  53. if {%loop-player%.part} is 25:
  54. execute console command "/execute %loop-player% ~ ~ ~ particle splash ~ ~ ~ 0.1 0.1 0.1 0 1"
  55. if {%loop-player%.part} is 26:
  56. execute console command "/execute %loop-player% ~ ~ ~ particle totem ~ ~ ~ 0.1 0.1 0.1 0 1"
  57. if {%loop-player%.part} is 27:
  58. execute console command "/execute %loop-player% ~ ~ ~ particle sweepAttack ~ ~ ~ 0.1 0.1 0.1 0 1"
  59. command /pset <int>:
  60. trigger:
  61. set {%player%.part} to arg 1
  62. command /plist <int>:
  63. trigger:
  64. message "1:angryVillager/2:blockcrack/3:bubble/4:cloud/5:crit/6:dragonbreath/7:dripLava/8:dripWater/9:enchantmenttable/10:endRod/11:explode/12:fireworksSpark/13:flame/14:happyVillager/15:heart/16:instantSpell/17:lava/18:magicCrit/19:mobSpell/20:note/21:portal/22:reddust/23:reddust/24:slime/25:splash/26:totem/27:sweepAttack"
Add Comment
Please, Sign In to add comment