Cannot change config settings

Whenever I make changes to the config settings they do not save, it just overrites back to default. I have tried multiple ways, server running and using c.unload/c.reload making the changes in FTP and reuploading. I have also stopped the server made the changes in the config file then restarted the server.

if there is no error and it is overwritten then Carbon is the issue

nivex

if there is no error and it is overwritten then Carbon is the issue

Aw and Carbon is suppose to be fully compatible with Oxide. Do you know any possible workaround, I want to be able to remove the cooldown option and also set the uses to unlimited. I tried editing the .cs file to make the changes there but it failed to load the plugin after I did that.

make your edits and post the config here from dropbox or something, not in plain text that is too much spam

but first...

1. unload
2. delete config
3. reload so it creates default
4. send me it
5. and after having sent me it then you can reload the plugin

you should reach out to Carbon team and ask for their help. this config has no issues on Oxide

it could be something like a file permission or caching issue but probably Carbon issue.

nivex

you should reach out to Carbon team and ask for their help. this config has no issues on Oxide

it could be something like a file permission or caching issue but probably Carbon issue.

Ok I will reach out to them, thanks again.

yeah no problem

return time; if you change that on line 6487 to return 0; or any other number then it will override all cooldown and countdown. 0 is no time

return limit; change that on line 6499 to return 0; or any other number and it will override all limit. 0 is infinite

that's the easiest way to handle it until you get it resolved.