FlupMC

Untitled

Jul 21st, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. on join:
  2. wipe player's sidebar
  3. wait 3 ticks
  4. set name of sidebar of player to "&2&lHOPE&a&lCRAFT"
  5. set id score "&8&m--------------" in sidebar of player to 8 with id "ID3"
  6. set id score "&8&m-------------" in sidebar of player to 7 with id "ID2"
  7. set id score "&2 Drab &8» &a%{kills::%player's uuid%}%" in sidebar of player to 6 with id "kills::%player%"
  8. set id score "&2 Døde &8» &a%{deaths::%player's uuid%}%" in sidebar of player to 5 with id "deaths::%player%"
  9. set id score "&2 Penge &8» &a$%money of player - {money.%player%}%" in sidebar of player to 3 with id "penge::%player%"
  10. set id score "&2 Online &8» &a%number of all players%" in sidebar of player to 2 with id "online::%player%"
  11. set id score "&8&m-------------" in sidebar of player to 1 with id "ID1"
  12. every 5 seconds:
  13. loop all players:
  14. replace all "<none>" with "0" in {kills::%loop-player's uuid%}
  15. replace all "<none>" with "0" in {deaths::%loop-player's uuid%}
  16. update score id "penge::%loop-player%" to "&2 Penge &8» &a$%money of loop-player - {money.%loop-player%}%" and 3
  17. update score id "online::%loop-player%" to "&2 Online &8» &a%number of all players%" and 2
  18. update score id "kills::%loop-player%" to "&2 Drab &8» &a%{kills::%loop-player's uuid%}%" and 6
  19. update score id "deaths::%loop-player%" to "&2 Døde &8» &a%{deaths::%loop-player's uuid%}%" and 5
Advertisement
Add Comment
Please, Sign In to add comment