Messages not sending to DiscordSolved
not sure why.. I added the webhook to the plugin.

tried to auth on a tc and it kicked a player off but didnt send anything to the DC. any ideas?
{
  "Limits": [{
    "Type Name": "Any",
    "Max Authorized": 2,
    "Shortnames": ["cupboard.tool.deployed", "autoturret_deployed", "lock.code"],
    "Disable For Decaying Structures": false,
    "Notify Player": true,
    "Notify Owner": true,
    "Enforce": false,
    "Deauthorize": true,
    "Deauthorize All": false,
    "Discord": {
      "Webhook": "webhook is in there",
      "Inline": true,
      "Title": "Group Limit: Exceeded or deauthorized",
      "Color": 0,
      "Player Title": "Player",
      "Player": "{name}/{id}",
      "Authed Title": "Authorized Players",
      "Authed": "{list}",
      "Authed Entry": "{name}/{id}",
      "Authed Separator": "\n",
      "Entity Title": "Entity",
      "Entity": "{shortname}/{id} ({type})",
      "Position Title": "Position",
      "Position": "teleportpos {position}"
    },
    "Log To File": true
  }],
  "Log Format": "[{time}] {id} ({name}) authorized on {shortname}/{entid} ({type}) at ({position})"
}​
From the moment you change from global to shortnames, discord messages doesn't work tested it all around.
im pretty sure shortnames shouldnt change the notification behaviour as long as other features work
5f5631c33fa20.png misticos
im pretty sure shortnames shouldnt change the notification behaviour as long as other features work

the plugin works. but not getting notifications, i have the hook in there, the DC has worked with outer plugings that need hooks.

thanks guys, not sure why i do not get email notifications here, i didnt know any one repied :( thanks
I am not getting notifications in discord either. 
Go to your settings and change notifications to email :)
Zeeth
I am not getting notifications in discord either. 
TingTing44
Go to your settings and change notifications to email :)

There's no email option..

I just added the webhook and it's not sending the message to discord at all

Locked automatically