Mod Instructions:
A config folder(RaidSchedule} and file (RaidScheduleV2.json) will be be automitcally created in your servers profile folder. Below is an example config. You just need to add/remove days, start hour, start minute and duration of the raid. Start hour/minute is set using your local time and duration is set in minutes
{
    "RaidDays": [
        {
            "DayOfWeek": "Sunday",
            "StartHour": 0,
            "StartMinute": 0,
            "Duration": 240
        },
  {
            "DayOfWeek": "Friday",
            "StartHour": 20,
            "StartMinute": 0,
            "Duration": 240
        },
  {
            "DayOfWeek": "Saturday",
            "StartHour": 0,
            "StartMinute": 0,
            "Duration": 1440
        }
    ]
}