Advertisement
Guest User

Untitled

a guest
Jan 7th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 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. # - %w holds the world the death occurred in
  10. #Custom item names may be defined in the 'heroicdeath.items' file.
  11. :Drown
  12. [Death] %d drowned
  13. [Death] %d is swimming with the fishes
  14. [Death] %d took a long walk off a short pier
  15. :Cactus
  16. [Death] %d died to a cactus
  17. [Death] %d poked a cactus, but the cactus poked back
  18. :Fire
  19. [Death] %d burned to death
  20. [Death] %d forgot how to stop, drop and roll
  21. :Explosion
  22. [Death] %d apparently has an explosive personality
  23. [Death] %d exploded and now rest in pieces
  24. :Creeper
  25. [Death] %d was creeper bombed
  26. [Death] %d hugged a creeper and now rest in pieces
  27. :Fall
  28. [Death] %d made the last jump in his life
  29. [Death] last free fall was fatal to %d
  30. :PVP
  31. [Death] %a killed %d wielding %i
  32. :Void
  33. [Death] %d fell into the Gap
  34. :Monsters
  35. [Death] %d was killed by an angry %a
  36. :Lava
  37. [Death] %d was killed by lava
  38. [Death] %d became obsidian
  39. [Death] %d took a bath in a lake of lava
  40. :Other
  41. [Death] %d died from unknown causes
  42. [Death] %d was killed by Herobrine
  43. :Suffocation
  44. [Death] %d suffocated
  45. :Dispenser
  46. [Death] %d did not need a dispenser there.
  47. [Death] %d got shot by a dispenser.
  48. :Lightning
  49. [Death] %d got electrocuted.
  50. [Death] %d has an electrifying personality.
  51. :Suicide
  52. [Death] %d committed suicide.
  53. [Death] %d decided to end it all.
  54. :Starvation
  55. [Death] %d died of starvation.
  56. [Death] %d forgot to eat.
  57. [Death] remember %d, anorexia is bad.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement