Oxalist

Untitled

Feb 26th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. options:
  2. Title: &7 &a&lDROP &7v2.2 &7
  3.  
  4. # The lines, you can use %{rank.%loop-player%}% for the users group, %balance of loop-player% for their balance, and %player% for their name.
  5. Line1: &7&8&m--------------
  6. Line2: &a&lLEVEL &2Β» &7%{level.%loop-player%}%
  7. Line3: &b
  8. Line4: &a&lMONEY &2Β» &7%balance of loop-player%
  9. Line5: &a
  10. Line6: &a&lEXP &2Β» &7%{exp.%loop-player%}%/100
  11. Line7: &a&lNAME &2Β» &7%loop-player%
  12. Line8: &4&8&m--------------
  13.  
  14. #ScoreBoard (You can add lines)
  15. every second:
  16. loop all players:
  17. wipe loop-player's sidebar
  18. set name of sidebar of loop-player to "{@Title}"
  19. set score "{@Line1}" in sidebar of loop-player to 8
  20. set score "{@Line2}" in sidebar of loop-player to 7
  21. set score "{@Line3}" in sidebar of loop-player to 6
  22. set score "{@Line4}" in sidebar of loop-player to 5
  23. set score "{@Line5}" in sidebar of loop-player to 4
  24. set score "{@Line6}" in sidebar of loop-player to 3
  25. set score "{@Line7}" in sidebar of loop-player to 2
  26. set score "{@Line8}" in sidebar of loop-player to 1
Add Comment
Please, Sign In to add comment