Loot Tables keep reverting back to vanilla

Constantly throughout the day the loot tables change themselves, particularly on restarts.  This is REALLY bad as it's driving people off the server.  In the description for "listUpdatesOnLoaded" it is not clear to me what this does but I put it on false.  After restarting the server this went back to true on it's own and the loot tables reset to default again.  Seems the .cs file is resetting everything upon restart or reload.

This usually happens either when the data loot file has been edited when the plugin is still loaded or there is an error in the file (usually a missing , } etc ) check the config with a validator to ensure there is no errors and only edit the data file when the plugin is unloaded , then save , then reload.

Thanks pookins!