createKit

abstract fun createKit(    name: String,     cooldown: Int,     items: List<ItemStack>,     consoleCommands: List<String>,     playerCommands: List<String>): Kit

Create a kit with a name

Return

the created kit

Parameters

name

the name of the kit

items

the items in the kit