Minecraft plugin to automatically arrange inventory by loading/saving an inventory layout.
/inventory savewill store an inventory layout: a list of items and slot numbers/inventory loadwill apply the saved inventory layout/inventory listwill show an existing layout
Screenshot of commands /inventory save and /inventory list.
Also featured in screenshot: Lodestar plugin
mvn clean ; mvn package
cp target/InventoryBuddy-1.0.0.jar ~/minecraft/plugins/
Boring and pedantic implementation details:
Steps to reproduce:
- Player saves an inventory layout
- Player drops item(s)
- Player loads inventory layout
Player is shown a message:
InventoryBuddy: [WARNING] Items missing from inventory: GOLDEN_APPLE, TNT
Steps to reproduce:
- Player saves an inventory layout
- Player gathers more items
- Player loads inventory layout
Player is shown a message:
InventoryBuddy: [WARNING] Unexpected items: COBBLESTONE
The unexpected items will be placed in empty slots.
This is fine but if you are carrying two axes and you are wielding a favorite axe, it may not necessarily appear where you expect.
Created by harrison.page on 9-Apr-2022
