Schedule not workingSolved
Seems to be an issue with the schedule not working? I have set mulitple times, and nothing broadcasts or changes to the other ruleset. What am I missing?

@rfc1920 what am I missing even when I try in console tpve.sched enable it keeps telling me Schedule is not valid
"Schedule": {
"enabled": true,
"useRealtime": true,
"broadcast": true,
"entries": [
"*.12:00 raid The PURGE"
]
},​
same problem here.  Did you ever figure it out?

Merged post

So I figured out my issue with the schedule being invalid... it was just a syntax error for me, but my schedules still aren't firing.  Double-checked my servertime: it's hosted so Ii had to offset it for my timezone and I'm sure that math is correct, but it is still not firing.

Any thoughts out there?

  "Schedule": {
    "enabled": true,
    "useRealtime": true,
    "broadcast": true,
    "entries": [
      "5.01:00 purge Purge has Started!",
      "1.11:00 chill Purge is OVER!"
    ]
  },
I've spent the last 2 weeks trying to find a working plugin for PVE at certain times of the day with no look (Even paid) 

Anyone had more luck than me? :-/
I've gotten the realtime timer to work somehow, my guess is syntax error... but i still would like a timer that is starting from wipe so i can automate a purge/raid schedule
I've just become maintainer and I'll take a look at this when I have some free time.
Locked automatically