0.1.0
beta
ForceInventory
Force player inventory at every join
ForceInventory
Force player inventory at every join.
Very straightforward config ```yaml
rows from bottom to top. Hotbar is row 1
items in nbt format should be stored in items directory
If `nbt` is set to true on item then property `item` must
have name of nbt file
inventory: - row: 1 slots: - item: minecraft:dirt slot: 9 count: 10 - row: 4 slots: - item: minecraft:grass_block slot: 1
equipment: offhand: item: minecraft:compass name: "<bold><color:#DB5461>Choose Server</color></bold>" helmet: chestplate: leggings: boots: ```
Commands: - forceinventory reload - Reload config
ToDo: - item lore ( can be set via nbt file ) - save items as nbt ( already done in my other plugin eventually I will move it this plugin )