Kit permissions not working
i have a problem with permissions .
any player can redeem vip kit .

here it is a test of only one kit on the server .. VIP1 kit .

{
  "Kits": {
    "vip1": {
      "name": "vip1",
      "description": test,
      "max": 0,
      "cooldown": 0.0,
      "authlevel": 0,
      "hide": false,
      "npconly": false,
      "permission": "kits.vip1",
      "image": null,
      "building": null,
      "items": [
        {
          "itemid": -989755543,
          "container": "belt",
          "amount": 1,
          "skinid": 0,
          "weapon": false,
          "blueprintTarget": 0,
          "mods": []
        }
      ]
    }
  }
}​


group Admin or
Default group
have no kits.vip1 permission . and still can redeem it .

tVnDupL.jpg





any help pls ?
In response to rekoo20 ():
any help pls ?
You have to make the auth level the same as your VIP's = 1 so default players cannot get them,
Did you grant the permission to the VIP group ?
In response to pookins ():
You have to make the auth level the same as your VIP's = 1 so default players cannot get them,
...

as you can see .. vip kits have a permission Kits.vip1
and default group don't have this permission .. but still can redeem it . 

Then you have somehow granted group default the permission, try /oxide.revoke group default kits.vip1 and see if that works.
I also note that you have
 "authlevel": 0,​
Instead of "authlevel": 1,  which is usually for vips.
In response to pookins ():
Then you have somehow granted group default the permission, try /oxide.revoke group default kits.vip...

no not working ..

and can't give vip players authlevel 1 its for mods

In response to rekoo20 ():
no not working ..and can't give vip players authlevel 1 its for mods
There is nothing (I have seen or read) in the documentation or video guides that specifies that "1" is reserved for "mods" , you might also use "1"  for Donators, VIP's or special groups , The main thing is that no one (or group) that has not been granted a permission can use it to redeem a kit.
I have several kits created for Ranks (which have been added to group names) for time spent on server, each one of those kits  has its own permission, default group players cannot redeem those kits as they have not been granted the permission(s).