Config file changes not applying

I put everything I wanted in the json configuration file but it doesn absolutely nothing when I start the server. No errors either.
Anyone know what I'm doing wrong?
Here's the code:

{
"Messages": {
"Dispensers": "Resource Dispensers",
"Excavators": "Excavators",
"HelpText": "/gather - Shows you detailed gather information.",
"HelpTextAdmin": "To change the resources gained by gathering use the command:\r\ngather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>\r\nTo change the amount of resources in a dispenser type use the command:\r\ndispenser.scale <dispenser:tree|ore|corpse> <multiplier>\r\nTo change the time between Mining Quarry gathers:\r\nquarry.tickrate <seconds>",
"HelpTextMiningQuarrySpeed": "Time between Mining Quarry gathers: {0} second(s).",
"HelpTextPlayer": "Resources gained from gathering have been scaled to the following:",
"HelpTextPlayerDefault": "Default values.",
"HelpTextPlayerGains": "Resources gained from {0}:",
"InvalidArgumentsDispenserType": "Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|corpse> <multiplier>",
"InvalidArgumentsGather": "Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>",
"InvalidArgumentsMiningQuarrySpeed": "Invalid arguments supplied! Use quarry.rate <time between gathers in seconds>",
"InvalidDispenser": "{0} is not a valid dispenser. Check gather.dispensers for a list of available options.",
"InvalidMiningQuarrySpeed": "You can't set the speed lower than 1 second!",
"InvalidModifier": "Invalid modifier supplied! The new modifier always needs to be bigger than 0!",
"InvalidResource": "{0} is not a valid resource. Check gather.resources for a list of available options.",
"MiningQuarries": "Mining Quarries",
"ModifyDispenser": "You have set the resource amount for {0} dispensers to x{1}",
"ModifyMiningQuarrySpeed": "The Mining Quarry will now provide resources every {0} seconds.",
"ModifyResource": "You have set the gather rate for {0} to x{1} from {2}.",
"ModifyResourceRemove": "You have reset the gather rate for {0} from {1}.",
"NotAllowed": "You don't have permission to use this command.",
"Pickups": "pickups",
"SurveyCharges": "Survey Charges"
},
"Options": {
"ExcavatorBeltSpeedMax": 0.1,
"ExcavatorResourceModifiers": {},
"ExcavatorResourceTickRate": 3.0,
"ExcavatorTimeForFullResources": 120.0,
"GatherDispenserModifiers": {
"Wood": 5000.0,
"Stones": 5000.0,
"Sulfur Ore": 1200.0,
"Metal Ore": 1600.0,
"High Quality Metal Ore": 444000.0,
"Cactus Flesh": 5000.0,
"Cloth": 3300.0,
"Raw Bear Meat": 1000.0,
"Animal Fat": 300.0,
"Raw Chicken Breast": 1000.0,
"Raw Deer Meat": 1000.0,
"Raw Fish": 1000.0,
"Raw Horse Meat": 1000.0,
"Raw Human Meat": 1000.0,
"Raw Pork": 1000.0,
"Leather": 1000.0,
"Raw Wolf Meat": 1000.0
},
"GatherResourceModifiers": {},
"MiningQuarryResourceTickRate": 5.0,
"PickupResourceModifiers": {
"Wood": 3000.0,
"Stones": 3000.0,
"Metal Ore": 6000.0,
"Sulfur Ore": 2000.0,
"Hemp Seed": 4200.0,
"Cloth": 10000.0,
"Blue Berry": 1000.0,
"Blue Berry Seed": 1000.0,
"Green Berry": 1000.0,
"Green Berry Seed": 1000.0,
"White Berry": 1000.0,
"White Berry Seed": 1000.0,
"Black Berry": 1000.0,
"Black Berry Seed": 1000.0,
"Red Berry": 1000.0,
"Red Berry Seed": 1000.0,
"Yellow Berry": 1000.0,
"Yellow Berry Seed": 1000.0,
"Pumpkin": 1000.0,
"Pumpkin Seed": 1000.0,
"Corn": 1000.0,
"Corn Seed": 1000.0,
"Potato": 1000.0,
"Potato Seed": 1000.0
},
"QuarryResourceModifiers": {},
"SurveyResourceModifiers": {}
},
"Settings": {
"ChatPrefix": "Gather Manager",
"ChatPrefixColor": "#008000ff"
}
}

Generally if a config won't apply, it means it was edited wrongly. Make sure when editing thst the changes follow the config format and that it is valid JSON.

nJnnKbUF9zSofGs.jpg Wulf

Generally if a config won't apply, it means it was edited wrongly. Make sure when editing thst the changes follow the config format and that it is valid JSON.

It correctly follows the format & yet it still wont apply. I also checked logs and the plugin was loaded successfully (gather manager).

Is the file resetting to default after loading?

jYwgj9SwNxUKJlq.jpg Wulf

Is the file resetting to default after loading?

Sometimes it did and sometimes it didn't

unload GatherManager before editing the config file
then reload