Hello everyone!
I am trying to use the plugins I mentioned in the title because, apparently, the Event Automation in Earthquake do not work at all (here's my config):

  "Event Automation": {
    "Automate earthquake events": true,
    "Minimum amount of time between events (minutes)": 360,
    "Maximum amount of time between events (minutes)": 1440,
    "Presets to choose from (chosen at random)": [
      "Mild",
      "Medium",
      "Intense"
    ]
  },

Now, Earthquake have both chat and console commands so I tried this configuration in Timed Execute but it doesn't work at all.

{
  "EnableInGameTime-Timer": false,
  "EnableRealTime-Timer": false,
  "EnableTimerOnce": true,
  "EnableTimerRepeat": false,
  "InGameTime-Timer": { },
  "RealTime-Timer": { },
  "TimerOnce": {
    "quake Mild": 86400,
    "quake Medium": 172800,
    "quake Intense": 345600,
    "reset.timeronce": 432000
  },
  "TimerRepeat": {
  }
}

I suppose that the command in "TimerOnce" is a console command, right?
Yet it doesn't work.
I am using Time Of Day and I've read that it could interfere with Timed Execute. Is there a way to circumvent this issue?

The numbers indicate that I want a mild earthquake every day, a medium one every 2 days and an intense one every 3 and, if I got it right, the timer will reset after one day after an intense earthquake.

Am I doing something wrong here?