Plugin broken since yesterday wipeNot An Issue

all in the title

"Broken". What means broken?

Its not loading/compiling?
Showing errors?
Not counting objects properly?

What of these?

Hi, in my server the buildings limits for turret dont work, the plugin keep the global instead!

You can fix that error? 

FullGamer

Hi, in my server the buildings limits for turret dont work, the plugin keep the global instead!

You can fix that error? 

Attach your config

{
  "Commands": [
    "buildinglimits",
    "limits",
    "limit",
    "blimit"
  ],
  "Permission cache time (seconds)": 700,
  "Warn about limits every X entities": 50,
  "Permissions": [
    {
      "Permission": "EntityLimit.default",
      "Priority": 0,
      "Limits Global": {
        "foundation": 80,
        "foundation.triangle": 100,
        "assets/prefabs/deployable/tool cupboard/cupboard.tool.deployed.prefab": 10,
        "assets/prefabs/npc/autoturret/autoturret_deployed.prefab": 30,
        "assets/prefabs/npc/sam_site_turret/sam_site_turret_deployed.prefab": 10,
        "*": 1000
      },
      "Limits Building": {
        "foundation": 400,
        "foundation.triangle": 400,
        "assets/prefabs/npc/autoturret/autoturret_deployed.prefab": 20,
        "*": 5000
      }
    },
    {
      "Permission": "EntityLimit.vip",
      "Priority": 1,
      "Limits Global": {
        "foundation": 200,
        "assets/prefabs/building core/roof/roof.prefab": 200,
        "*": 2000
      },
      "Limits Building": {
        "foundation": 200,
        "foundation.triangle": 200,
        "assets/prefabs/npc/autoturret/autoturret_deployed.prefab": 200
      }
    },
    {
      "Permission": "EntityLimit.nolimit",
      "Priority": 999,
      "Limits Global": {},
      "Limits Building": {}
    },
    {
      "Permission": "EntityLimit.debug",
      "Priority": 9999,
      "Limits Global": {
        "foundation": 3,
        "*": 15
      },
      "Limits Building": {
        "foundation": 2,
        "*": 5
      }
    }
  ]
}


Merged post

Even the building config in 20 i can put 30 in one TC!
Locked automatically