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
  1. 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",
     
  2. thank you :D
     
  3. You're welcome. You can apply this to anything. Bodyparts, Weapons, Attachments. Just change the second name. If the item or whatever you want to change isn't in the list yet, you can add it yourself. You just have to make sure you spell and capitalize the first name properly.
     
  4. 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 `?
     
  5. 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."
            ]
          },
    And is the Example with the drowned right? or i have to put a "*" in there?
     
  6. * covers all killer types
     
  7. 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...
     
  8. The option isn't available anymore. Neither is popup notifications. I think the last version to have these options was 5.2.20 But if you use that the scientist will have numbers instead of names.
     
    Last edited by a moderator: Aug 1, 2018
  9. I've made a plugin which should provide Popup Notification support again. As I am not at home, I need one or two people to quickly test that for me. Please send me a PM if interested.
     
    Last edited by a moderator: Aug 2, 2018
  10. It is possible to have a proximity sensor?
     
  11. Definitely interested! Wanna add me on Discord or something?
     
  12. The plugin has been tested and will hopefully be released shortly on uMod - Home
     
  13. awesome!
     
  14. How do I turn off death announcements for animals, tanks, NCP's etc.?
     
  15. Simply delete their message blocks.

    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}."]
    }
    
    [DOUBLEPOST=1533334102][/DOUBLEPOST]
    Popup Notifications support is now available using the Death Notes GUI plugin which acts as a bridge between Death Notes and Popup Notifications.
    You can get it on umod: uMod - Death Notes GUI by LaserHydra
     
  16. 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
  17. Try adding
    Code:
    {
            "KillerType": "Player",
            "VictimType": "Player",
            "DamageType": "Suicide",
            "Messages": []
          }
     
  18. Can I change font size of displayed death notification?
     
  19. this plugin doesn't work anymore :|
     
  20. Hmmm yes it does