Advertisement
Guest User

13thedude's KillBoard Skript.

a guest
Aug 7th, 2014
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. command /killBoard <text>:
  2. usage: /killBoard <enable:disable>
  3. permission: skript.op
  4. trigger:
  5. if arg 1 is "enable":
  6. broadcast "&b13thedude's Killboard &9&lEnabled"
  7. command "/scoreboard objectives add Kills playerKillCount Kills"
  8. command "/scoreboard objectives setdisplay sidebar Kills"
  9. set {killBoard} to true
  10. stop
  11. if arg 1 is "disable"
  12. broadcast "&b13thedude's Killboard &9&lDisabled"
  13. set {killBoard} to false
  14. stop
  15.  
  16. on death of player:
  17. command "/whitelist remove %victim%"
  18. command "/scoreboard players reset %victim%
  19. wait 2 seconds
  20. command "/say &4GG, %victim%"
  21. wait 30 seconds
  22. command "/kick %victim% GG, and thanks for playing!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement