Language

ForceInventory

Modrinth

Force player inventory at every join

349 downloads updated 39mo ago
latest v0.1.4 Modrinth
Paper Purpur 1.19 – 1.19.3 ManagementStorageUtility

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 )

Versions

Beta
0.1.4
paper, purpur · 1.19, 1.19.1, 1.19.2 · 39mo ago
Handle items store as nbt
123
Beta
0.1.3
paper, purpur · 1.19, 1.19.1, 1.19.2 · 40mo ago
Fix error with config at init
49
Beta
0.1.2
paper, purpur · 1.19, 1.19.1, 1.19.2 · 40mo ago
- Add reload command - /forceinventory reload
55
Beta
0.1.1
paper, purpur · 1.19, 1.19.1, 1.19.2 · 40mo ago
- fix config - remove kotlin from jar (now is downloaded by paper loader)
60
Beta
0.1.0
paper, purpur · 1.19, 1.19.1, 1.19.2 · 40mo ago
First release (also my first plugin at all)
66

Comments 0

No comments yet. Be the first to share your thoughts.

Download ForceInventory

Files are served directly from the original source. Modgrid does not host or modify them.