How to see Pvp kills only ?

How do I stop Showing NPC Kill or death with Deathnotes ? I will like to see only Players vs Players kill thank you for your help !

Read the documentation, Go to the lang file and :
These message blocks can be edited, removed or added to your liking.To disable a message, please just remove the respective message block entirely. (as per documentation)

didnt work I can see that our players killing Boar,bear,scientist. I deleted the whole folder and I still see it

Sheen

didnt work I can see that our players killing Boar,bear,scientist. I deleted the whole folder and I still see it

unload the plugin then edit the lang files, remove all the "killers" from the list that you dont want and remove any unwanted lines, then reload the plugin. deleting the folder doesnt work because on server restart the plugin will replace it,

Thank you for your help, also how I unload the plugins? And as a exemple I have to delete everything I see on this script or just the text message, sorry i'm new as a admin.   {

    "KillerType": "Player",
    "VictimType": "Player",
    "DamageType": "Bullet",
    "Messages": [
        "{killer} shot {victim} using their {weapon} over a distance of {distance}."
    ]
}
Sheen

Thank you for your help, also how I unload the plugins? And as a exemple I have to delete everything I see on this script or just the text message, sorry i'm new as a admin.   {

    "KillerType": "Player",
    "VictimType": "Player",
    "DamageType": "Bullet",
    "Messages": [
        "{killer} shot {victim} using their {weapon} over a distance of {distance}."
    ]
}

You type in rcon (console) *not chat , "oxide.unload <plugin>"   and you get a confirmation that the plugin is unloaded.
as a rule any data file that needs to be edited has to have the plugin unloaded, config json files are usually ok with the plugin loaded , i am not 100% sure on lang files so i always unload the plugin to be on the safe side.

you can remove the whole section and you can also remove "player" from Victim/Killer list,
Have a good read of the documentation and if you get something wrong you can always correct it, always copy/paste the config into a json validator  https://jsonlint.com/  &nbsp;
to see if there any errors , it will scan the page and show a copy of the page and any errors it has found, or it will say its a valid json file

When you have finished just type in Rcon/console "oxide.reload <plugin> 
if you have made a serious error it will tell you that it has reverted back to a previous version as it could not load the edited one

Hey thank for your message but its doesn't work. I did oxide.unload DeathNotes and I change the script to 

"KillerType": "",
"VictimType": "",
"DamageType": "*",
"Messages": [

]

and I did oxide.reload DeathNotes and I still see that I am killing Scientist

Sheen

Hey thank for your message but its doesn't work. I did oxide.unload DeathNotes and I change the script to 

"KillerType": "",
"VictimType": "",
"DamageType": "*",
"Messages": [

]

and I did oxide.reload DeathNotes and I still see that I am killing Scientist

Remove that section and did you remove the killer/victim name *scientist/animal/zombie/whatever from the killer/victim list ?

thank you its working right now :) ! also do you know how to spawn Mini/scrap transport helicopter at different place on the map ?

 

i cant find the config change im not sure if its changed