Advertisement
Guest User

Untitled

a guest
Jun 21st, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. On Death Of Player:
  2. if attacker is a player:
  3. if projectile is an arrow:
  4. message "&9&l>>> &8&l%attacker% &c&l%health of attacker% &c&l❤ &4&l➼ &7&l%victim%" to player
  5. message "&9&l>>> &8&l%attacker% &c&l%health of attacker% &c&l❤ &4&l➼ &7&l%victim%" to attacker
  6. Stop Trigger
  7. Else:
  8. If tool of attacker is air:
  9. message "&9&l>>> &8&l%attacker% &c&l%health of attacker% &c&l❤ &4&l☞ &7&l%victim%" to player
  10. message "&9&l>>> &8&l%attacker% &c&l%health of attacker% &c&l❤ &4&l☞ &7&l%victim%" to attacker
  11. Stop Trigger
  12. Else:
  13. message "&9&l>>> &8&l%attacker% &c&l%health of attacker% &c&l❤ &4&l➡ &7&l%victim%" to player
  14. message "&9&l>>> &8&l%attacker% &c&l%health of attacker% &c&l❤ &4&l➡ &7&l%victim%" to attacker
  15. Stop Trigger
  16.  
  17. on death of player:
  18. damage cause is contact
  19. message "&9&l>>> &2&lKaktus &4&l➡ &7&l%victim%" to player
  20.  
  21. on death of player:
  22. damage cause is fire
  23. message "&9&l>>> &c&lAtes &4&l➡ &7&l%victim%" to player
  24.  
  25. on death of player:
  26. damage cause is fall
  27. message "&9&l>>> &8&l%victim% &4&l↓↓↓↓↓↓ &7&lDuserek Oldu" to player
  28.  
  29. on death of player:
  30. damage cause is void
  31. message "&9&l>>> &0&lBosluk &4&l➡ &7&l%victim%" to player
  32.  
  33. on death of player:
  34. damage cause is burning
  35. message "&9&l>>> &c&lAtes &4&l➡ &7&l%victim%" to player
  36.  
  37. on death of player:
  38. damage cause is lava
  39. message "&9&l>>> &c&lLav &4&l➡ &7&l%victim%" to player
  40.  
  41. on death of player:
  42. damage cause is drowning
  43. message "&9&l>>> &2&lSu &4&l➡ &7&l%victim%" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement