Mods not saving changes
I have the following mods for my rust server downloaded, but only one is saving the changes i make to it.

Bearrels- wont save changes made in Bearrels.json
GatherManager- wont save changes made in Gathermanager.json
CraftingController- wont save changes made in CraftingController.json
StackSizeController- only one saving changes.

any help would be appreciated.
Hey!
Try disabling the plugin, changing it's configuration and enabling it.
If you are trying to modify files under oxide/data, then those files can only be modified while the plugin is unloaded or the server is offline as they aren't meant to be edited manually generally, only oxide/config files are. The oxide/config files can be edited any time and then just reload the plugin.
oh dang. thanks guys.

Merged post

its still not saving the changes to my server. as soon as i edit the file on my computer and then reupload it, it just goes back to default vaules.
In response to ameiruhoshi ():
oh dang. thanks guys.

Merged post

its still not saving the changes to my serve...
That would generally indicate that it was not edited correctly, so the plugin reset it. Make sure that your changes are valid JSON and that you are following the formatting of the default config for each.
In response to Wulf ():
That would generally indicate that it was not edited correctly, so the plugin reset it. Make sure th...
for the bearrels one for example I am putting it how it says to in the files, but it still doesnt load. I am gonna take a break before i punch through my tv. thanks for all the help though. I will ask if I have anymore questions.
In response to ameiruhoshi ():
for the bearrels one for example I am putting it how it says to in the files, but it still doesnt lo...
I'd recommend checking your oxide/logs for errors, as there is most likely a reason in there (i.e. invalid config, plugin not compiling, etc.)