Unsure how to configureSolved
I cant seem to figure this out I downloaded WipeInfoApi and set it to Bi-Weekly as it shows in the instructions but still says Wipe: Today in game. is there a spot i need to put a date to when i wiped the server for it to show correct days ?

{ "Panel Settings": { "Dock": "centerupper", "Width": 0.08, "Order": 10, "BackgroundColor": "#FFF2DF08" }, "Panel Layout": { "Image": { "Url": "", "Enabled": false, "Color": "#FFFFFFFF", "Order": 0, "Width": 0.4, "Padding": { "Left": 0.05, "Right": 0.0, "Top": 0.1, "Bottom": 0.1 } }, "Text": { "Text": "Wipe: {0}", "FontSize": 14, "TextAnchor": "MiddleCenter", "Enabled": true, "Color": "#FFFFFFFF", "Order": 1, "Width": 1.0, "Padding": { "Left": 0.05, "Right": 0.05, "Top": 0.05, "Bottom": 0.05 } } } }

{ "4 week schedule (3)": [ 0, 14 ], "5 week schedule (3)": [ 0, 14, 28 ] }
Your config for WipeInfoApi looks wrong. You should not be changing the text to the left of the ":".
Your config should be like this:
{
  "4 week schedule (Days since forced wipe)": [
    0,
    14
  ],
  "5 week schedule (Days since forced wipe)": [
    0,
    14,
    28
  ]
}​

It shows up right in console but in game its still shows Wipe: Today

(16:39:14) | Unloaded plugin Wipe Info Api v1.1.0 by MJSU

(16:39:14) | [Wipe Info Api] Next Wipe: 02/20/2020 00:00:00 Days Until: 12

(16:39:14) | [Wipe Info Api] Next Wipe: 02/20/2020 00:00:00 Days Until: 12

(16:39:14) | Loaded plugin Wipe Info Api v1.1.0 by MJSU

(16:39:29) | Unloaded plugin Magic Wipe Panel v1.0.3 by MJSU

(16:39:29) | Loaded plugin Magic Wipe Panel v1.0.3 by MJSU



Merged post

So server restart fixed it
No there is a bug with it. I'm uploading the fix for it now.
Locked automatically