Advertisement
Trollkemada

Untitled

Jul 22nd, 2011
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 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 se ha ahogado.
  12. %d fue a nadar con los peces.
  13. %d olvido el flotador.
  14. %d no flota
  15. :Cactus
  16. %d se ha pinchado.
  17. %d los cactus se miran, pero no se tocan.
  18. :Fire
  19. %d se ha quemado
  20. %d olvido rodar por el suelo.
  21. %d no debio jugar con fuego.
  22. %d no llego a tiempo al agua.
  23. :Explosion
  24. %d aparentemente tiene una personalidad EXPLOSIVA.
  25. %d ha explotado
  26. %d hizo pum y se convirtio en chocapic.
  27. :Creeper
  28. %d molesto a un Creeper.
  29. %d saludo a un Creeper que tenia un mal dia.
  30. :Fall
  31. %d se olvido de las escaleras.
  32. %d dio un triple mortal. Sin exito.
  33. %d se resbalo
  34. %d se ha partido la crisma.
  35. %d se ha quedado con forma de tortilla.
  36. :PVP
  37. %a ha matado a %d %i
  38. :Monsters
  39. %d perdio la vida frente a un %a salvaje.
  40. :Lava
  41. %d se convirtio en obsidiana
  42. %d esta que arde. Literalmente
  43. %d calento demsiado el agua de la baƱera
  44. :Other
  45. %d se ha cansado de vivir.
  46. %d se ha pegado un tiro.
  47. %d se ha suicidado.
  48. :Suffocation
  49. %d ha sido tragado por la tierra.
  50. :Void
  51. %d ha caido al vacio.
  52. :PVP
  53. %a ha matado a %d %i
  54. :Dispenser
  55. %s murio debido a un dispensador
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement