Advertisement
FrostedWeFall

SkywarsMISC

Dec 26th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. command /countdown:
  2. executable by: players
  3. trigger:
  4. set {time} to 10
  5. while {time} is more than 0:
  6. set player's level to {time}
  7. {time} is 10 or 9 or 8 or 7 or 6:
  8. remove 1 from {time}
  9. {time} is 5 or 4 or 3 or 2 or 1:
  10. execute player command "/sound BLOCK_NOTE_HAT %player%"
  11. wait 1 second
  12. set the player's level to 0
  13. execute player command "/sound ENTITY_EXPERIENCE_ORB_TOUCH %player%"
  14. loop 10 times:
  15. send "&f "
  16. send "&6&m=================================================" to player
  17. send "&f " to player
  18. send "&6 SkyWars"
  19. send "&c By: FrostedWeFall "
  20. send "&f "
  21. send "&7 Be the last player standing in this"
  22. send "&7 action packed game in the sky."
  23. send "&7 "
  24. send "&f "
  25. send "&6&m================================================="
  26. send "&f "
  27. show mob spawner flames at player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement