Warp Configuration
data class WarpConfiguration(val slots: List<Int>, val size: Int, val background: ItemStack, val title: Component, val lockedItem: ItemStack, val spawnSlot: Int, val spawnItem: ItemStack, val spawn: Location)
The warp configuration.
Author
MarkusTieger
Since
0.2.0
Parameters
slots
The slots with their priority (for Example: 2, 4, then 2 has the highest priority and 4 the next)
size
The inventory size
background
The background item
title
The inventory title
locked Item
The item for a locked mine
spawn Slot
The slot of the spawn item
spawn Item
The item that teleports the the spawn
spawn
The spawn location
See also
Inventory