Advertisement
Guest User

thing

a guest
Dec 19th, 2018
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. on death:
  2. add 1 to {deaths.player}
  3. add 1 to {kills.%attacker%}
  4. broadcast "&8ยป &4%player% &7was &ekilled &7by &4%attacker%"
  5. send "&8&m-----------------"
  6. send "&7You were killed by &e%attacker%"
  7. send "&8&m-----------------"
  8. make console execute "eco add %attacker% 3000"
  9. send "&8&m-----------------" to the attacker
  10. send "&7You killed &e%player%"
  11. send "&8&m-----------------"
  12.  
  13. variables:
  14. {30kills::%player%} = false
  15.  
  16. on any move:
  17. if {30kills::%player%} is false:
  18. if {kills.%player%} is 30:
  19. make console execute command "crate key %player% christmas 1"
  20. broadcast "&8ยป &C%player% &7Has a killstreak of &c&l30!"
  21. set {30kills::%player%} to true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement