Compatibility
Minecraft: Java Edition
1.19–1.19.3
Platforms
Links
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
Force player inventory at every join.
Very straightforward config
# 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 )

