All auto messages posting at once

I have Multiple Auto Messages set to go on the server at diffrent intrvals, some reason i keep getting
 them all posting at once (not all the time) but more then just being a coincidence!

{
  "Chat Prefix": "Server Auto Message:  ",
  "Show Chat Prefix": true,
  "Bot Icon (SteamID)": 0,
  "Cooldown Between Auto Responses For User": "10s",
  "Global Cooldown Between Auto Responses": "2s",
  "Use Default Chat (0), Chat Plus (1), Better Chat (2)": 0,
  "Debug": false,
  "Allow Multiple Auto Responses": false,
  "Minimal Time Between Message And Answer": 1,
  "Maximal Time Between Message And Answer": 5,
  "Welcome Message": [
    "Welcome, {name}!",
    "Hello, dear {name}!",
    "Hello, {name}! Your IP: {ip}"
  ],
  "Welcome Message Enabled": false,
  "Joining Message": [
    "Welcome, {name} ({id}, {ip})!",
    "Hello, dear {name} ({id}, {ip})!",
    "{name} came from {country} ({countrycode})"
  ],
  "Leaving Message": [
    "Bye, {name} ({id}, {ip})!\nReason: {reason}",
    "{name} ({id}, {ip}) left the game. Reason: {reason}",
    "{name} from {country} ({countrycode}) just left the game!"
  ],
  "Joining Message Enabled": false,
  "Leaving Message Enabled": false,
  "Show Joining Message To Player That Joined": false,
  "Show Leaving Message To Player That Left": false,
  "Auto Messages": [
    {
      "Permission": "",
      "Message Frequency": "20m",
      "Auto Messages": [
        {
          "Is Enabled": true,
		  "Message": "Need help? To view all server commands <color=#ffc04d>/help</color>"
        }
      ]
    },
	{
      "Permission": "",
      "Message Frequency": "45m",
      "Auto Messages": [
        {
          "Is Enabled": true,
		  "Message": "Reminder: Is it encouraged to help new players or fresh spawns to guide them to the right path. (But keep it short) Extended interactions with other players outside of safe zones will be marked for teaming and will be banned!"
        }
      ]
    },
	{
      "Permission": "",
      "Message Frequency": "60m",
      "Auto Messages": [
        {
          "Is Enabled": true,
		  "Message": "Reminder: Trading is only allowed through Vending Machines, Trade Windows, in Outpost and in Bandit Camp!<color=#ffc04d>/rules</color>"
        }
      ]
    },
	{
      "Permission": "",
      "Message Frequency": "15m",
      "Auto Messages": [
        {
          "Is Enabled": true,
		  "Message": "Want a fast start? Discord members are granted a start kit! use <color=#B7CEFF>/discord</color> to claim yours!"
        }
      ]
    }
  ],
 "Auto Responses": [
    {
      "Permission": "smartchatbot.response",
      "Auto Responses": [
        {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": true,
          "Triggers": [
            {
              "Percentage Of Contained Words": 0.2,
              "Words": [
                "wipe",
				"!wipe"
				
              ]
            }
          ],
          "Answers": [
            "To view the wipe cycle <color=#ffc04d>/wipe</color>."
          ]
        },
          {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": true,
          "Triggers": [
            {
              "Percentage Of Contained Words": 0.2,
              "Words": [
                "Admin",
				"admin",
				"ADMIN"
              ]
            }
          ],
          "Answers": [
            "Need an Admin? Use <color=#fa2d3c>/message</color> or to report a player <color=#fa2d3c>/report</color>!"
          ]
        },
		  {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": true,
          "Triggers": [
            {
              "Percentage Of Contained Words": 0.2,
              "Words": [
                "teaming",
				"team",
				"duo",
				"Team",
				"Teaming",
				"Duo"
              ]
            }
          ],
          "Answers": [
            "Do not use global chat to report a player! Use <color=#fa2d3c>/message</color> or to report a player <color=#fa2d3c>/report</color>. Groups greater than 1 will be auto banned!"
          ]
        },
		  {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": true,
          "Triggers": [
            {
              "Percentage Of Contained Words": 0.2,
              "Words": [
                "!online",
				"!pop",
				"!players",
				"pop?"
				
              ]
            }
          ],
          "Answers": [
            "Use <color=#96fb8f>/online</color> to view current player count."
          ]
        },
		  {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": true,
          "Triggers": [
            {
              "Percentage Of Contained Words": 0.2,
              "Words": [
                "!kit",
				"KITS",
				"Kits?",
				"kit?"
              ]
            }
          ],
          "Answers": [
            "There is a starter kit for discord members: use <color=#c0c4fd>/discord</color> to claim!"
          ]
        }
      ]
    }
  ]

}
Sure, because they are not connected with each other. One is every 20m, other is every 45m, and third is every 60m. So 20m + 20m + 20m is 60 = every 3rd 20m goes with 60m message. Just make them in one auto message and add new messages below the Message Frequency.
In response to misticos ():
Sure, because they are not connected with each other. One is every 20m, other is every 45m, and thir...
so.. I am not the best with code.. how would one do that?

Thank you for your prompt reply!
The same way u did with auto message "group" itself, just with the auto messages where only one line that's below Message Frequency
In response to misticos ():
The same way u did with auto message "group" itself, just with the auto messages where only one line...
you lost me, i just gathered this from another post in the support forums here =) would you mind giving me a small example?
"Text",
"Text 2"
If u are not sure how to do this, try using online JSON editors
{
      "Permission": "",
      "Message Frequency": "45m",
      "Auto Messages": [
        {
          "Is Enabled": true,
		  "Message": "lolsoxlcsaco",
                  "Message": "lolsoxlcsaco"
        }

when i did this nothing wouild post

and this would post each message at 45m or pick a random one?

Pick one, AFAIK in order. Also my bad u need to duplicate from { to }, where u copied message. So below message Freq.
Anyone?
{
"Permission": "",
"Message Frequency": "60m",
"Auto Messages": [
{
"Is Enabled": true,
"Message": "Reminder: Trading is only allowed through Vending Machines, Trade Windows, in Outpost and in Bandit Camp!/rules"
},
{
"Is Enabled": true,
"Message": "Message2"
}
]
}
In response to misticos ():
{"Permission": "","Message Frequency": "60m","Auto Messages": [{"Is Enabled": true,"Message":...
tytytytyt