Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #This file contains custom messages for death events.
- #You can specify as many messages as you want (within reason) for each death type.
- #Just be sure each message is on a new line under the appropriate label.
- #When a player dies, a random message from the appropriate label is chosen.
- #Accepted variables:
- # - %d holds the name of the dead player.
- # - %a holds the name of the attacking entity (player or monster) for PVP and Monster deaths.
- # - %i holds the name of the attacking player's current item for PVP deaths.
- # - %w holds the world the death occurred in
- #Custom item names may be defined in the 'heroicdeath.items' file.
- :Drown
- [Death] %d drowned
- [Death] %d is swimming with the fishes
- [Death] %d took a long walk off a short pier
- :Cactus
- [Death] %d died to a cactus
- [Death] %d poked a cactus, but the cactus poked back
- :Fire
- [Death] %d burned to death
- [Death] %d forgot how to stop, drop and roll
- :Explosion
- [Death] %d apparently has an explosive personality
- [Death] %d exploded and now rest in pieces
- :Creeper
- [Death] %d was creeper bombed
- [Death] %d hugged a creeper and now rest in pieces
- :Fall
- [Death] %d made the last jump in his life
- [Death] last free fall was fatal to %d
- :PVP
- [Death] %a killed %d wielding %i
- :Void
- [Death] %d fell into the Gap
- :Monsters
- [Death] %d was killed by an angry %a
- :Lava
- [Death] %d was killed by lava
- [Death] %d became obsidian
- [Death] %d took a bath in a lake of lava
- :Other
- [Death] %d died from unknown causes
- [Death] %d was killed by Herobrine
- :Suffocation
- [Death] %d suffocated
- :Dispenser
- [Death] %d did not need a dispenser there.
- [Death] %d got shot by a dispenser.
- :Lightning
- [Death] %d got electrocuted.
- [Death] %d has an electrifying personality.
- :Suicide
- [Death] %d committed suicide.
- [Death] %d decided to end it all.
- :Starvation
- [Death] %d died of starvation.
- [Death] %d forgot to eat.
- [Death] remember %d, anorexia is bad.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement