| Name | Type | Description | Notes |
|---|---|---|---|
| commands | List<String> | The commands that are executed when this kit is purchased/acquired by a player | |
| cooldown | Long | The cooldown (in seconds) this kit is on after buying it (per player) | |
| cost | Double | The cost to buy this kit | |
| firstJoinKit | Boolean | True if this kit is awarded for joining the server the first time, false otherwise | |
| link | String | The API link that can be used to obtain more information about this object | |
| name | String | The unique name of this kit | |
| oneTime | Boolean | True if this kit can only be purchased/acquired once, false otherwise | |
| stacks | List<ItemStack> | The ItemStacks that are awarded to the player who buys/acquires this kit |