Need help with trio server

I want to set up a trio server.
If i leave plugin cofig at default,will everything that works with auth be at max 3,including turrets,doors,cupboards 
Thank you.

{
  "Limits": [
    {
      "Type Name": "Any",
      "Max Authorized": 3,
      "Shortnames": [
        "cupboard.tool.deployed",
        "autoturret_deployed",
        "lock.code"
      ],
      "Disable For Decaying Structures": true,
      "Notify Player": true,
      "Notify Owner": true,
      "Enforce": true,
      "Deauthorize": false,
      "Deauthorize All": true,
      "Discord": {
        "Webhook": "",
        "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})"
}
 

Thank you very much.