About Kits Menu
The system creates kits, with a unique and minimalist design.
--------------------------------------------------------------------------------------------------------------------------
Features:
Eye-pleasing design
Issuing an Auto Kit
Autowipe sets and player dates
Optimization
Convenient loading of items in the kit
--------------------------------------------------------------------------------------------------------------------------
Chat Commands:
/kit - Open the Kit menu
/kit new <namekit> - Create new Kit
/kit remove <namekit> - Remove Kit
/kit edit <namekit> - Update the items in the Kit
/kit <namekit> - Take a Kit
Console Commands:
kit.wipe - Wipe Kit List and player dates
kit.give <name/steamid> <namekit>I ssuing a kit to a player
kit.reset - Return of the last sheet with the kits
kit.list - Displays a list of all kits in the console
--------------------------------------------------------------------------------------------------------------------------
API:
object GiveKit(BasePlayer player, string kitName)
bool IsKit(string kitName)
void GetKitNames(List<string> list)
int GetKitMaxUses(string kitName)
int GetKitCooldown(string kitName)
int GetPlayerKitUses(ulong playerID, string kitName)
double GetPlayerKitCooldown(ulong playerID, string kitName)
string GetKitObject(string kitName)
--------------------------------------------------------------------------------------------------------------------------
Configuration:
Quote{
"Should I notify the player when he has taken a kit set?": true,
"Sound notification": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab",
"Automatic wipe data on wipe": true,
"Default permission Kit": "kits.default",
"Custom autokit, install privilege in the configuration of the kit": [
"autokit1",
"autokit2"
],
"Logs to file ?": true,
"Verison Configuration": {
"Major": 0,
"Minor": 0,
"Patch": 1
}
}