Can't get plugin to work properly

{
"Permission": "EntityLimit.tc",
"Priority": 0,
"Limits Global": {
"assets/prefabs/deployable/tool cupboard/cupboard.tool.deployed.prefab": 2
},
"Limits Building": {}
},

but with the perm i can place more than 2 TC

Are you sure you have right permission? What is full config?

I have the good permission

{
  "Commands": [
    "buildinglimits",
    "limits",
    "limit",
    "blimit"
  ],
  "Permission cache time (seconds)": 700,
  "Warn about limits every X entities": 500,
  "Permissions": [
    {
      "Permission": "EntityLimit.default",
      "Priority": 0,
      "Limits Global": {
        "*": 8000,
        "assets/prefabs/deployable/furnace/furnace.prefab": 2
      },
      "Limits Building": {
        "*": 4000
      }
    },
    {
      "Permission": "EntityLimit.vip",
      "Priority": 0,
      "Limits Global": {
        "*": 8000,
        "assets/prefabs/deployable/furnace/furnace.prefab": 2
      },
      "Limits Building": {
        "*": 4000
      }
    }
  ]
}


Merged post

i tested with it, not working too

only * work

You need to put * only after all other entries (put it onlt at last)

oh !will try it

Merged post

that's working, thanks a lot