Not limiting code lock doorsBug
Good day
I have installed the Plugin it works on the TC but on code lock doors its not working am i missing Somthing
What is your configuration file? Are you using guest or not codes?
{
  "Limits": [{
    "Type Name": "Any",
    "Max Authorized": 1,
    "Shortnames": ["global", "lockcode", "autoturret"],
    "Disable For Decaying Structures": true,
    "Notify Player": true,
    "Notify Owner": true,
    "Enforce": true,
    "Deauthorize": false,
    "Deauthorize All": false,
    "Discord": {
      "Webhook": "https://discordapp.com/api/webhooks/xxx/xxx-xxx",
      "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": true
  }],
  "Log Format": "[{time}] {id} ({name}) authorized on {shortname}/{entid} ({type}) at ({position})"
Is it decaying?