Advertisement
Creatism

Untitled

Jul 31st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Command /OK:
  2. Trigger:
  3. Wait 1 tick
  4. Display board named "&bSoup" to player
  5. Make score of "&3" in board of player to 32
  6. Make score of "&7Name: &b%player%" in board of player to 31
  7. Make score of "&9" in board of player to 30
  8. Make score of "&7Online: &b%number of all players% &7/ &c50" in board of player to 29
  9. Make score of "&2" in board of player to 28
  10. Make score of "&7Kills: &b%{kills.%player%}% in board of player to 27
  11. Make score of "&c" in board of player to 26
  12. Make score of "&7Deaths: &b%{deaths.%player%}% in board of player to 25
  13. Move display of player to sidebar
  14.  
  15. on join:
  16. make player execute command "OK"
  17.  
  18. on first join:
  19. make player execute command "OK"
  20.  
  21. every 20 seconds:
  22. make all players execute command "OK"
  23.  
  24. On death of player:
  25. If attacker is a player:
  26. add 1 to {kills.%player%}
  27. If victim is a player:
  28. add 1 to {deaths.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement