setKit

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

Set a kit to a new ItemStack

Return

the kit in its edited state

Parameters

name

the name of the kit to edit

items

the list of items

consoleCommands

the console commands

playerCommands

the player commands