Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. every 20 seconds:
  2. loop all players:
  3. if {token.%loop-player%} is not set:
  4. set {token.%loop-player%} to 0
  5. if {Seelen.%loop-player%} is not set:
  6. set {Seelen.%loop-player%} to 0
  7. display board named "&9SouLCrafT" to loop-player
  8. make score "&3Online:" in board of loop-player to number of all players
  9. make score "&3Token:" in board of loop-player to {token.%loop-player%}
  10. make score "&3Geld:" in board of loop-player to balance of loop-player
  11. make score "&3Seelen:" in board of loop-player to {Seelen.%loop-player%}
  12. make score "&a&nTeamspeak:" in board of loop-player to -1
  13. make score "&a&l/Ts3" in board of loop-player to -2
  14. make score "&a&nForum:" in board of loop-player to -3
  15. make score "&a&l/Forum" in board of loop-player to -4
  16. move display of loop-player to sidebar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement