Support for cooldownsSolved
Could we have it so that when a player receives their kit a cooldown is applied to prevent suicide farming them?  I have the cooldowns set on the kits but it seems to bypass that.

Thanks
Updated

Is there a way to have it so when a player dies within the cooldown they can spawn with a lower tier kit instead of naked?

VIP+ player has access to default kit, vipkit, vip+ kit.

When they die with vip+ kit under cooldown they would spawn with VIP kit and then default kit if they keep dying under cooldown.
This is how the normal Kits plugin AutoKits work.

Thanks!

Can you give me an example?
Not sure what you want

Merged post

{
  "Empty default items before give kits": true,
  "Cooldown": 0.0,
  "Cooldown - Default Kit": "",/////////////Like this?      If the player is on cooldown, use this kit?
  "Auto Kits": [
    {
      "permission": "customautokits.vip1",
      "kits": [
        "KitName1"
      ]
    }
  ], 
}
Yes something like that.  Except the cooldown and default kit would be included with the permission so the different permissions could have different default kits and cooldowns
Locked automatically