Advertisement
Guest User

Re: config.yml

a guest
Jan 20th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. command /starttest [<text>] [<text>]:
  2. trigger:
  3. if arg-1 is not set:
  4. loop all players:
  5. set {_p} to loop-player
  6. send loop-player title "&a&lスタートまで..."
  7. wait 1 second
  8. send loop-player title "&a&l3"
  9. play sound "UI_BUTTON_CLICK" to loop-player with volume 1 and pitch 1
  10. wait 1 second
  11. send loop-player title "&e&l2"
  12. play sound "UI_BUTTON_CLICK" to loop-player with volume 1 and pitch 1
  13. wait 1 second
  14. send loop-player title "&c&l1"
  15. play sound "UI_BUTTON_CLICK" to loop-player with volume 1 and pitch 1
  16. wait 1 second
  17. send loop-player title "&a&lStart!!"
  18. play sound "ENTITY_WITHER_SPAWN" to loop-player with volume 1 and pitch 1
  19. else:
  20. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement