So below is how I have my config set up for this plugin. For some reason, the wipe calculator is inaccurate. I wipe every 7 days, on a Thursday.
In-Game I set up when the last wipe was and when the next wipe is using the chat commands. However, when it calculates the days between wipes, it is still inaccurate. By Monday it will say "Next wipe in 01 Days" when it pops up the auto reminded + when someone joins (cause AnnounceOnJoin & AnnounceOnTimer is set to true of course).
Seems to be off by a day when it says that on a Monday for me. Is this an issue or am I not understanding it correctly?
In-Game I set up when the last wipe was and when the next wipe is using the chat commands. However, when it calculates the days between wipes, it is still inaccurate. By Monday it will say "Next wipe in 01 Days" when it pops up the auto reminded + when someone joins (cause AnnounceOnJoin & AnnounceOnTimer is set to true of course).
Seems to be off by a day when it says that on a Monday for me. Is this an issue or am I not understanding it correctly?
{
"DateFormat": "MM/dd/yyyy",
"DaysBetweenWipes": 7,
"LastWipe": "11/05/2020",
"NextWipe": "11/12/2020",
"AnnounceOnJoin": true,
"AnnounceOnTimer": true,
"AnnounceTimer": 3,
"UseManualNextWipe": false
}