Manual changes to data file not being readNot An Issue
Hey! Im part owner of a Rust server, i was checking your plugin "Clans" and i found out it reads from the clans_data.json, but for some reason whenever i try to modify said .json (ex: add members to a already created clan) this changes dont take place ingame after reuploading the .json to the server and reloading the plugin from the web console, if you could help me out i would really appreciate it, thanks!
Any time you manually edit a data file, the plugin needs to be unloaded first; otherwise the data will be overwritten from memory when the plugin reloads.
Locked automatically