Advertisement
LukaMC59

Untitled

Oct 20th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. on first join:
  2. loop all players:
  3. add 0 to {playtime::minutes::%loop-player%}
  4.  
  5. on join:
  6. wait 3 ticks
  7. while player is online:
  8. player is online
  9. wipe player's sidebar
  10. set name of sidebar of player to "&7%player%"
  11. set score of "&f" in sidebar of player to 3
  12. set score of "&9Money&8 » &7%balance of player%" in sidebar of player to 2
  13. set score of "&5" in sidebar of player to 1
  14. set score of "&9Playtime&8 » &7%{playtime::minutes::%player%}%" in sidebar of player to 0
  15. wait a second
  16.  
  17. every 60 Minute:
  18. loop all players:
  19. add 1 to {playtime::minutes::%loop-player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement