Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. on death of a player:
  2. world is "FFa":
  3. if attacker is a player:
  4. set the death message to "&exRelax&6Mc&7➜ &c%victim% &7Was killed by &a%attacker% &7With &6%health of attacker% &4❤"
  5. wait 3 tick
  6. give attacker 1 golden apple
  7. give attacker 3 arrow
  8. heal the attacker
  9. wait 3 tick
  10. send "&exRelax&6Mc&7➜ &7You Get &6Golden apple &7and &33Arrow" to attacker
  11. add 1 to {kills:%attacker%}
  12. add 1 to {deaths:%victim%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement