No replies on multiple answers

Hi

Ive tried some of the different options from previous issues and i cannot get it working

Any help would be hugely appreciated

 

{
  "Chat Prefix": "<color=#ACFA58>Scandinavian Rust Bot </color>",
  "Show Chat Prefix": true,
  "Bot Icon (SteamID)": 76561198067558667,
  "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": 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": "25m",
      "Auto Messages": [{
        "Is Enabled": true,
        "Message": "use /info for Server rules and Commands"
      }]
    },
    {
      "Permission": "smartchatbot.messages",
      "Message Frequency": "120m",
      "Auto Messages": [{
        "Is Enabled": true,
        "Message": "Weekly wipes on Wednesdays"
      }]
    },
    {
      "Permission": "smartchatbot.messages",
      "Message Frequency": "130m",
      "Auto Messages": [{
        "Is Enabled": true,
        "Message": "Daily Shutdown for Maintanence at 9AM till 10 AM "
      }]
    }
  ],
  "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.25,
          "Regex Enabled": false,
          "Words": [
            "wipe"
          ]
        }],
        "Answers": [
          "Last Wipe 27-11-2019. Next Wipe 04-12-2019."
        ]
      },
      {
        "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.25,
          "Regex Enabled": false,
          "Words": [
            "admin"
          ]
        }],
        "Answers": [
          "If Admins are unavailable use Discord or a Staff may be able to help. Discord Invite *"
        ]
      },
      {
        "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.25,
          "Regex Enabled": false,
          "Words": [
            "backpack"
          ]
        }],
        "Answers": [
          "use /backpack to open or to BIND Backpack press F1 and type BIND B backpack.open"
        ]
      },
      {
        "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.25,
          "Regex Enabled": false,
          "Words": [
            "member",
            "Members"
          ]
        }],
        "Answers": [
          "Join our Discord. Do /discord to get more details. It is free"
        ]
      }
    ]
  }]
}
Please, clarify what you expect it to do and what it does, and what you send in chat.

Hi misticos. 

 

well i expected it to work when a person writes in chat wipe for the bot to reply with the answer ive given. At the moment the bot doesnt respond to anything that is typed

Maybe you forgot to grant a permission or set your chat plugin option.
As Misticos says you need to grant the permission smartchatbot.response to the players/group you want to be able to trigger the responses.

This is how i got mine to trigger, as you can see I have 2 different triggers each with its own response:

https://pastebin.com/raw/4G1Dpn6t