Placeholder for turret kills?Solved
I removed it from my server a while ago but people are requesting it back. I would make it myself but I'm sure because how do you make it say a PLAYER's turrets has killed victim rather than just a turret has killed a victim... I'm sure most of you have it in your default config? Thank you
In response to Sensei ():
I removed it from my server a while ago but people are requesting it back. I would make it myself bu...
The available placeholders and types are listed on the plugin documentation.

For turret kills use "Turret" as killer type.
https://umod.org/plugins/death-notes#available-killervictim-types
To show the owner of the turret, use the {owner} placeholder.
https://umod.org/plugins/death-notes#available-variable-placeholders
In response to LaserHydra ():
The available placeholders and types are listed on the plugin documentation.

For turret k...
Ok thanks for the help @LaserHydra if you could help me more with traps that would be great. I'm trying to enable Land Mine kills and I'm putting in the following, but nothing appears when anyone gets killed by them:

{
"KillerType": "Trap",
"VictimType": "Player",
"DamageType": "Generic",
"Messages": [
"{owner}'s {killer} killed {victim}."
]
},
Locked automatically