Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. #This file contains custom messages for death events.
  2. #You can specify as many messages as you want (within reason) for each death type.
  3. #Just be sure each message is on a new line under the appropriate label.
  4. #When a player dies, a random message from the appropriate label is chosen.
  5. #Accepted variables:
  6. # - %d holds the name of the dead player.
  7. # - %a holds the name of the attacking entity (player or monster) for PVP and Monster deaths.
  8. # - %i holds the name of the attacking player's current item for PVP deaths.
  9. #Custom item names may be defined in the 'heroicdeath.items' file.
  10. :Drown
  11. %d drowned.
  12. %d is swimming with the fishes.
  13. %d took a long walk off a short pier.
  14. %d forgot to put on his diving gear.
  15. By the way, %d, pumpkins let you stay underwater longer.
  16. :Cactus
  17. %d died to a cactus.
  18. %d poked a cactus, but the cactus poked back.
  19. %d learned that catus should NOT be hugged.
  20. :Fire
  21. %d burned to death.
  22. %d forgot how to stop, drop and roll.
  23. %d has an attraction to fire.
  24. %d stood in fire.
  25. %d lit up like a box of matches
  26. :Explosion
  27. %d apparently has an explosive personality.
  28. %d exploded!
  29. Little bits of %d are all that remain...
  30. :Creeper
  31. %d was creeper bombed.
  32. %d hugged a creeper.
  33. %d learned why creepers drop gunpowder.
  34. All thats left of %d is a toe and the smell of gunpowder.
  35. :Fall
  36. %d fell to their death.
  37. %d took a leap of faith.
  38. %d failed using the AerialFaith Plates.
  39. %d forgot a parachute.
  40. :PVP
  41. %a killed %d wielding %i.
  42. %d was killed by %a's %i.
  43. %a taught %d to fear his %i.
  44. :Void
  45. %d fell into the Gap
  46. %d found a way into the void.... how?
  47. %d found space. SPAAAAAAAAAAAAAAAAAAAAAAAAAAACCCCE!
  48. :Monsters
  49. %d was killed by an angry %a
  50. %d atempted to tame a %a
  51. %d learned that %a are not passive
  52. %as are not friendly, %d.
  53. :Lava
  54. %d was killed by lava.
  55. %d became obsidian.
  56. %d took a bath in a lake of fire.
  57. Thanks %d for showing us why lava is not a substitute for bath water.
  58. :Other
  59. %d died
  60. %d died from unknown causes.
  61. %d was killed by Herobrine.
  62. %d is dead, not big surprise.
  63. :Suffocation
  64. %d suffocated.
  65. %d should not dig up.
  66. :Dispenser
  67. %d did not need a dispenser there.
  68. %d got shot by a dispenser.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement