Can you please help me with Wipe Info Api. My server gets the forced wiped first Friday each month (I am in Malaysia and there is no way I am getting up at 3am to coincide with Facepunch.) the server is then wiped every Sunday morning until the next forced wipe.
Below is my config so day 0 is the forced wipe, 9 days later the next wipe occurs on a Sunday. Then it wipes every week on a sunday until the next forced wipe
"4 week schedule (Days since forced wipe)": [
0,
9,
16,
23
],
"5 week schedule (Days since forced wipe)": [
0,
9,
16,
23,
30
]
}
Problem is today I am getting this
08/16 07:34:26 | Unloaded plugin Wipe Info Api v1.1.0 by MJSU
08/16 07:34:26 | [Wipe Info Api] Next Wipe: 08/20/2022 00:00:00 Days Until: 4
08/16 07:34:26 | [Wipe Info Api] Next Wipe: 08/20/2022 00:00:00 Days Until: 4
08/16 07:34:26 | Loaded plugin Wipe Info Api v1.1.0 by MJSU
The next wipe is actually 5 days away on the 21st. No problem increase each of the numbers by 1 you would think, but now, I get this
08/16 07:36:10 | [Wipe Info Api] Next Wipe: 08/14/2022 00:00:00 Days Until: -2
08/16 07:36:10 | [Wipe Info Api] Next Wipe: 08/14/2022 00:00:00 Days Until: -2