This plugins will enforce the group limit on 90% of my players but there is like 10% of my players that it dosen't work with. I tried manually adding all the items to the list but nope, made sure that enforce was true and all everythings set to how i want it.
{
"Limits": [
{
"Type Name": "Any",
"Max Authorized": 3,
"Shortnames": [
"cupboard.tool.deployed",
"door.hinged.metal",
"autoturret.deployed",
"autoturret_deployed",
"autoturret",
"door.double.hinged.metal",
"door.double.hinged.wood",
"door.hinged.wood",
"door.hinged.toptier",
"door.double.hinged.toptier",
"wall.frame.garagedoor",
"global"
],
"Disable For Decaying Structures": true,
"Notify Player": true,
"Notify Owner": true,
"Enforce": true,
"Deauthorize": true,
"Deauthorize All": false,
"Discord": {
"Webhook": "https://discord.com/api/webhooks/798883292807036938/cq1DvVTgIchoaySc8jFUsVRSog3G-l6Wobu3aCmRcZ-3_us14xlVN6E448wyD52G5ZcA",
"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": false
}
],
"Log Format": "[{time}] {id} ({name}) authorized on {shortname}/{entid} ({type}) at ({position})"
} 


