Advertisement
genya

Untitled

Aug 11th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. command /start:
  2. permission: skript.admin
  3. usage: /start
  4. trigger:
  5. message " &aレース開始まで.... &6&l5...."
  6. execute console command "playsound block.note.bass master %player% ~ ~ ~ 1 1 1"
  7. wait 20 tick
  8. message " &6&l4...."
  9. execute console command "playsound block.note.bass master %player% ~ ~ ~ 1 1 1"
  10. wait 20 tick
  11. message " &6&l3...."
  12. execute console command "playsound block.note.bass master %player% ~ ~ ~ 1 1 1"
  13. wait 20 tick
  14. message " &6&l2...."
  15. execute console command "playsound block.note.bass master %player% ~ ~ ~ 1 1 1"
  16. wait 20 tick
  17. message " &6&l1...."
  18. execute console command "playsound block.note.bass master %player% ~ ~ ~ 1 1 1"
  19. wait 20 tick
  20. message " &aレース開始!"
  21. execute console command "playsound block.note.pling master %player% ~ ~ ~ 1 2 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement