Can't get more than two responses addedSolved
Is it possible to add 3 auto responses the bottom one does not work
{
  "Chat Prefix": "<color=#FFFF00>Platinum</color> <color=#FFFF00>bot</color>",
  "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": false,
  "Allow Multiple Auto Responses": false,
  "Minimal Time Between Message And Answer": 1,
  "Maximal Time Between Message And Answer": 5,
  "Joining Message Enabled": false,
  "Leaving Message Enabled": false,
  "Auto Messages": [
    {
      "Permission": "smartchatbot.messages",
      "Message Frequency": "20m",
      "Auto Messages": [
        {
          "Is Enabled": true,
          "Message": ": Join our <color=#007fff>discord</color> <color=#FFFF00>**************</color>! For awesome <color=#bfff00>perks</color>!"
        }
      ]
    }
  ],
 "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": false,
              "Words": [
                "auth"
              ]
            }
          ],
          "Answers": [
            ": 1. Join our <color=#738ADB>discord</color> 2. In rust type <color=#738ADB>/auth</color> 3. message the <color=#FFFF00>Platinum</color> bot the code. When authenticated You can now claim 2 discord  <color=#bfff00>kits</color>, <color=#bfff00>/skin</color> and extra <color=#bfff00>backpack</color> slots! "
          ]
        },
        {
          "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": false,
              "Words": [
                "admin"
              ]
            }
          ],
          "Answers": [
            ":  If a <color=#32CD32>admin</color> does not respond, contact them in our <color=#738ADB>discord</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.75,
              "Regex Enabled": false,
              "Words": [
                "discord",
                "link"
              ]
            }
          ],
          "Answers": [
            ": Discord link is <color=yellow>*************</color> if you do not know how to <color=blue>auth</color>, type auth in chat."
]
}
]
}​
You are not adding it properly because it should be within {}  to start with. use a json online editor
Locked automatically