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?
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})"
}