It's under "Names": {
Scroll down till you see the animal you are looking for. Or Ctrl + F and type in what you are looking for. Names are case sensitive. For example "Boar": "Boar", You just need to change the second name to whatever you want it to be. So something like "Boar": "Walking Pork Chop",

DeathNotes
Broadcasts players and animals deaths to chat
Total Downloads: 65,994 - First Release: Feb 14, 2015 - Last Update: May 13, 2018
- 4.98519/5, 270 likes
-
-
-
why is there no longer the deathnotes picture
pictrures from any steam ids dont work with newest version of this plugin
can you fix this please `? -
Whats the difference between "-" and "*"
Example:
Code:{ "KillerType": "*", "VictimType": "Player", "DamageType": "Heat", "Messages": [ "{victim} burned to death." ] },
Code:{ "KillerType": "-", "VictimType": "Player", "DamageType": "Fall", "Messages": [ "{victim} fell to their death." ] }, { "KillerType": "-", "VictimType": "Player", "DamageType": "Drowned", "Messages": [ "{victim} can't swim and drowned." ] },
-
-
How do I make the murders appear in top right corner? I've read that I should enable 'Simple UI' in the config file but I don't see an option for this...
-
Last edited by a moderator: Aug 1, 2018
-
Last edited by a moderator: Aug 2, 2018
-
It is possible to have a proximity sensor?
-
-
-
-
How do I turn off death announcements for animals, tanks, NCP's etc.?
-
This for example, being a "message block":
Code:{ "KillerType": "Player", "VictimType": "Player", "DamageType": "Bullet", "Messages": ["{killer} shot {victim} using their {weapon} over a distance of {distance}."] }
You can get it on umod: uMod - Death Notes GUI by LaserHydra -
So I understand that * covers all kill types, but can I disable suicide messages? e.g. my server displays messages such as "Tom killed Tom using ." when using kill command. I only want messages appearing when a players kills another player... here's the top of my current config:
Code:{ "Translations": { "Death Messages": [ { "KillerType": "Player", "VictimType": "Player", "DamageType": "Bullet", "Messages": [ "{killer} shot {victim} using their {weapon} over a distance of {distance}." ] }, { "KillerType": "Player", "VictimType": "Player", "DamageType": "Arrow", "Messages": [ "{victim} was shot by {killer} with their {weapon} over a distance of {distance}." ] }, { "KillerType": "Player", "VictimType": "Player", "DamageType": "Heat", "Messages": [ "{killer} inflamed {victim} with their {weapon}." ] }, { "KillerType": "Player", "VictimType": "Player", "DamageType": "*", "Messages": [ "{killer} killed {victim} using their {weapon}." ] }
Last edited by a moderator: Aug 7, 2018 -
Code:{ "KillerType": "Player", "VictimType": "Player", "DamageType": "Suicide", "Messages": [] }
-
Can I change font size of displayed death notification?
-
this plugin doesn't work anymore :|
-