Advertisement
Guest User

Death.yml

a guest
Apr 9th, 2017
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1.  
  2. ###############################################################################################################
  3. ###############################################################################################################
  4. ## ##
  5. ## ##
  6. ## 888888b. d8888 888 ##
  7. ## 888 "88b d88888 888 ##
  8. ## 888 .88P d88P888 888 ##
  9. ## 8888888K. .d88b. 888 888 .d8888b d88P 888 888d888 .d8888b 8888b. .d88888 .d88b. ##
  10. ## 888 "Y88b d8P Y8b 888 888 88K d88P 888 888P" d88P" "88b d88" 888 d8P Y8b ##
  11. ## 888 888 88888888 Y88 88P "Y8888b. d88P 888 888 888 .d888888 888 888 88888888 ##
  12. ## 888 d88P Y8b. Y8bd8P X88 d8888888888 888 Y88b. 888 888 Y88b 888 Y8b. ##
  13. ## 8888888P" "Y8888 Y88P 88888P' d88P 888 888 "Y8888P "Y888888 "Y88888 "Y8888 ##
  14. ## ##
  15. ## ##
  16. # For all the gamemodes of the 30th of March 2017
  17. # We use Simple_ type death messages so you don't
  18. # Have to worry about editing the normal_Messages
  19. #
  20. # Note: You can have more than one death message
  21.  
  22. #
  23. # =========[ NORMAL ]==========
  24. #
  25. normal_FellOutOfWorld:
  26. - '%Player% fell out of the world'
  27. normal_PushedOutOfWorld:
  28. - '%Player% was pushed out of the world by %Attacker%'
  29. normal_ShotOutOfWorld:
  30. - '%Player% was shot out of the world by %Attacker%'
  31. normal_HitTheGroundTooHard:
  32. - '%Player% hit the ground too hard'
  33. normal_BurntToACrisp:
  34. - '%Player% was burnt to a crisp'
  35. normal_Drowned:
  36. - '%Player% drowned'
  37. normal_BlewUp:
  38. - '%Player% blew up'
  39. normal_Starved:
  40. - '%Player% starved'
  41. normal_Potions:
  42. - '%Player% was killed by magic'
  43. normal_Cactus:
  44. - '%Player% pricked to death'
  45. normal_Wither:
  46. - '%Player% faded away'
  47. normal_Thorns:
  48. - '%Player% was slain with %Attacker%''s thorn''ed armor'
  49. normal_Lightning:
  50. - '%Player% was struck by lighting'
  51. normal_Quiting:
  52. - '%Player% was killed because they quit'
  53. normal_Shot:
  54. - '%Player% was shot by %Attacker%'
  55. normal_Slain:
  56. - '%Player% was slain by %Attacker%'
  57. normal_FlatternedByAnAnvil:
  58. - '%Player% was squashed by a anvil'
  59. normal_FlatternedByAFallingBlock:
  60. - '%Player% was squished by an block'
  61. normal_Suffocated:
  62. - '%Player% suffocated'
  63. normal_Unknown:
  64. - '%Player% died'
  65.  
  66. #
  67. # =========[ SIMPLE ]==========
  68. #
  69.  
  70. simple_Attacker_Slain:
  71. - '&7%Player% was killed by you'
  72. simple_Player_Slain:
  73. - '&7You were killed by %Attacker%'
  74. simple_Unknown:
  75. - '&7%Player% died'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement