#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#/*
# * Developer : Sam Deloughry (mrsamcraft@gmail.com)
# * Date : 25/01/2013
#* All code (c)2013 Sam Deloughry. all rights reserved
#*/
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#*/
# &f%player = victim
# %killer = assasin (only for player kills, PvP)
# %weapon = name of the weapon wielded by the killer(only for player kills, PvP)
#*/
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PvPFist:
- '&f%player &chas been killed!'
- '&f%player &chas been killed!'
PvPWeapon:
- '&f%player &chas been killed!'
- '&f%player &chas been killed!'
PvPBow:
- '&f%player &cwas shot dead!'
- '&f%player &cwas shot dead!'
TNT:
- '&f%player &cblew up!'
- '&f%player &cblew up!'
Anvil:
- '&f%player &cwas squashed by a falling anvil!'
- '&f%player &cwas squashed by a falling anvil!'
Drowning:
- '&f%player &cdrowned!'
- '&f%player &cdrowned!'
PotionofHarming:
- '&f%player &cwas killed by magic!'
Fall:
- '&f%player &chit the ground too hard!'
- '&f%player &chit the ground too hard!'
Poison:
- '&f%player &cwas poisoned!'
- '&f%player &cwas poisoned!'
FireBlock:
- '&f%player &cwent up in flames!'
- '&f%player &cwent up in flames!'
FireEffect:
- '&f%player &cburned to death!'
- '&f%player &cburned to death!'
Lava:
- '&f%player &ctried to swin in lava!'
- '&f%player &ctried to swin in lava!'
Lightning:
- '&f%player &cwent up in flames!'
- '&f%player &cwent up in flames!'
Starvation:
- '&f%player &cforgot to eat!'
- '&f%player &cforgot to eat!'
Suffocation:
- '&f%player &csuffocated in a wall!'
- '&f%player &csuffocated in a wall!'
Suicide:
- '&f%player &chas died!'
- '&f%player &chas died!'
Void:
- '&f%player &Efell out of the world'
- '&f%player &Efell out of the world'
Others:
- '&f%player &chas been killed!'
- '&f%player &chas been killed!'
Unknown:
# If you change the "Unknown" it will add all the mob kills and other deaths as that!
# Recommended no to CHANGE this!
- '&f%player &chas been killed!'
- '&f%player &chas been killed!'
# -----------------------------------------------------
# BRIGHT GREEN = &a
# AQUA = &b
# RED = &f
# PINK = &d
# YELLOW = &e
# WHITE = &f
# BLACK = &0
# DARK BLUE = &1
# DARK GREEN = &2
# TEAL = &3
# DARK RED = &c
# PURPLE = &5
# GOLD = &6
# GRAY = &7
# DARK GRAY = &8
# BLUE = &9
# MAGIC(%ë$@#) = &k
# BOLD = &l
# STRIKETHROUGH = &m
# UNDERLINE = &n
# ITALICS = &o
# See this link for the colours :- http://i.imgur.com/7ciwGey.png
# -----------------------------------------------------