About Admin Spawn Kit
Admin Spawn Kit is a super light weight and easy way to automatically give admins a default kit when spawning. Simply configure the config file to and add in your desired items to your kit, and you are good to go.
This plugin only gives items to a player that has auth level 1 or 2, and the permission adminkit.use.
Admins can disable the automatic spawn kit by using /adminkit.
Default config file:
{ "EnableByDefault": true, "AdminKitItems": [ { "ShortName": "rifle.ak", "Amount": 1, "SkinId": 0, "DisplayName": "", "AutoEquip": false, "Contents": [] }, { "ShortName": "ammo.rifle", "Amount": 90, "SkinId": 0, "DisplayName": "", "AutoEquip": false, "Contents": [] }, { "ShortName": "metal.plate.torso", "Amount": 1, "SkinId": 0, "DisplayName": "", "AutoEquip": true, "Contents": [] }, { "ShortName": "pants", "Amount": 1, "SkinId": 0, "DisplayName": "", "AutoEquip": true, "Contents": [] }, { "ShortName": "shoes.boots", "Amount": 1, "SkinId": 0, "DisplayName": "", "AutoEquip": true, "Contents": [] }, { "ShortName": "metal.facemask", "Amount": 1, "SkinId": 0, "DisplayName": "", "AutoEquip": true, "Contents": [] }, { "ShortName": "roadsign.gloves", "Amount": 1, "SkinId": 0, "DisplayName": "", "AutoEquip": true, "Contents": [] }, { "ShortName": "bandage", "Amount": 5, "SkinId": 0, "DisplayName": "", "AutoEquip": false, "Contents": [] }, { "ShortName": "syringe.medical", "Amount": 3, "SkinId": 0, "DisplayName": "", "AutoEquip": false, "Contents": [] } ], "RequireAuthLevel1": true, "RequireAuthLevel2": true, "GiveKitDelay": 1.0 }