CARAB4O

Untitled

Jan 9th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. #Skript Make it by SrFox3999 and Tlsslurp!!!
  2.  
  3. options:
  4. # Scoreboard
  5. Title: &b&lSkyB
  6.  
  7. # The lines, you can use %{rank.%loop-player%}% for the users group, %balance of loop-player% for their balance, and %player% for their name.
  8. Line1: &m----------------
  9. Line2: &3Online: &7%number of all players%
  10. Line3: &r
  11. Line4: &3: &a%balance of loop-player%
  12. Line5: &r
  13. Line6: &3Rank: &7%{rank.%loop-player%}%
  14. Line7: &r
  15. Line8: &m-----------------
  16.  
  17. #ScoreBoard (You can add lines)
  18. every second:
  19. loop all players:
  20. wipe loop-player's sidebar
  21. set name of sidebar of loop-player to "{@Title}"
  22. set score "{@Line1}" in sidebar of loop-player to 8
  23. set score "{@Line2}" in sidebar of loop-player to 7
  24. set score "{@Line3}" in sidebar of loop-player to 6
  25. set score "{@Line4}" in sidebar of loop-player to 5
  26. set score "{@Line5}" in sidebar of loop-player to 4
  27. set score "{@Line6}" in sidebar of loop-player to 3
  28. set score "{@Line7}" in sidebar of loop-player to 2
  29. set score "{@Line8}" in sidebar of loop-player to 1
Add Comment
Please, Sign In to add comment