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:
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
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