Clans data not saving
For some reason when someone creates a clan it saves. Then when i restart or stop the server and put it up again and they join back they are not in a clan and they have to make a new one ? 
Sounds like it wasn’t actually saved. Make sure the server was saved before shutdown.

Also, please use descriptive titles when posting threads, “NEED HELP PLEASE!” is not descriptive.
Put up a new server after July 4th's wipe. My server saves automatically every minute or so. Server rebooted at midnight automatically and the clans still didn't save. 
It seems after reloading the plugin after the reboot and then saving it actually saved the clans_data.json file.

Merged post

Yeah can confirm when running "save" in the console the file isn't actually saved until you run "oxide.reload Clans".
The plugin doesn't save when the server saves, it saves when it us unloaded and at the interval that you have set in your configuration file. So if your server is gracefully shutting down, it would be saved. If your server is not properly shutdown (i.e. process killed by host control panel), it will not save.
That makes sense because I didn't have this issue till I swapped hosts. The interval is set to 600 seconds but the last time the file was updated was about when I made this thread. 
In response to JustKodyyy ():
Hello, everytime i restart my server the clans delete. The players are complaining that after the au...

I have this problem as well. 

Player makes clan. Others join clan. Server has regular save intervals. Server restarts as it's supposed to. Clans disappear. It's happened for a while now. I can't figure out how to fix it. :( 

every time the server restart clans get also reset and idk what to do about it i got everything setup the right way as far as i'm aware

(i also did try RustIO Clans but that one does the same after server restart clans are gone even tho it does save the clan data it does not load it back up somehow after a server restart)

i will provide a plugin list with it also maybe that also helps out

list of the plugins i run maybe that helps also out

How is your server being restarted?

with restart command so that should not be the problem 

so the clans_data.json will stay empty like below

{}

and i also feel like that it does not save the clan data it self every 600 seconds as it is saying in the config file

I was reading the code and I realized that the configuration was giving incorrect information. The config says 600 (in seconds) but actually is in minutes. Change it from 600 to 10 if you want to save it each 10 minutes.

oh yeah you are right looks like the clan_data.json saved at some point for me let me change that in the config that it really does save every 10 min

"edit"
yep changeing it from 600 to 10 did it
Plugin is not updating the data. I am leaving my clan, creating clan for testing but it's not updating the data file.
5e29093cc1312.png xanela
Plugin is not updating the data. I am leaving my clan, creating clan for testing but it's not updating the data file.

I am having the same issue! 

darknessdown

I am having the same issue! 

I figured it out and someone already wrote it. You can do that.

 

5e2e703cd056e.png?uid=5e2e704929336 TheZarek

I was reading the code and I realized that the configuration was giving incorrect information. The config says 600 (in seconds) but actually is in minutes. Change it from 600 to 10 if you want to save it each 10 minutes.