Advertisement
70sOn7

Sidebar

Nov 3rd, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. every tick:
  2. loop all players:
  3. wipe loop-player's sidebar
  4. display board named "&4Code&cZero" to loop-player
  5. make score "" in board of loop-player to 15
  6. make score "&4Kills:" in board of loop-player to 14
  7. make score " &c%{kills.%player%}%" in board of loop-player to 13
  8. make score "" in board of loop-player to 12
  9. make score "&4Deaths:" in board of loop-player to 11
  10. make score " &c{death.%player%}" in board of loop-player to 10
  11. make score "&7&m-----------------------" in board of loop-player to 9
  12. make score "&4Rank:" in board of loop-player to 8
  13. make score " %player's prefix%" in board of loop-player to 7
  14. make score "" in board of loop-player to 6
  15. make score "&4IP:" in board of loop-player to 5
  16. make score " &cCodeZero.minehut.me" in board of loop-player to 4
  17. make score "" in board of loop-player to 3
  18. move display of player to sidebar
  19.  
  20. On death of a player:
  21. if attacker is a player:
  22. add 1 to {kills.%attacker%}
  23. add 1 to {death.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement