Nextevent command not workingSolved

Tried using the /nextevent event command and for everything it says "cargo is not set to run via Automated Events" "ch47 is not set to run via Automated Events". My config is

{
  "Events": {
    "Bradley": {
      "AnnounceNext": false,
      "Enabled": true,
      "MaximumTimeBetween": 30,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00"
    },
    "CargoPlane": {
      "AnnounceNext": false,
      "Enabled": true,
      "MaximumTimeBetween": 120,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00"
    },
    "CargoShip": {
      "AnnounceNext": false,
      "Enabled": true,
      "MaximumTimeBetween": 270,
      "MinimumTimeBetween": 240,
      "NextRun": "1900-01-01T01:01:00"
    },
    "Chinook": {
      "AnnounceNext": false,
      "Enabled": true,
      "MaximumTimeBetween": 180,
      "MinimumTimeBetween": 120,
      "NextRun": "1900-01-01T01:01:00"
    },
    "EasterEvent": {
      "AnnounceNext": false,
      "Enabled": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00"
    },
    "HalloweenEvent": {
      "AnnounceNext": false,
      "Enabled": false,
      "MaximumTimeBetween": 70,
      "MinimumTimeBetween": 65,
      "NextRun": "1900-01-01T01:01:00"
    },
    "Helicopter": {
      "AnnounceNext": false,
      "Enabled": true,
      "MaximumTimeBetween": 150,
      "MinimumTimeBetween": 120,
      "NextRun": "1900-01-01T01:01:00"
    },
    "SantaEvent": {
      "AnnounceNext": false,
      "Enabled": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00"
    },
    "XMasEvent": {
      "AnnounceNext": false,
      "Enabled": false,
      "MaximumTimeBetween": 120,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00"
    }
  },
  "Settings": {
    "UseGUIAnnouncementsPlugin": "false"
  }
}
If I set both "AnnounceNext" and "Enabled" to true. The /nextevent command works. If I have "AnnounceNext" or "Enabled" set to false, the /nextevent command doesn't work and the events actually don't seem to trigger at all.
Did you grant the permission?

automatedevents.next This allows a player to use the /nextevent command in game to see the time till the next event. Admins have access granted automatically.

/nextevent on requires Enabled, AnnounceNext controls if it announces the next event when scheduled.
5b5c36c6b9361.png mspeedie
Did you grant the permission?

automatedevents.next This allows a player to use the /nextevent command in game to see the time till the next event. Admins have access granted automatically.

/nextevent on requires Enabled, AnnounceNext controls if it announces the next event when scheduled.

I'm auth 2 on my server. Doesn't work for me or my auth 1 admins. The command works if you have BOTH Annoucenext and Enabled set to true. If either Annoucenext OR Enabled are set to false, the /nextevent command does not work and events do not trigger automatically.

Locked automatically