How does having multiple autokit work?

so lets say you make 15 autokit, how do you make that the playerr will randomly get 1 of them?

Creating Auto-Kits

You can set up auto-kits that are given to players after they respawn. This is done via the config file.

In the config you will see this

"Autokits ordered by priority": [
    "ExampleKitName",
    "OtherKitName"
  ],

Simply add pre-made kit names to this list and they will act as auto-kits.

When a player respawn's the plugin will attempt to give the player each of the kits in this list, but they are still bound by the rules you have set up for the kit besides the Auth Level and the Cost.

As soon as 1 of the kits has been successfully given to the player it will stop iterating there.

If you want to have different kits for VIP player's, you can assign a permission to that kit and place it at the top of that list and only player's with that permission will be successful in receiving it