My JSON file gets rewritten when I run the plugin. This does not just happen with the auto broadcaster plugin. For Example from
To ThisCode:{ "ChatName": "Info", "Messages": { "Message3": "This is an example global broadcast", "Message2": "New plugins are added all the time. type /help for info", "Message1": "Please do not grief other players" }, "BroadCastInterval": 600 }
Code:{ "ChatName": "Info", "Messages": { "Message3": "This is an example global broadcast", "Message2": "New plugins are added all the time. type /help for info, "Message1": "Please do not grief other players" }, "BroadCastInterval": 600 }CastInterval": 600 }
Not an Issue Plugin JSON keeps changing
Discussion in 'Rust Discussion' started by EnvyTheNoob, Jan 17, 2015.
-
Wulf Community Admin
The second example isn't valid JSON, so I doubt the plugin is writing that. If you are using a host, I'd suggest looking into if they add config files.
-
What do you mean. I'm saying that once I save the correct JSON writing using a JSON validator and successful replace the incorrect coding and run the server it get rewritten. My hosting has config files because that how I got that coding.
-
Wulf Community Admin