What if I wanted my Oxide Default group to always get the Default spawn set I created. How can I give a VIP player a different spawnset every time but it wil not by accesible to any default players?
Autokits
Autokits are kits that are given to a player when they respawn after dying.
What kits are included are to be specified in the config file under "Autokits ordered by priority" by using the kits name
The plugin will loop through each kit specified in the config until it can give one to the player.
These auto-kits adhere to the same redeem rules as claiming them manually so they will be subject to things like Maximum Uses and Cooldown time
Here is a example of the formatting used in the config
"Autokits ordered by priority": [
"example1",
"example2",
"example3"
],