Configuration resetting after editsNot An Issue
Hello all.
Been having issues with this plugin not saving the infos I imput.
I edit the file, I save, and when I get back to it it just reset to its original form.
Sometimes it saves and I get back to the file and it is as I edited, but when I reload the plugin it resets again to its original form.
There are no error messages on console. It just says that it was loaded and thats it.

Thank you.
They means you are not editing it properly. Make sure your changes are valid JSON.
Really appreciate you replying.
Not sure what you mean since the only thing I am doing is take this part out - "Powered by Oxide {magic.version} for Rust {magic.version protocol}" - and add some infos myself. Not changing anything in the code itself.
Even the part that says ""Show loaded plugins (true/false)": false" if I change it for true once I get back to the file it is at false again.
When I try to add plugins that I do not want showing it is the same. I edit and when I get back the file got back to its original.
Two days ago more or less I did some changes and it was all OK. Only noticed this happening from yesterday on.
Not saying this is an issue with the plugin, just trying to see if someone else is having this issue.
Could be the ftp im using, but at the same time I am changing other plugins and they are saving correctly so I dont know where to start :(
Could you provide your modified configuration here please?
I do not have one :(
Yesterday I noticed this issue  cause as soon as I did oxide.reload MagicDescription the file reset completely.
So the config I have now is the default one.
No matter what I do I cant seem to be able to save what I want.
When you modify it next and before reloading, please show me.
{
"Server description": "Welcome to Legally Old's Rust Server. \nWe are still fine tunning some features. Suggestions are more than welcome :) \nWe will do lives of the daily life of this server. No sensitive information will be showned. \n\nDISCORD "I PUT A LINK HERE" \nTWITCH "I PUT A LINK HERE"",
"Update interval (seconds)": 300,
"Show loaded plugins (true/false)": true,
"Hidden plugins (filename or title)": [
"AdminRadar",
"AutoStashTraps",
"BetterChat",
"CopyPaste",
"EntityOwner",
"GroupLimits",
"Jail",
"LoadingMessages",
"MagicAirdropPanel",
"MagicCargoShipPanel",
"MagicDescription",
"MagicHeliPanel",
"MagicHostilePanel",
"MagicPanel",
"MagicPlayersPanel",
"MagicRadiationInfoPanel",
"NightVision",
"NoGiveNotices",
"PermissionsManager",
"RemoverTool",
"ServerInfo",
"SignArtist",
"Spawns",
"Vanish",
"ZoneManager"]
}

Merged post

I did this just now.
First time I open the file it shows as this.
Second time its the original version of when you download this for the first time.

Merged post

I´m for sure doing something wrong and being a noob.
I do apologize for that.
And again thank you for being here to help :)

Merged post

Just to let you know that I ran some tests on my localhost server and it is working as intended.
So the issue here is either the ftp platform or the server's provider that is not storing my saves correctly.
I apologize for this and again thank you so much for taking your time to develop these plugins and for helping us.
U rock.
Merry Xmas
You added quotation marks to the description according to above, causing it to not be valid JSON. If you want those, you need to escape them with \. The transfer method shouldn't affect it.
The quotion where it says LINK HERE are not on the file. Its just that I cant copy here with links.
I get a message saying I cant publish unauthorized links. So I placed some quotation marks to say LINKS HERE.
I ran the original one with the links on a web page that validates JSON files and it was all OK.
I copied the exact same text to my localhost and it is OK. Once I copy it on the server files that I am renting it saves. It reload, but then goes back to the original.

Merged post

The other quotation marks before the welcome and on the end were already on the original file.
Should I take those away?

Merged post

By the way if you want to see I have no issues in using team viewer or something so you can see what I am doing and what I am trying to say. But to not waste your time this is for sure not an issue with the plugin. Its either on my server's side or the http://ftp.
If you could, paste your complete configuration file using pastebin.com and I'll verify it.
Hey, just to keep you up to date to what is happening, and also in case someone else states to be having this issue.
I just did everything equal to what I was doing in terms of editing the plugin in configurations, and used the exact same code I sent before with the links I wanted.
The only thing I did different is that I stopped my server, edited the file, saved, and then reloaded the server.
I already got in touch with them to check this since having to stop the server to make changes in a config is time consuming for players who cant play, and that comes with a price.
On my localhost I could make all these changes and the server was up and running. I just had to reload the plugin on console once it was saved and it instantly update all info that had to be updated.

Cheers and thank you for your time :)
Locked automatically