Discord notifications not sentSolved
Hello misticos ! your plugin has been working fine. But I changed channel and made a new webhook which I modified in the json, i reload GroupLimits on console, i have reboot server but now it doesn't send me any notifications anymore. do you know what it can come from. Ty for your job !!
{
  "Limits": [
    {
      "Type Name": "Any",
      "Max Authorized": 2,
      "Shortnames": [
        "global"
      ],
      "Disable For Decaying Structures": true,
      "Notify Player": false,
      "Notify Owner": false,
      "Enforce": false,
      "Deauthorize": false,
      "Deauthorize All": false,
      "Discord": {
        "Webhook": "https://discordapp.com/api/webhooks/xxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxx",
        "Inline": true,
        "Title": "Group Limit: Exceeded",
        "Color": 0,
        "Player Title": "Player",
        "Player": "{name}/{id}",
        "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})"
}
Locked automatically