Advertisement
Guest User

Minecraft Guitar Hero - track.mcfunction

a guest
Jul 1st, 2020
877
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.98 KB | None | 0 0
  1. ##### MAIN #####
  2. scoreboard objectives add length dummy
  3.  
  4. # ///// CHANGE NUMERICAL VALUE FOR SONG LENGTH (IN TICKS). 1 SEC = 20 TICKS. ///// #
  5. scoreboard players set track length 2950
  6. # ///// CHANGE NUMERICAL VALUE FOR SONG LENGTH (IN TICKS). 1 SEC = 20 TICKS. ///// #
  7.  
  8. # ///// THIS IS THE TRACK. TIMER IS ALSO IN TICKS. EFFECTS ARE OPTIONAL. ///// #
  9. ## Effects
  10. execute if score @p timer matches 2 run effect give @e[tag=green,tag=circle] glowing 1 0 true
  11. execute if score @p timer matches 4 run effect give @e[tag=red,tag=circle] glowing 1 0 true
  12. execute if score @p timer matches 6 run effect give @e[tag=yellow,tag=circle] glowing 1 0 true
  13. execute if score @p timer matches 8 run effect give @e[tag=blue,tag=circle] glowing 1 0 true
  14. execute if score @p timer matches 10 run effect give @e[tag=orange,tag=circle] glowing 1 0 true
  15.  
  16. execute if score @p timer matches 2 run execute as @e[tag=green,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.0 0.0 0.0 1.0 0 force
  17. execute if score @p timer matches 4 run execute as @e[tag=red,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.25 0.0 0.0 1.0 0 force
  18. execute if score @p timer matches 6 run execute as @e[tag=yellow,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.08 0.0 0.0 1.0 0 force
  19. execute if score @p timer matches 8 run execute as @e[tag=blue,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.583 0.0 0.0 1.0 0 force
  20. execute if score @p timer matches 10 run execute as @e[tag=orange,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.1 0.0 0.0 1.0 0 force
  21.  
  22. execute if score @p timer matches 30 run effect give @e[tag=green,tag=circle] glowing 1 0 true
  23. execute if score @p timer matches 30 run effect give @e[tag=red,tag=circle] glowing 1 0 true
  24. execute if score @p timer matches 30 run effect give @e[tag=yellow,tag=circle] glowing 1 0 true
  25. execute if score @p timer matches 30 run effect give @e[tag=blue,tag=circle] glowing 1 0 true
  26. execute if score @p timer matches 30 run effect give @e[tag=orange,tag=circle] glowing 1 0 true
  27. execute if score @p timer matches 30 run execute as @e[tag=green,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.0 0.0 0.0 1.0 0 force
  28. execute if score @p timer matches 30 run execute as @e[tag=red,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.25 0.0 0.0 1.0 0 force
  29. execute if score @p timer matches 30 run execute as @e[tag=yellow,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.08 0.0 0.0 1.0 0 force
  30. execute if score @p timer matches 30 run execute as @e[tag=blue,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.583 0.0 0.0 1.0 0 force
  31. execute if score @p timer matches 30 run execute as @e[tag=orange,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.1 0.0 0.0 1.0 0 force
  32.  
  33. execute if score @p timer matches 89 run effect give @e[tag=green,tag=circle] glowing 1 0 true
  34. execute if score @p timer matches 89 run effect give @e[tag=red,tag=circle] glowing 1 0 true
  35. execute if score @p timer matches 89 run effect give @e[tag=yellow,tag=circle] glowing 1 0 true
  36. execute if score @p timer matches 89 run effect give @e[tag=blue,tag=circle] glowing 1 0 true
  37. execute if score @p timer matches 89 run effect give @e[tag=orange,tag=circle] glowing 1 0 true
  38. execute if score @p timer matches 89 run execute as @e[tag=green,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.0 0.0 0.0 1.0 0 force
  39. execute if score @p timer matches 89 run execute as @e[tag=red,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.25 0.0 0.0 1.0 0 force
  40. execute if score @p timer matches 89 run execute as @e[tag=yellow,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.08 0.0 0.0 1.0 0 force
  41. execute if score @p timer matches 89 run execute as @e[tag=blue,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.583 0.0 0.0 1.0 0 force
  42. execute if score @p timer matches 89 run execute as @e[tag=orange,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.1 0.0 0.0 1.0 0 force
  43.  
  44. execute if score @p timer matches 96 run effect give @e[tag=green,tag=circle] glowing 1 0 true
  45. execute if score @p timer matches 96 run effect give @e[tag=red,tag=circle] glowing 1 0 true
  46. execute if score @p timer matches 96 run effect give @e[tag=yellow,tag=circle] glowing 1 0 true
  47. execute if score @p timer matches 96 run effect give @e[tag=blue,tag=circle] glowing 1 0 true
  48. execute if score @p timer matches 96 run effect give @e[tag=orange,tag=circle] glowing 1 0 true
  49. execute if score @p timer matches 96 run execute as @e[tag=green,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.0 0.0 0.0 1.0 0 force
  50. execute if score @p timer matches 96 run execute as @e[tag=red,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.25 0.0 0.0 1.0 0 force
  51. execute if score @p timer matches 96 run execute as @e[tag=yellow,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.08 0.0 0.0 1.0 0 force
  52. execute if score @p timer matches 96 run execute as @e[tag=blue,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.583 0.0 0.0 1.0 0 force
  53. execute if score @p timer matches 96 run execute as @e[tag=orange,tag=circle] at @s positioned ~ ~0.5 ~ run particle note ~ ~ ~ 0.1 0.0 0.0 1.0 0 force
  54.  
  55.  
  56. # ///// THESE ARE THE TRACK NOTES. ///// #
  57. # ///// For notes, use: execute if score @p timer matches <value> run summon minecraft:armor_stand 0 63 13 {Tags:["<colour>","note","symbol","pos"]} ///// #
  58. # ///// For green lines, use: execute if score @p timer matches <value(s)> run summon minecraft:armor_stand 2 65 13 {Tags:["green","line","symbol","pos"]} ///// #
  59. # ///// For red lines, use: execute if score @p timer matches <value(s)> run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]} ///// #
  60. # ///// For yellow lines, use: execute if score @p timer matches <value(s)> run summon minecraft:armor_stand 0 65 13 {Tags:["yellow","line","symbol","pos"]} ///// #
  61. # ///// For blue lines, use: execute if score @p timer matches <value(s)> run summon minecraft:armor_stand -1 65 13 {Tags:["blue","line","symbol","pos"]} ///// #
  62. # ///// For orange lines, use: execute if score @p timer matches <value(s)> run summon minecraft:armor_stand -2 65 13 {Tags:["orange","line","symbol","pos"]} ///// #
  63.  
  64. ## Start
  65. execute if score @p timer matches 119 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  66. execute if score @p timer matches 176 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  67. execute if score @p timer matches 183 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  68.  
  69. execute if score @p timer matches 221 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  70. execute if score @p timer matches 224 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  71. execute if score @p timer matches 227 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  72. execute if score @p timer matches 230 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  73. execute if score @p timer matches 233 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  74. execute if score @p timer matches 240 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  75. execute if score @p timer matches 292 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  76. execute if score @p timer matches 299 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  77.  
  78. execute if score @p timer matches 337 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  79. execute if score @p timer matches 340 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  80. execute if score @p timer matches 343 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  81. execute if score @p timer matches 346 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  82. execute if score @p timer matches 349 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  83. execute if score @p timer matches 356 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  84. execute if score @p timer matches 408 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  85. execute if score @p timer matches 415 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  86.  
  87.  
  88. ## Pre-Verse 1
  89. execute if score @p timer matches 449 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  90. execute if score @p timer matches 452 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  91. execute if score @p timer matches 456 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  92. execute if score @p timer matches 459 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  93. execute if score @p timer matches 462 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  94.  
  95. ## Verse 1
  96. execute if score @p timer matches 466 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  97. execute if score @p timer matches 466 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  98. execute if score @p timer matches 473 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  99. execute if score @p timer matches 480 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  100. execute if score @p timer matches 480 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  101. execute if score @p timer matches 487 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  102.  
  103. execute if score @p timer matches 495 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  104. execute if score @p timer matches 495 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  105. execute if score @p timer matches 502 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  106. execute if score @p timer matches 509 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  107. execute if score @p timer matches 509 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  108. execute if score @p timer matches 516 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  109.  
  110. execute if score @p timer matches 524 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  111. execute if score @p timer matches 524 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  112. execute if score @p timer matches 531 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  113. execute if score @p timer matches 538 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  114. execute if score @p timer matches 538 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  115. execute if score @p timer matches 545 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  116.  
  117. execute if score @p timer matches 552 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  118. execute if score @p timer matches 552 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  119. execute if score @p timer matches 559 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  120. execute if score @p timer matches 566 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  121. execute if score @p timer matches 566 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  122. execute if score @p timer matches 573 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  123.  
  124.  
  125. execute if score @p timer matches 581 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  126. execute if score @p timer matches 581 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  127. execute if score @p timer matches 588 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  128. execute if score @p timer matches 595 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  129. execute if score @p timer matches 595 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  130. execute if score @p timer matches 602 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  131.  
  132. execute if score @p timer matches 610 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  133. execute if score @p timer matches 610 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  134. execute if score @p timer matches 617 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  135. execute if score @p timer matches 624 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  136. execute if score @p timer matches 624 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  137. execute if score @p timer matches 631 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  138.  
  139. execute if score @p timer matches 640 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  140. execute if score @p timer matches 640 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  141. execute if score @p timer matches 647 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  142. execute if score @p timer matches 654 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  143. execute if score @p timer matches 654 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  144. execute if score @p timer matches 661 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  145.  
  146. execute if score @p timer matches 668 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  147. execute if score @p timer matches 668 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  148. execute if score @p timer matches 675 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  149. execute if score @p timer matches 682 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  150. execute if score @p timer matches 682 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  151. execute if score @p timer matches 689 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  152.  
  153.  
  154. execute if score @p timer matches 698 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  155. execute if score @p timer matches 698 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  156. execute if score @p timer matches 705 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  157. execute if score @p timer matches 712 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  158. execute if score @p timer matches 712 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  159. execute if score @p timer matches 719 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  160.  
  161. execute if score @p timer matches 727 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  162. execute if score @p timer matches 727 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  163. execute if score @p timer matches 734 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  164. execute if score @p timer matches 741 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  165. execute if score @p timer matches 741 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  166. execute if score @p timer matches 748 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  167.  
  168. execute if score @p timer matches 756 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  169. execute if score @p timer matches 756 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  170. execute if score @p timer matches 763 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  171. execute if score @p timer matches 770 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  172. execute if score @p timer matches 770 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  173. execute if score @p timer matches 777 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  174.  
  175. execute if score @p timer matches 785 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  176. execute if score @p timer matches 785 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  177. execute if score @p timer matches 792 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  178. execute if score @p timer matches 799 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  179. execute if score @p timer matches 799 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  180. execute if score @p timer matches 806 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  181.  
  182.  
  183. execute if score @p timer matches 814 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  184. execute if score @p timer matches 814 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  185. execute if score @p timer matches 821 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  186. execute if score @p timer matches 828 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  187. execute if score @p timer matches 828 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  188. execute if score @p timer matches 835 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  189.  
  190. execute if score @p timer matches 843 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  191. execute if score @p timer matches 843 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  192. execute if score @p timer matches 850 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  193. execute if score @p timer matches 857 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  194. execute if score @p timer matches 857 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  195. execute if score @p timer matches 864 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  196.  
  197. execute if score @p timer matches 872 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  198. execute if score @p timer matches 872 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  199. execute if score @p timer matches 879 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  200. execute if score @p timer matches 886 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  201. execute if score @p timer matches 886 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  202. execute if score @p timer matches 893 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  203.  
  204. execute if score @p timer matches 901 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  205. execute if score @p timer matches 901 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  206.  
  207.  
  208. ## Pre-Verse 2
  209. execute if score @p timer matches 911 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  210. execute if score @p timer matches 915 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  211. execute if score @p timer matches 918 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  212. execute if score @p timer matches 929 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  213.  
  214. ## Verse 2
  215. execute if score @p timer matches 930 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  216. execute if score @p timer matches 931..975 run summon minecraft:armor_stand -2 65 13 {Tags:["orange","line","symbol","pos"]}
  217.  
  218. execute if score @p timer matches 976 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  219. execute if score @p timer matches 977 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  220. execute if score @p timer matches 984 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  221. execute if score @p timer matches 985..993 run summon minecraft:armor_stand -1 65 13 {Tags:["blue","line","symbol","pos"]}
  222. execute if score @p timer matches 994 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  223. execute if score @p timer matches 997 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  224. execute if score @p timer matches 998..1027 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  225.  
  226. execute if score @p timer matches 1028 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  227. execute if score @p timer matches 1032 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  228. execute if score @p timer matches 1035 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  229. execute if score @p timer matches 1046 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  230. execute if score @p timer matches 1047 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  231. execute if score @p timer matches 1048..1092 run summon minecraft:armor_stand -2 65 13 {Tags:["orange","line","symbol","pos"]}
  232.  
  233. execute if score @p timer matches 1093 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  234. execute if score @p timer matches 1099 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  235. execute if score @p timer matches 1100 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  236. execute if score @p timer matches 1101..1110 run summon minecraft:armor_stand -1 65 13 {Tags:["blue","line","symbol","pos"]}
  237. execute if score @p timer matches 1111 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  238. execute if score @p timer matches 1114 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  239. execute if score @p timer matches 1115..1144 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  240.  
  241.  
  242. execute if score @p timer matches 1145 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  243. execute if score @p timer matches 1149 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  244. execute if score @p timer matches 1152 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  245. execute if score @p timer matches 1163 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  246. execute if score @p timer matches 1164 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  247. execute if score @p timer matches 1165..1208 run summon minecraft:armor_stand -2 65 13 {Tags:["orange","line","symbol","pos"]}
  248.  
  249. execute if score @p timer matches 1209 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  250. execute if score @p timer matches 1210 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  251. execute if score @p timer matches 1217 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  252. execute if score @p timer matches 1218..1227 run summon minecraft:armor_stand -1 65 13 {Tags:["blue","line","symbol","pos"]}
  253. execute if score @p timer matches 1228 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  254. execute if score @p timer matches 1231 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  255. execute if score @p timer matches 1232..1260 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  256.  
  257. execute if score @p timer matches 1261 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  258. execute if score @p timer matches 1265 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  259. execute if score @p timer matches 1268 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  260. execute if score @p timer matches 1278 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  261. execute if score @p timer matches 1279 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  262. execute if score @p timer matches 1280..1325 run summon minecraft:armor_stand -2 65 13 {Tags:["orange","line","symbol","pos"]}
  263.  
  264. execute if score @p timer matches 1326 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  265. execute if score @p timer matches 1332 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  266. execute if score @p timer matches 1333 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  267. execute if score @p timer matches 1334..1343 run summon minecraft:armor_stand -1 65 13 {Tags:["blue","line","symbol","pos"]}
  268. execute if score @p timer matches 1344 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  269. execute if score @p timer matches 1347 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  270. execute if score @p timer matches 1348..1378 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  271.  
  272.  
  273. ## Verse 3
  274. execute if score @p timer matches 1379 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  275. execute if score @p timer matches 1383 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  276. execute if score @p timer matches 1386 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  277. execute if score @p timer matches 1395 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  278. execute if score @p timer matches 1396 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  279. execute if score @p timer matches 1397..1426 run summon minecraft:armor_stand -2 65 13 {Tags:["orange","line","symbol","pos"]}
  280.  
  281. execute if score @p timer matches 1427..1481 run summon minecraft:armor_stand 0 65 13 {Tags:["yellow","line","symbol","pos"]}
  282. execute if score @p timer matches 1482 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  283. execute if score @p timer matches 1484 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  284. execute if score @p timer matches 1486 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  285. execute if score @p timer matches 1487..1493 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  286.  
  287. execute if score @p timer matches 1494 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  288. execute if score @p timer matches 1498 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  289. execute if score @p timer matches 1501 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  290. execute if score @p timer matches 1511 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  291. execute if score @p timer matches 1515 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  292. execute if score @p timer matches 1516..1572 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  293. execute if score @p timer matches 1573..1601 run summon minecraft:armor_stand 0 65 13 {Tags:["yellow","line","symbol","pos"]}
  294. execute if score @p timer matches 1602..1610 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  295.  
  296. execute if score @p timer matches 1611 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  297. execute if score @p timer matches 1614 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  298. execute if score @p timer matches 1617 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  299. execute if score @p timer matches 1626 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  300. execute if score @p timer matches 1627 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  301. execute if score @p timer matches 1628..1674 run summon minecraft:armor_stand -2 65 13 {Tags:["orange","line","symbol","pos"]}
  302.  
  303. execute if score @p timer matches 1675 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  304. execute if score @p timer matches 1676 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  305. execute if score @p timer matches 1682 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  306. execute if score @p timer matches 1683 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  307. execute if score @p timer matches 1684..1693 run summon minecraft:armor_stand -1 65 13 {Tags:["blue","line","symbol","pos"]}
  308. execute if score @p timer matches 1694 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  309. execute if score @p timer matches 1698 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  310. execute if score @p timer matches 1699..1729 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  311.  
  312. execute if score @p timer matches 1730 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  313. execute if score @p timer matches 1740 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  314. execute if score @p timer matches 1741..1751 run summon minecraft:armor_stand -1 65 13 {Tags:["blue","line","symbol","pos"]}
  315. execute if score @p timer matches 1752 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  316. execute if score @p timer matches 1753..1805 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  317. execute if score @p timer matches 1806..1834 run summon minecraft:armor_stand 0 65 13 {Tags:["yellow","line","symbol","pos"]}
  318. execute if score @p timer matches 1835..1844 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  319.  
  320.  
  321. execute if score @p timer matches 1845 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  322. execute if score @p timer matches 1847 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  323. execute if score @p timer matches 1850 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  324. execute if score @p timer matches 1860 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  325. execute if score @p timer matches 1861 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  326. execute if score @p timer matches 1862..1960 run summon minecraft:armor_stand -2 65 13 {Tags:["orange","line","symbol","pos"]}
  327.  
  328. execute if score @p timer matches 1961 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  329. execute if score @p timer matches 1964 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  330. execute if score @p timer matches 1967 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  331. execute if score @p timer matches 1978 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  332. execute if score @p timer matches 1982 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  333. execute if score @p timer matches 1983..2036 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  334. execute if score @p timer matches 2037..2066 run summon minecraft:armor_stand 0 65 13 {Tags:["yellow","line","symbol","pos"]}
  335. execute if score @p timer matches 2067..2077 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  336.  
  337. execute if score @p timer matches 2078 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  338. execute if score @p timer matches 2081 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  339. execute if score @p timer matches 2084 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  340. execute if score @p timer matches 2094 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  341. execute if score @p timer matches 2095 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  342. execute if score @p timer matches 2096..2141 run summon minecraft:armor_stand -2 65 13 {Tags:["orange","line","symbol","pos"]}
  343.  
  344. execute if score @p timer matches 2142 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  345. execute if score @p timer matches 2143 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  346. execute if score @p timer matches 2149 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  347. execute if score @p timer matches 2150 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  348. execute if score @p timer matches 2151..2160 run summon minecraft:armor_stand -1 65 13 {Tags:["blue","line","symbol","pos"]}
  349. execute if score @p timer matches 2161 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  350. execute if score @p timer matches 2164 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  351. execute if score @p timer matches 2165..2195 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  352.  
  353. execute if score @p timer matches 2196 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  354. execute if score @p timer matches 2206 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  355. execute if score @p timer matches 2207..2217 run summon minecraft:armor_stand -1 65 13 {Tags:["blue","line","symbol","pos"]}
  356. execute if score @p timer matches 2218 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  357. execute if score @p timer matches 2219..2272 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  358. execute if score @p timer matches 2273..2302 run summon minecraft:armor_stand 0 65 13 {Tags:["yellow","line","symbol","pos"]}
  359. execute if score @p timer matches 2303..2312 run summon minecraft:armor_stand 1 65 13 {Tags:["red","line","symbol","pos"]}
  360.  
  361.  
  362. ## Pre-Verse 4
  363. execute if score @p timer matches 2313 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  364. execute if score @p timer matches 2316 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  365. execute if score @p timer matches 2320 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  366. execute if score @p timer matches 2323 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  367. execute if score @p timer matches 2326 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  368.  
  369. ## Verse 4
  370. execute if score @p timer matches 2330 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  371. execute if score @p timer matches 2330 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  372. execute if score @p timer matches 2337 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  373. execute if score @p timer matches 2344 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  374. execute if score @p timer matches 2344 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  375. execute if score @p timer matches 2351 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  376.  
  377. execute if score @p timer matches 2359 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  378. execute if score @p timer matches 2359 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  379. execute if score @p timer matches 2366 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  380. execute if score @p timer matches 2373 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  381. execute if score @p timer matches 2373 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  382. execute if score @p timer matches 2380 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  383.  
  384. execute if score @p timer matches 2388 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  385. execute if score @p timer matches 2388 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  386. execute if score @p timer matches 2395 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  387. execute if score @p timer matches 2402 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  388. execute if score @p timer matches 2402 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  389. execute if score @p timer matches 2409 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  390.  
  391. execute if score @p timer matches 2416 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  392. execute if score @p timer matches 2416 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  393. execute if score @p timer matches 2423 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  394. execute if score @p timer matches 2430 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  395. execute if score @p timer matches 2430 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  396. execute if score @p timer matches 2437 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  397.  
  398.  
  399. execute if score @p timer matches 2445 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  400. execute if score @p timer matches 2445 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  401. execute if score @p timer matches 2452 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  402. execute if score @p timer matches 2459 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  403. execute if score @p timer matches 2459 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  404. execute if score @p timer matches 2466 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  405.  
  406. execute if score @p timer matches 2474 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  407. execute if score @p timer matches 2474 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  408. execute if score @p timer matches 2481 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  409. execute if score @p timer matches 2488 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  410. execute if score @p timer matches 2488 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  411. execute if score @p timer matches 2495 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  412.  
  413. execute if score @p timer matches 2504 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  414. execute if score @p timer matches 2504 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  415. execute if score @p timer matches 2511 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  416. execute if score @p timer matches 2518 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  417. execute if score @p timer matches 2518 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  418. execute if score @p timer matches 2525 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  419.  
  420. execute if score @p timer matches 2532 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  421. execute if score @p timer matches 2532 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  422. execute if score @p timer matches 2539 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  423. execute if score @p timer matches 2546 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  424. execute if score @p timer matches 2546 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  425. execute if score @p timer matches 2553 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  426.  
  427.  
  428. execute if score @p timer matches 2562 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  429. execute if score @p timer matches 2562 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  430. execute if score @p timer matches 2569 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  431. execute if score @p timer matches 2576 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  432. execute if score @p timer matches 2576 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  433. execute if score @p timer matches 2583 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  434.  
  435. execute if score @p timer matches 2591 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  436. execute if score @p timer matches 2591 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  437. execute if score @p timer matches 2598 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  438. execute if score @p timer matches 2605 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  439. execute if score @p timer matches 2605 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  440. execute if score @p timer matches 2612 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  441.  
  442. execute if score @p timer matches 2620 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  443. execute if score @p timer matches 2620 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  444. execute if score @p timer matches 2627 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  445. execute if score @p timer matches 2634 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  446. execute if score @p timer matches 2634 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  447. execute if score @p timer matches 2641 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  448.  
  449. execute if score @p timer matches 2649 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  450. execute if score @p timer matches 2649 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  451. execute if score @p timer matches 2656 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  452. execute if score @p timer matches 2663 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  453. execute if score @p timer matches 2663 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  454. execute if score @p timer matches 2670 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  455.  
  456.  
  457. execute if score @p timer matches 2678 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  458. execute if score @p timer matches 2678 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  459. execute if score @p timer matches 2685 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  460. execute if score @p timer matches 2692 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  461. execute if score @p timer matches 2692 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  462. execute if score @p timer matches 2699 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  463.  
  464. execute if score @p timer matches 2707 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  465. execute if score @p timer matches 2707 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  466. execute if score @p timer matches 2714 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  467. execute if score @p timer matches 2721 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  468. execute if score @p timer matches 2721 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  469. execute if score @p timer matches 2728 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  470.  
  471. execute if score @p timer matches 2736 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  472. execute if score @p timer matches 2736 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  473. execute if score @p timer matches 2743 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  474. execute if score @p timer matches 2750 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  475. execute if score @p timer matches 2750 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  476. execute if score @p timer matches 2757 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  477.  
  478. execute if score @p timer matches 2765 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  479. execute if score @p timer matches 2765 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  480. execute if score @p timer matches 2772 run summon minecraft:armor_stand 0 63 13 {Tags:["green","note","symbol","pos"]}
  481.  
  482. execute if score @p timer matches 2776 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
  483. execute if score @p timer matches 2779 run summon minecraft:armor_stand 0 63 13 {Tags:["orange","note","symbol","pos"]}
  484. execute if score @p timer matches 2783 run summon minecraft:armor_stand 0 63 13 {Tags:["blue","note","symbol","pos"]}
  485. execute if score @p timer matches 2786 run summon minecraft:armor_stand 0 63 13 {Tags:["yellow","note","symbol","pos"]}
  486. execute if score @p timer matches 2790 run summon minecraft:armor_stand 0 63 13 {Tags:["red","note","symbol","pos"]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement