Addding to this, would you be able to do a random command on schedule?
I use this to handle event plugins on my server among other things (one of my longest running plugins).
It works great, but it's a static schedule.
Same events, same time, every day.
Being able to run multiple events on the realtime timer, but randomizing them would be great.
I'm guessing time followed by group of plugins.
"00:00:00": [Plugin1, Plugin4, Plugin7, Plugin10, Plugin13]
"00:30:00": [Plugin3, Plugin5, Plugin9, Plugin12]
I'm not even sure if that's the proper formatting. But something along those lines.