PVP and raiding scheduleSolved

I am trying to set my server up to have Thursday - Sunday PvP only, and Monday - Wednesday Raiding enabled. I will post my schedule below from the config file...

"Schedule": {
"enabled": true,
"useRealtime": true,
"broadcast": true,
"entries": [
"4.16:00 default PvP only enabled!",
"1.16:00 raiding Raiding enabled!"
]
},

I have the ruleset set up correctly to match the schedule, but my question is, if I do server restarts daily, will the schedule above work for what I am trying to do or will the restarts affect the pvp/raiding schedule?

I am referring to the days other than Monday (1) and Thursday (4).
hi OfficialJaco how will the server go back to pve if i set this like you have ?
The way it's set up in the above example, Thursday (4) at 16:00 through Monday (1) at 15:59 it will be pvp only, then Monday (1) at 16:00 through Thursday (4) at 15:59 will be pvp and raiding.
will i be ok to have a copy of your config please and then i can mess about with the days ?
Yeah go ahead man!
i will need to see how you setup ruleset please 
"RuleSets": [
{
"name": "default",
"enabled": true,
"defaultAllowDamage": false,
"flags": "AuthorizedDamage, NoHeliDamage, HumanNPCDamage, LockedBoxesImmortal, LockedDoorsImmortal",
"rules": [
"anything can hurt dispensers",
"anything can hurt players",
"players can hurt players",
"anything can hurt traps",
"traps can hurt players",
"players cannot hurt barricades",
"barricades can hurt players",
"highwalls can hurt players",
"anything can hurt heli",
"anything can hurt npcs",
"fire can hurt players",
"anything can hurt resources"
]
},
{
"name": "raiding",
"enabled": true,
"defaultAllowDamage": true,
"flags": "AuthorizedDamage, HumanNPCDamage",
"rules": [
"anything can hurt dispensers",
"anything can hurt players",
"players can hurt players",
"anything can hurt traps",
"traps can hurt players",
"players can hurt barricades",
"barricades can hurt players",
"highwalls can hurt players",
"anything can hurt heli",
"anything can hurt npcs",
"fire cannot hurt players",
"anything can hurt resources"
]
},

I didn't have my old config file but I set up one that I think is about how I had it.

thank you so much
Locked automatically