DeathNotes

Moved

Total Downloads: 66,142 - First Release: Feb 14, 2015 - Last Update: May 13, 2018

4.98519/5, 270 likes
  1. Use popup notifications instead works a treat and clears up chat completely
    20171220144222_1.jpg
     
    Last edited by a moderator: Dec 20, 2017
  2. I will be honest I had not played around with that, it is so much nicer. Severs me right for not exploring more. Thanks!
     
  3. Hey Guy's,
    The plugin does not work! no ads in the chat
     
  4. It is working fine for me and server other servers I have visited that run it. I suspect it is a configuration issue.

    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
     
  5. Hey guys, how i can Disable the Death note for the Zombies im Chat?
     
  6. 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).
     
  7. Its work, thx <3
     
  8. I have made all sorts of settings and in chat nothing is displayed. not even with the PopUp plugin
     
  9. 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.
     
  10. What are the chances this would display a kill like this ?

    with a Assault Rifle (Weapon Lasersight) from 2307.37m.

    Or should i BAN?
     
  11. did the person tp as they were killed.
    If not then that is dodgy as thats an impossible shot.
     
  12. I didnt think of TP as Shot fired, i will have to inviestigate
     
  13. How do you change the color of the death messages? Because i dont like the color green.
     
  14. This section in config:
    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
      },
     
  15. 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";
    to
    Code:
    if (type == VictimType.Zombie)
       return entity.ToPlayer().displayName;
    
    - If a Bots Murderer kills a player nothing is displayed in DeathsNote because obviously you are killed by the Bots weapon (bone.club.entity).

    - 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.
     
  16. Nailguns don't give any death message when someone kills with them?
     
  17. I noticed that too. No death messages for kills with nailguns, bow, or crossbow. Melee and the handful of guns I tested all appear properly. No errors in the console. *Note, I did not notice this problem until I added the BetterChat plugin; this could be coincidental tho.
     
  18. There should be no conflict with BetterChat.
     
  19. 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.