Oxalist

Untitled

Feb 5th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. options:
  2. # Scoreboard
  3. Title: &a &8👺 &e&lSKYLINE &8👸 &7
  4.  
  5. # The lines, you can use %{rank.%loop-player%}% for the users group, %balance of loop-player% for their balance, and %player% for their name.
  6. Line1: &f
  7. Line2: &8Β» &7Rank: &c[W.I.P]
  8. Line3: &8Β» &7Name: &e%loop-player%
  9. Line4: &b
  10. Line5: &8Β» &7Credits: &e%{credits::%loop-player%}%
  11. Line6: &8Β» &7Worlds: &e%{world::list}%
  12. Line7: &d
  13. Line8: &8Β» &7IP: &eSkyline.minehut.gg
  14. Line9: &3
  15.  
  16. #ScoreBoard (You can add lines)
  17. every second:
  18. loop all players:
  19. wipe loop-player's sidebar
  20. set name of sidebar of loop-player to "{@Title}"
  21. set score "{@Line1}" in sidebar of loop-player to 9
  22. set score "{@Line2}" in sidebar of loop-player to 8
  23. set score "{@Line3}" in sidebar of loop-player to 7
  24. set score "{@Line4}" in sidebar of loop-player to 6
  25. set score "{@Line5}" in sidebar of loop-player to 5
  26. set score "{@Line6}" in sidebar of loop-player to 4
  27. set score "{@Line7}" in sidebar of loop-player to 3
  28. set score "{@Line8}" in sidebar of loop-player to 2
  29. set score "{@Line9}" in sidebar of loop-player to 1
Advertisement
Add Comment
Please, Sign In to add comment