Advertisement
Guest User

Untitled

a guest
May 24th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. function Scoreboard(p: player):
  2. wipe {_p}'s sidebar
  3. set name of sidebar of {_p} to "&8» &6&lLightPvP"
  4. set score "&1" in sidebar of {_p} to 15
  5. set score "&3Name " in sidebar of {_p} to 14
  6. set score "&f%{_p}% " in sidebar of {_p} to 13
  7. set score "&2" in sidebar of {_p} to 12
  8. set score "&eGuthaben " in sidebar of {_p} to 11
  9. set score "&f%{coins.%{_p}%}%$ " in sidebar of {_p} to 10
  10. set score "&3" in sidebar of {_p} to 9
  11. set score "&fLiga " in sidebar of {_p} to 8
  12. set score "&r%{pvp.rang.%{_p}%}% " in sidebar of {_p} to 7
  13. set score "&4" in sidebar of {_p} to 6
  14. set score "&aKills " in sidebar of {_p} to 5
  15. set score "&f%{Kills.%{_p}%}% " in sidebar of {_p} to 4
  16. set score "&5" in sidebar of {_p} to 3
  17. set score "&cTode" in sidebar of {_p} to 2
  18. set score "&f%{Tode.%{_p}%}%" in sidebar of {_p} to 1
  19.  
  20. on join:
  21. wait 1 ticks
  22. Scoreboard(player)
  23.  
  24. on load:
  25. loop all players:
  26. Scoreboard(loop-player)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement