Can't get Better Loot to change any of the settings I've insertedSolved

Hello, first off I'm in way over my head. I am brand new to running a Rust Server but I've played this game for years and thought I'd give it a go. I have edited most of the Better Loot code in the Data subsection. But I am not getting the changes made to anything. Barrels/ crates/ elite crates. None have changed. I've been reading some of the past topics trying to get help on this but.... here I am. I know it is 100% on me and I'm not doing something correctly but would love if someone could take a look and see what I'm doing wrong. I'm not 100% sure what to copy and paste here for help. I don't know if posting my DATA settings would be helpful or posting the CONFIG settings would be more beneficial. Look forward to hearing back. Once again, I know this is my fault, I have no doubt lol. Just let me know what to post and I will. 

 

Thank you in advance!

The main problem (new) plugin users encounter is that they forget that ALL Data files must be edited either when the server is down or when the plugin is unloaded, then you edit it, check with a json validator (as any errors will force default config) , save then reload .
Any changes you make when the plugin is running will be ignored.
i usually copy/paste the data file (text) into a text file so that i can edit it at my leisure then i check it , and save it if it is valid , then unload the plugin, copy the text file and replace the existing data file with the new one, save the change and reload the
plugin.

That  seemed to fix it! Can't believe I didn't try that. Tried everything else lol. Thank you!

Locked automatically