Can't seem to get the bot to work

(15:52:16) | [Smart Chat Bot] DEBUG: Handling Message Group (ID: 0)

(15:52:16) | [Smart Chat Bot] DEBUG: Handling Response Group (ID: 0)

(15:52:16) | Loaded plugin Smart Chat Bot v2.0.6 by Iv Misticos

(15:52:22) | Plugin: SmartChatBot

Version: 2.0.6

Debug enabled: True

Server IP: 108.61.33.125

Average FPS: 190.6

Auto Responses Amount: 1

Triggers Amount: 1

Auto Messages Amount: 1




Merged post

It's now announcing itself, but not working on triggers

(16:11:53) | [Smart Chat Bot] DEBUG: Called OnPlayerChat

(16:11:53) | [Smart Chat Bot] DEBUG: Called HandleChatMessage

(16:11:53) | [Smart Chat Bot] DEBUG: tNow: 1548709913

(16:11:53) | [Smart Chat Bot] DEBUG: lastSent: 0

(16:11:53) | [Smart Chat Bot] DEBUG: Matched: 0.2

(16:11:53) | [CHAT] [Staff] Rev[] : help

(16:11:53) | {

"Message": "help",

"UserId": ,

"Username": "[Staff] Rev",

"Color": "#5af",

"Time": 1548709913

}

Hey!
Can you please provide your configuration and plugin for chat you're using?
Sure, and thank you! No chat plugin, just default.
{
  "Chat Prefix": "<color=#787FFF>Bot </color>",
  "Show Chat Prefix": true,
  "Bot Icon (SteamID)": 76561198843790155,
  "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": true,
  "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": "smartchatbot.messages",
      "Message Frequency": "30m",
      "Auto Messages": [
        {
          "Is Enabled": true,
          "Message": "I'm the REVolution3x chat bot."
        }
      ]
    }
  ],
  "Auto Responses": [
    {
      "Permission": "smartchatbot.response",
      "Auto Responses": [
        {
          "Is Enabled": true,
          "Remove Message From Sender": true,
          "Send Response For Everyone (true) or Only For Sender (false)": true,
          "Triggers": [
            {
              "Percentage Of Contained Words": 0.75,
              "Regex Enabled": false,
              "Words": [
                "How",
                "admin",
                "help",
                "work",
                "staff"
              ]
            }
          ],
          "Answers": [
            "All information you may need for using a mod or contacting an admin can be found on the server website. Please go to revolution3x.com or click Esc and then click View Webpage"
         
          ]
        }
      ]
    }
  ]
}​
Hey!
Change percentage of contained words to 0.2 if you want every of it's word to work.