Multiple auto responses doesn't work

Hello,

i've try with => next, wipe, wiped, next wipe in the chat and its same... auto response doesn't send all message...
Only this below are send to the chat.

Tape /info pour connaître le prochain wipe !
{
  "Chat Prefix": "Bot ",
  "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)": 2,
  "Debug": true,
  "Allow Multiple Auto Responses": true,
  "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": "smartchatbot.messages",
      "Message Frequency": "5m",
      "Auto Messages": [
        {
          "Is Enabled": true,
          "Message": "Do not mind, I am just a stupid bot."
        }
      ]
    }
  ],
  "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)": false,
          "Triggers": [
            {
              "Percentage Of Contained Words": 0.15,
              "Regex Enabled": false,
              "Words": [
                "regle",
				"règle",
                "regles",
				"règles",
				"règlement",
				"info"
              ]
            }
          ],
          "Answers": [
            "Tape /info pour connaître les règles ainsi que toutes les commandes !"
          ]
        },
        {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": false,
		  "Triggers": [
           {
              "Percentage Of Contained Words": 0.50,
              "Regex Enabled": true,
              "Words": [
                "rules",
				"rule"
              ]
            }
          ],
          "Answers": [
            "See /rules for see all infos and rules for this server! (/info is available for french user's only)"
          ],
        },
        {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": false,
		  "Triggers": [
           {
              "Percentage Of Contained Words": 0.15,
              "Regex Enabled": true,
              "Words": [
                "next",
				"wipe",
				"wiped"
              ]
            }
          ],
          "Answers": [
           "Tape /info pour connaître le prochain wipe !",
		   "See /rules for see the next wipe !"
          ],
        },
        {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": false,
		  "Triggers": [
           {
              "Percentage Of Contained Words": 0.15,
              "Regex Enabled": true,
              "Words": [
                "blue",
				"bleu",
                "scientists"
              ]
            }
          ],
          "Answers": [
           "Les scientifiques/Zombies sont présents sur ce serveur. Scientists/Zombie are present on this server"
          ],
        },
        {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": false,
		  "Triggers": [
           {
              "Percentage Of Contained Words": 0.15,
              "Regex Enabled": true,
              "Words": [
                "smurf",
                "murderer",
                "zombie",
                "npc"
              ]
            }
          ],
          "Answers": [
           "Les scientifiques/Zombies sont présents sur ce serveur. Scientists/Zombie are present on this server"
          ],
        }
      ]
    }
  ]
}

Simple auto response work fine

Cheers,

Hm. Make sure you have granted the permission. Try also adding the third answer. Clarify what you tried and what you want to achieve
permission is granted.

In chat, write => next or wipe or wiped or next wipe => i get only the first answer... its normal so?
No it's not. Try to add more answers
added 1 answer:
        {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": false,
		  "Triggers": [
           {
              "Percentage Of Contained Words": 0.15,
              "Regex Enabled": true,
              "Words": [
                "next",
				"wipe",
				"wiped"
              ]
            }
          ],
          "Answers": [
           "Tape <color=#FF0000>/info</color> pour connaître le prochain wipe !",
		   "See /rules for see the next wipe!",
		   "Do not mind, I am just a stupid bot."
          ],
        },​

debug on:

[Smart Chat Bot] DEBUG: Called OnBetterChat
[Smart Chat Bot] DEBUG: Called HandleChatMessage
[Smart Chat Bot] DEBUG: tNow: 1573295713
[Smart Chat Bot] DEBUG: lastSent: 0
[Smart Chat Bot] DEBUG: Matched: 0
[Smart Chat Bot] DEBUG: Matched: 0
[Smart Chat Bot] DEBUG: Matched: 0.3333333
[Smart Chat Bot] DEBUG: Matched message
[Smart Chat Bot] DEBUG: Matched: 0
[Smart Chat Bot] DEBUG: Matched: 0
[Smart Chat Bot] DEBUG: Matched. Changing cooldown info.
Calling 'OnBetterChat' on 'SmartChatBot v2.0.10' took 181ms
[Better Chat] Tanki: next
Calling 'OnPlayerChat' on 'BetterChat v5.1.4' took 455ms
[Smart Chat Bot] DEBUG: SengMessage: <color=#787FFF>F4F Bot </color>Do not mind, I am just a stupid bot.
[Smart Chat Bot] DEBUG: Called OnBetterChat
[Smart Chat Bot] DEBUG: Called HandleChatMessage
[Smart Chat Bot] DEBUG: tNow: 1573295725
[Smart Chat Bot] DEBUG: lastSent: 1573295713
[Smart Chat Bot] DEBUG: Matched: 0
[Smart Chat Bot] DEBUG: Matched: 0
[Smart Chat Bot] DEBUG: Matched: 0.3333333
[Smart Chat Bot] DEBUG: Matched message
[Smart Chat Bot] DEBUG: Matched: 0
[Smart Chat Bot] DEBUG: Matched: 0
[Smart Chat Bot] DEBUG: Matched. Changing cooldown info.
Calling 'OnBetterChat' on 'SmartChatBot v2.0.10' took 184ms
[Better Chat] Tanki: wipe
Calling 'OnPlayerChat' on 'BetterChat v5.1.4' took 215ms
[Smart Chat Bot] DEBUG: SengMessage: <color=#787FFF>F4F Bot </color>Tape <color=#FF0000>/info</color> pour connaître le prochain wipe !
[Smart Chat Bot] DEBUG: Called OnBetterChat
[Smart Chat Bot] DEBUG: Called HandleChatMessage
[Smart Chat Bot] DEBUG: tNow: 1573295738
[Smart Chat Bot] DEBUG: lastSent: 1573295725
[Smart Chat Bot] DEBUG: Matched: 0
[Smart Chat Bot] DEBUG: Matched: 0
[Smart Chat Bot] DEBUG: Matched: 0.6666667
[Smart Chat Bot] DEBUG: Matched message
[Smart Chat Bot] DEBUG: Matched: 0
[Smart Chat Bot] DEBUG: Matched: 0
[Smart Chat Bot] DEBUG: Matched. Changing cooldown info.
Calling 'OnBetterChat' on 'SmartChatBot v2.0.10' took 144ms
[Better Chat] Tanki: wiped
Calling 'OnPlayerChat' on 'BetterChat v5.1.4' took 335ms
[Smart Chat Bot] DEBUG: SengMessage: <color=#787FFF>F4F Bot </color>See /rules for see the next wipe!
[Smart Chat Bot] DEBUG: Called OnBetterChat
[Smart Chat Bot] DEBUG: Called HandleChatMessage
[Smart Chat Bot] DEBUG: tNow: 1573295747
[Smart Chat Bot] DEBUG: lastSent: 1573295738
[Better Chat] Tanki: next wipe
192.168.1.15:58736/76561197984580089/Tanki kicked: Packet Flooding: Player Tick
[Smart Chat Bot] DEBUG: Called HandleBroadcast
[Smart Chat Bot] DEBUG: Active Message: 0

"next wipe" return nothing...

Thanks for a fix please