Freakyy
Then you have a syntax issue in your dates. You always need a date in the past and 1 in the future.
{
"All_Wipe_Dates": [
"03/03/2022 20:00:00",
"02/03/2022 20:00:00"
],
"Date_Format": "MM/dd/yyyy HH:mm",
"Last_Wipe_Message": "Last wipe was:",
"Next_Wipe_Message": "Next wipe will happen:",
"Send_Message_On_User_Wake_Up": true,
"Server_Timezone": "CET"
}
This is the code generated in the new config, the only thing i changed was the two dates at the top and set it to true.