Group enforcement not workingSolved
Hi, with the new version groups seem to be able to break group limits. I'm expecting to only see a max of 5 people authed on anything.
https://imgur.com/vHfhQdX

My config
{
  "Limits": [
    {
      "Type Name": "Any",
      "Max Authorized": 5,
      "Shortnames": [
        "global"
      ],
      "Disable For Decaying Structures": false,
      "Notify Player": true,
      "Notify Owner": true,
      "Enforce": false,
      "Deauthorize": false,
      "Deauthorize All": false,
      "Discord": {
        "Webhook": "",
        "Inline": true,
        "Title": "Group Limit: Exceeded or deauthorized",
        "Color": 0,
        "Player Title": "Player",
        "Player": "{name}/{id}",
        "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})"
}​
Well that is because enforcement is turned off. Consider turning it on. lol
5b6ed4c9ac8e4.jpg misticos
Well that is because enforcement is turned off. Consider turning it on. lol

My bad, sorry Misticos, i miss understood the wording regarding community servers. Sorry for the silly question, appreciate the quick reponse none the less!

Locked automatically