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
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})"
}