Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. command /scoreboard:
  2. trigger:
  3. if {scoreboard} is true:
  4. display board named: "&6&lPreyUHC" to player
  5. make score of "&a&lTime: &f%{time.s}%&f:%{time.m}% " in board of player to 1
  6. move display of player to sidebar
  7. if {scoreboard} is false:
  8. display board named "" to player
  9. message: "&aHas desactivado el board"
  10. every 1 second:
  11. make all players execute command "/scoreboard"
  12. add 1 to {time.s}
  13. if {time.s} is 60:
  14. set {time.s} to 0
  15. add 1 to {time.m}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement