Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 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% &7Has 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 "&3You Get &6Golden apple &7and &7 3 Arrow" to attacker
  11. add 1 to {kills:%attacker%}
  12. add 1 to {deaths:%victim%}
  13.  
  14.  
  15. Devloped By : F1Rz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement