NPC messagesSolved

Hi!

I see a message when a NPC is killed : 

Damage report for scientist:

FreeManStars 230 (100.00%)

 

"Messages": {
"Broadcast Kill Notification To Chat": false,
"Broadcast Kill Notification To Killer": false,
"Broadcast Locked Notification To Chat": false
},

 

Thanks for help!

hi, it's either not set to false, you have a json error or you need to reload the plugin. I just tested and there are no npc messages 

If I delete the JSON file in the config folder and the LootDefender plugin, then re-download it from uMod, when I put it back in the plugin folder and it tries to compile, I get this error in the console:

[CSharp] Started Oxide.Compiler v successfully
Error while compiling LootDefender: } expected | Line: 1890, Pos: 97

If I do o.reload LootDefender from the F1 console in the game, the plugin loads without any errors in the console. Then it correctly creates the JSON file in the config folder. I reload it from the console again and there’s no error. I set the variables to false before reloading, and there are no more chat messages. If I change them back to true, the messages appear again.

Thank you very much for the reply — it looks like I’ve solved the problem by re-downloading the plugin.

Locked automatically