Roles not being mentionedFixed
Hi, thanks for the update to include @mentions. I can't get it to work properly, though. Role mentions (I have 2 configured) are showing as <&ROLEID1> <&ROLEID2> at the end of the message in the Discord channel, where ROLEID is the unique ID specified in the config.

Tried deleting lang/en/Keywords.json and having the plugin recreate it, and restarting the server as well.

Here's my config:
{
  "Permission required to trigger keywords (true/false)": false,
  "Include original message (true/false)": true,
  "Notify configured players in chat (true/false)": false,
  "IDs to notify in chat": [
  ],
  "Notify configured group in chat (true/false)": true,
  "Groups to notify in chat": [
    "admin",
    "moderator"
  ],
  "Notify using GUI (true/false)": true,
  "Banner color to use for GUI (RGBA or color name)": "0.1 0.1 0.1 0.7",
  "Text color to use for GUI (RGB or color name)": "1 1 1",
  "Notify on Discord (true/false)": true,
  "Roles to mention on Discord": [
    "ROLEID1",
    "ROLEID2"
  ],
  "Users to mention on Discord": [
  ],
  "Discord webhook URL": "WEBHOOKURL",
  "Keywords to listen for in chat": [
    "admin",
    "admins"
  ]
}

I'm also using GUI Announcements but not getting a banner notification when the keywords are mentioned. Might be a separate issue, but mentioning it in case it may be relevant. In-game chat notifications to the configured Oxide groups are working perfectly.

Could this be an issue with something on my end? Using with Oxide v2.0.4385
Thanks, this should be fixed in an upcoming release.
Thanks!

After setting the role ID in the config im get this in discord:

KeywordsBOTToday at 1:31 AM
Keyword(s) (help) have been used by Deicide (7656119*************) | Just testing help system <&692168567017177149> @Deicide

Where  "<&692168567017177149>" should be @staff

Merged post

Thanks for merge Wulf
Locked automatically