Having trouble adding more triggers
Need help with adding more tiggers this is how mine looks 
"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.75,
"Regex Enabled": true,
"Words": [
"When",
"is",
"next",
"wipe",
"how",
"do",
"i",
"sink",
"cargo"
]
}
],
"Answers": [
":Server Wipes every week on Thursday at 12am EST",
":this is how"
]
}
]
}
]
}​
Create a new trigger (use a JSON online editor if you have issues doing that) between first [ and last ] on your screenshot
ya im not getting it can you please add in or show me how to add it in i need how to sink cargo is all 
{
  "Chat Prefix": "<color=#787FFF>Rusyt Bro's </color>",
  "Show Chat Prefix": true,
  "Bot Icon (SteamID)": 76561 # # # # # # # # # # # #,
  "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": 0.1,
  "Maximal Time Between Message And Answer": 3.0,
  "Welcome Message": ["Welcome, {name}!", "Hello, dear {name}!", "Hello, {name}! Your IP: { ip }"],
  "Welcome Message Enabled": true,
  "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": "Hey you, Dont mind me in a dumb 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)": true,
              "Triggers": [{
                    "Percentage Of Contained Words": 0.75,
                    "Regex Enabled": true,
                    "Words": ["When", "is", "next", "wipe", "how", "do", "i", "sink", "cargo", {
                      "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.75,
                          "Regex Enabled": true,
                          "Words": ["how", "d0", "i", "sink", "cargo"]
                        }],
                        "Answers": [":Server Wipes every week on Thursday at 12am EST", ":this is how"]
                      }]
                    }]
                  }​