Advertisement
Kamado

Untitled

Nov 18th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Race Countdown
  2.  
  3. command /Race start:
  4. trigger:
  5. broadcast "&9>> &b&lレースを開始します......."
  6. wait 20 ticks
  7. command " /tellraw @a {"text":"5...","color":"gold"}"
  8. wait 20 ticks
  9. command " /tellraw @a {"text":"4...","color":"gold"}"
  10. wait 20 ticks
  11. command " /tellraw @a {"text":"3...","color":"red"}"
  12. wait 20 ticks
  13. command " /tellraw @a {"text":"2...","color":"red"}"
  14. wait 20 ticks
  15. command " /tellraw @a {"text":"1...","color":"red"}"
  16. wait 20 ticks
  17. command " /tellraw @a ["",{"text":">>> ","color":"blue"{"text":"\u30b9\u30bf\u30fc\u30c8\uff01\uff01\uff01","bold":true,"color":"white"}]"
  18. command " /title @a title {"text":"START!!!","bold":true,"color":"aqua"}"
  19. command " /playsound entity.wither.spawn ambient accelerando358 ~5 ~5 ~5 1 1 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement