Needs Random TimerSuggestion

This plug-in needs a Randomized timer.  Something that allows admins to set the min/max time in the config and the plugin would choose to execute that command when that timer reaches the random number of secs.

Example:
"Randomized-Timer": {
"Min": 60,
"Max": 120,
"command3 arg",

Thanks for suggesting, great idea!

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.