Properly set up group limitations?Solved
So far Ive had this on my server as a Trio limitation. But literally all it does, is boot someone off the codes and TC privilege and replaces them with who ever typed it in last. What Im wanting, is it WONT let anyone else access the CODE or TC regardless of having the code, ONCE the trio limitations are met. How to go about doing this as this seems to be the only plugin that is close to what Im wanting. But I dont see anywhere within the config that allows something mroe strict like this? ANy help is appreciated, thanks.
YESS!!! THis is exactly what I was looking for!! Thank you!

Especially the server commands! "relationshipmanager.maxsize 3"!!! I was always wondering how to limit team size, as I personally was always breaking this rule on group limit servers. Its funny, ive NEVER seen any group limit server actually use this! ITs perfect too! Thanks again @Dana!

Merged post

Also, another thing I really wanted from this post, but actually figured it out just now, was the proper setup for the "Group-Limits" plugin. I realized that change a few boolean values at the top such as "Enforce: True" which made it strict, so no one can add to the TC once 3 people have been added. Which is exactly what I wanted. Here is my config file for anyone else wanting the same. The door Limiter was also someting I wanted, but didnt know existed! This as default is perfectly fine. 
{
  "Limits": [{
    "Type Name": "Any",
    "Max Authorized": 3,
    "Shortnames": [
      "global"
    ],
    "Disable For Decaying Structures": true,
    "Notify Player": true,
    "Notify Owner": true,
    "Enforce": true,
    "Deauthorize": false,
    "Deauthorize All": false,
    "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}) Over Authorized - ADMIN Notified."
}​
Locked automatically