DeathNotes

Moved

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

4.98519/5, 270 likes

  1. Permissions:

    • deathnotes.see - Remove the permission from the default group and grant it to the admin group instead.
    [DOUBLEPOST=1483427420][/DOUBLEPOST]
    Take a look at this to learn more: Oxide API for Rust. Simply put <size=12> </size> -
     
  2. I also wonder how to do that?
     
  3. Code:
    if (entity.name.Contains("patrolhelicopter") && !entity.name.Contains("gibs"))
    in
    Code:
    public VictimType TryGetType()
    seems to sort the repeat death notice for heli gibs, but I don't know how you'd add attacker info.
     
  4. up this
     
  5. this has been fixed
     
    Last edited by a moderator: Jan 7, 2017
  6. hello
    i do the Message Radius Enabled
    how can i make the admin see all deathnots ?
     
  7. How do I turn off animal deaths
     
  8. Well, as you read the description ))) This is written in the description to the plugin on the main page
    [DOUBLEPOST=1484038491][/DOUBLEPOST]Disabling specific deaths:
    To disable specific kill messages, just make the messages list of the death type you do not want to see empty. Example:
    "AnimalDeath": [],
     
  9. So is there any fix to the chopper death? It only displays the message after you mine a broken part.
     
  10. When editing the settings on the json file particularly the colors and i reload them it doesnt change anyone know why i used both color number and just the color name
    here is my settings
    "Settings": {
    "Attachments Color": "red",
    "Attachments Formatting": " ({attachments})",
    "Attachments Split": " | ",
    "Attacker Color": "red",
    "Bodypart Color": "red",
    "Chat Icon (SteamID)": "76561198077847390",
    "Console Formatting": "{Message}",
    "Distance Color": "red",
    "Formatting": "[{Title}]: {Message}",
    "Health Color": "red",
    "Log to File": false,
    "Message Color": "#808080",
    "Message Radius": 300.0,
    "Message Radius Enabled": false,
    "Needs Permission": 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": "Death Notes",
    "Title Color": "red",
    "Use Popup Notifications": false,
    "Use Simple UI": false,
    "Victim Color": "red",
    "Weapon Color": "red",
    "Write to Chat": true,
    "Write to Console": true
    fixed i just had to put # before the html color code
     
    Last edited by a moderator: Jan 11, 2017
  11. Where is the install path?
     
  12. for some reason bow kills dont pop up. any way to fix?
     
  13. Hello all i get this error when loading in DeathNotes any advice?

    Failed to initialize plugin 'DeathNotes v5.2.8' (JsonSerializationException: Unexpected end when deserializing object. Path '', line 6262, position 2.)
     
  14. It does not show the killing to bow \ crossbow \ javelin((
     
  15. Somethings corrupted, it's given you a line number so use: JSONLint - The JSON Validator. - to check the .json file.
     
  16. Thanks Dream
     
  17. Dev, no Attacker info on death by spikes.floor.prefab, because missing entity Name in configuration json - need to add comma at the end of this line:
    Code:
    "Wooden Barricade": "Wooden Barricade",
    and add this line after it:
    Code:
    "Wooden Floor Spikes": "Wooden Floor Spikes"
     
  18. How to change DeathNotes name when a kill pops up?
     
  19. Hello,

    How can I put a skull between the attacker and the victim like this one for example ☠. I have tried &#9760; and
    Alt +2620 but nothing run.

    Thanks :)
    [DOUBLEPOST=1485732200][/DOUBLEPOST]

    Open the DeathNotes.json file in the config folder. Look for the line where is written"Title": "Death Notes". Then you replace Death Notes with the name you want. Do not remove quotation marks.
     
  20. Hi guys,
    The heli fix in 2803 is still working fine for me. Gibs tested too...No additional reports.

    Having the attacker name (and weapon/distance) for heli kills also works just fine if you edit the message in the config or cs and delete config.

    Bow/crossbow reports fine for me but I'm testing on solo server so only tested with heli and animals.

    I'm still running a modded 5.2.0, though, so I don't know how much of this is even relevant now. :)