Advertisement
Cool_Colton

heh

Nov 20th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. options:
  2. heart: ❤️
  3.  
  4. on death of player:
  5. if attacker is a player:
  6. set {_health} to ""
  7. loop (attacker's health) times:
  8. set {_health} to "%{_health}%%{@heart}%"
  9. if projectile is set:
  10. if victim is player:
  11. set the death message to "&c%victim% &4was Gunned Down by &c%attacker%&7 &8[&c%{_health}%&8]&7!"
  12. stop
  13.  
  14. if attacker is not a player:
  15. set {_health} to ""
  16. loop (attacker's health) times:
  17. set {_health} to "%{_health}%%{@heart}%"
  18. if attacker is set:
  19. if victim is player:
  20. set the death message to "&c%victim% &4was Murdered by a &c%attacker%&7 &8[&c%{_health}%&8]&7!"
  21. stop
  22.  
  23. if attacker is a player:
  24. set {_health} to ""
  25. loop (attacker's health) times:
  26. set {_health} to "%{_health}%%{@heart}%"
  27. if attacker is set:
  28. if victim is player:
  29. set the death message to "&c%victim% &4was Burned Alive by &c%attacker%&7 &8[&c%{_health}%&8]&7!"
  30. stop
  31.  
  32. if damage was caused by potion:
  33. if victim is player:
  34. set the death message to "&c%victim% &4was Murdered by &e&k--&7magic&e&k--&7."
  35. stop
  36.  
  37. if damage was caused by fall:
  38. if victim is player:
  39. set the death message to "&c%victim% &4Broke his Legs."
  40. stop
  41.  
  42. if damage was caused by lava:
  43. if victim is player:
  44. set the death message to "&c%victim% &4tryed To Create Suicide :/."
  45. stop
  46.  
  47. if damage was caused by burning:
  48. if victim is player:
  49. set the death message to "&c%victim% &4just got Roasted."
  50. stop
  51.  
  52. if damage was caused by drown:
  53. if victim is player:
  54. set the death message to "&c%victim% &4tryed to kill himself."
  55. stop
  56.  
  57. if damage was caused by starvation:
  58. if victim is player:
  59. set the death message to "&c%victim% &4Was Too Hungry And Came To An End."
  60. stop
  61.  
  62. if damage was caused by lightning:
  63. if victim is player:
  64. set the death message to "&c%victim% &4God Hates You."
  65. stop
  66.  
  67. if damage was caused by block explosion:
  68. if victim is player:
  69. set the death message to "&c%victim% &4Was Exploded."
  70. stop
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement