Use popup notifications instead works a treat and clears up chat completely
![]()
DeathNotes
Moved
Total Downloads: 66,142 - First Release: Feb 14, 2015 - Last Update: May 13, 2018
- 4.98519/5, 270 likes
-
I will be honest I had not played around with that, it is so much nicer. Severs me right for not exploring more. Thanks!
-
Hey Guy's,
The plugin does not work! no ads in the chat -
Do you have this set:"Write to Chat": true,
If you are using popups you need this plugin as well:
Popup Notifications for Rust | Oxide -
Hey guys, how i can Disable the Death note for the Zombies im Chat?
-
I suspect you wanted murders not zombies (green gumby fellow)
I don't think you can set that in chat. But if you change the first if in OnEntityDeath
from:
if (victim == null)
to:
if (victim == null || victim.name.Contains("zombie") || victim.name.Contains("murderer"))
That will block it. PM me if you want me to do that for you. I tested it on my lan server and it seems to work. As an added bonus stags give reindeer names.
Happy to share reindeer DeathNotes with anyone wanting to let folks ruin Christmas for Santa. ;-) You can see it on a few servers (Wonderland, Lost Isle PVE and Grumpy Old Timers have it, all three are awesome servers worth a look). -
Its work, thx <3
-
-
Hi my plugin DeathNotes seems to work bad, so when somebody kills somebody else with a bow (or any other weapon that use arrows) it doesn't appear in the chat, but it appears with any other guns.
-
What are the chances this would display a kill like this ?
with a Assault Rifle (Weapon Lasersight) from 2307.37m.
Or should i BAN? -
If not then that is dodgy as thats an impossible shot. -
I didnt think of TP as Shot fired, i will have to inviestigate
-
How do you change the color of the death messages? Because i dont like the color green.
-
Code:"Settings": { "Attachments Color": "#ce422b", "Attachments Formatting": " ({attachments})", "Attachments Split": " | ", "Attacker Color": "#ce422b", "Bodypart Color": "#ce422b", "Chat Icon (SteamID)": "76561198077847390", "Console Formatting": "{Message}", "Distance Color": "#ce422b", "Formatting": "[{Title}]: {Message}", "Health Color": "#ce422b", "Log to File": false, "Message Color": "#939393", "Message Radius": 300.0, "Message Radius Enabled": false, "Needs Permission": false, "Show NPC Battles": false, "Simple UI - Font Size": 20, "Simple UI - Left": 0.1, "Simple UI - Max Height": 0.05, "Simple UI - Max Width": 0.8, "Simple UI - Top": 0.1, "Simple UI Hide Timer": 5.0, "Strip Colors from Simple UI": false, "Title": "Kill Log", "Title Color": "#80D000", "Use Popup Notifications": true, "Use Simple UI": false, "Victim Color": "#ce422b", "Weapon Color": "#ce422b", "Write to Chat": false, "Write to Console": false },
-
Hi,
I use your plugin, and I thank you for the work you provide.
However, I use this one with BotSpawn and I have encountered some problems:
- The Bots Murderer are considered as zombie by DeathNotes (I modified this one to override this problem and display the Bots name instead of Zombie).
Line : 358-359
Code:if (type == VictimType.Zombie) return"Zombie";
Code:if (type == VictimType.Zombie) return entity.ToPlayer().displayName;
- If a Bot kills a player with balls, there will be No Weapon in DeathNotes.
I asked the creator of the BotSpawn plugin, he told me that you might be able to do something about it.
http://oxidemod.org/threads/botspawn.26600/page-107#post-377067 -Question
http://oxidemod.org/threads/botspawn.26600/page-107#post-377071 -Answer
Thank for your work. -
Nailguns don't give any death message when someone kills with them?
-
-
-
Why doesn't the icon ever show up. I tried other steamid's too but it never works. It worked for a short time when i first installed it but now it never does.
-
Thank you.