Not enforcing group limit

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})"
}​
 
Players Over Group Limit

How did you test it, on what entities, maybe some screenshots or a video?

theres a screenshoot above that shows 4 people auth to a TC. used admin hammer to get the info of the TC. also here is a Auto turret Auth list

Auto turret

I seem to be having the same issue.  I have set group limit to 2 and set deauthorize & deauthorize all to true but I have seen upto 4 players on a TC lately when I check with /auth.  I don't think it is deauthing old players properly.

Seems like dropbox stuffed out with the images so I've reuploaded them to Imgur

Turret

TC

You have "global" in shortnames which makes all the other shortnames redundant. Not sure if that is contributing to your issue.