About Event Manager System
Event Manager is a super light weight and easy way to manage your server's events, ensuring consistency. This is perfect if you're tired of having different events happening at the same time.
Simply disable the normal automatic timers in your event's configs. Add the starting command to this plugin's config file, and set your timer.
The plugin knows what event it ran last, and it will ensure that it doesn't run the same event twice in a row. You can add as many events as you like.
Config: Using the config below, your server will pick a random command to send every 2 to 3 hours.
{
"EventCommands": [
"convoystart", // command 1
"atrainstart" // command 2
],
"MaxTimeInterval": 10800.0, // 3 hours in seconds
"MinTimeInterval": 7200.0 // 2 hours in seconds
}