Yando

Untitled

Mar 1st, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. # Version: 1.0
  2. # Author: Twiistrz
  3. # Server: PinoyZone
  4. # IP: play.mcpinoyzone.com
  5. # Improved Custom Death Message
  6.  
  7. #Options
  8. options:
  9. heart: ♥
  10. ver: 1.0
  11.  
  12. on death of player:
  13. if attacker is a player:
  14. if projectile is set:
  15. if victim is player:
  16. set the death message to "&c%victim% &7was shot by &c%attacker%&7 &8[&c%attacker's health%{@heart}&8]&7!"
  17. stop
  18.  
  19. if attacker is not a player:
  20. if attacker is set:
  21. if victim is player:
  22. set the death message to "&c%victim% &7was killed by a &c%attacker%&7 &8[&c%attacker's health%{@heart}&8]&7!"
  23. stop
  24.  
  25. if attacker is a player:
  26. if attacker is set:
  27. if victim is player:
  28. set the death message to "&c%victim% &7was beaten to death by &c%attacker%&7 &8[&c%attacker's health%{@heart}&8]&7!"
  29. stop
  30.  
  31. if damage was caused by potion:
  32. if victim is player:
  33. set the death message to "&c%victim% &7was killed by &e&k--&7magic&e&k--&7."
  34. stop
  35.  
  36. if damage was caused by fall:
  37. if victim is player:
  38. set the death message to "&c%victim% &7tried the leap of faith."
  39. stop
  40.  
  41. if damage was caused by lava:
  42. if victim is player:
  43. set the death message to "&c%victim% &7thought swimming in lava was a good idea."
  44. stop
  45.  
  46. if damage was caused by burning:
  47. if victim is player:
  48. set the death message to "&c%victim% &7just got Roasted."
  49. stop
  50.  
  51. if damage was caused by drown:
  52. if victim is player:
  53. set the death message to "&c%victim% &7never learned how to swim."
  54. stop
  55.  
  56. if damage was caused by starvation:
  57. if victim is player:
  58. set the death message to "&c%victim% &7was starved to death."
  59. stop
  60.  
  61. if damage was caused by lightning:
  62. if victim is player:
  63. set the death message to "&c%victim% &7was struck by lightning."
  64. stop
  65.  
  66. if damage was caused by block explosion:
  67. if victim is player:
  68. set the death message to "&c%victim% &7was blown to bits."
  69. stop
Add Comment
Please, Sign In to add comment