LukaMC59

Untitled

Oct 13th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. #Skript Make it by SrFox3999 and Tlsslurp!!!
  2.  
  3. options:
  4. # Scoreboard
  5. Title: &c&lThis is a scoreboard
  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: You
  9. Line2: Are
  10. Line3: A
  11. Line4: Noob
  12. Line5: I
  13. Line6: Am
  14. Line7: Just
  15. Line8: Kidding
  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