Zombie death notes no longer show upSolved
Since the last update I have the Zombie Horde plugin installed and it no longer shows the DeathNotes in game for killing zombies. I'm also using magic panel to show the DeathNotes at the top of the screen so it doesnt spam chat. I have tried disabling Magic Panel to see if that was the culprit but it is not Deathnotes no longer show the killing of Zombies.

Update I tried to add:

{
"KillerType": "Player",
"VictimType": "Zombie",
"DamageType": "*",
"Messages": [
"{killer} fought off a {victim}."
]

and 

{
"KillerType": "Zombie",
"VictimType": "Player",
"DamageType": "*",
"Messages": [
"{killer} Hunted down {victim}."
]

to the config but still doesn't work

for anyone using the Zombiehorde plugin and can't get the deathnotes to show up add this in the config.

{
"KillerType": "Player",
"VictimType": "Scarecrow",
"DamageType": "*",
"Messages": [
"{killer} fought off a {victim}."
]

and 

{
"KillerType": "Scarecrow",
"VictimType": "Player",
"DamageType": "*",
"Messages": [
"{killer} Hunted down {victim}."
]

Locked automatically