Setting up VIP kits on command only?
Hi,

i want to make VIP kits but not on spawn i want people with the specific permission to be a VIP to do /kits in chat and they will see extra kits because they are VIP and other players won't be able to access it only people with the granted permissions. can u send me what i should add into my Config?
i have been trying to do this have you worked it out ?
In response to TrimTax ():
Hi,

i want to make VIP kits but not on spawn i want people with the specific permission t...
its all in the documentation,
When you create the kit in chat you choose, (as well as items/cooldown/max/description)
/kit hidden true
/kit authlevel 1
/kit permission true
/kit permission "ViPKIT1"

Then you grant vip's the permission using
/oxide.grant group VIP /kits.VIPKIT1

If you are setting up multiple choices for vip kits you would just create another kit with "VIPKIT2", "VIPKIT3", and grant the permissions the same way,
I have kits set up for Player Rankings plugin to reward players for long service and it works well. when you have set them up they should all appear (except for autokits) when you type /kit list  (*as admin) to redeem them the vip would type
/kit vipkit1 or whichever one they want.

ps, just make sure you have a VIP group set up in chat before you create the kit and add the permission.
Hello and thank you for the reply i did what you said but getting this 

Permission '/kits.VIPKIT1' doesn't exist

ps, just make sure you have a VIP group set up in chat before you create the kit and add the permission

do you mean setup a vip group if so i did this in rcon before i setup kit oxide.group add vip 


In response to Warkingz ():
Hello and thank you for the reply i did what you said but getting this Permission '/kits.VIPKIT1' d...
You do all kits in chat so its easier to set up the groups in chat as well (with betterchat installed) ,
check what groups are set up on your server by typing   /chat group list 
To add a group type:  /chat group add <groupname>
Make sure  you have admin permission to create groups in chat if not type
oxide.grant user <name or ID> betterchat.admin

You create the permission when you create the kit
/kit permission "VIPKIT1" and a confirmation will come up saying the permission has been created. to redeem it you type /kit VIPKIT1 *if you have been granted the permission


Just to make sure , you have already created the VIPKIT1 ? 
i have but i will /kit remove <name> -- remove a kit from the database

Merged post

Yesssss thank god for that lol thank you for your help was close to start smoking again ;)
Question for you all if you do this and I have a vip group and all that. If the user is in the group dose this add to that users /kit  GUI only? So they can see it and no one else that does not have the VIP tagged to them.  Or dose this just allow that person to do /kit vip   only?