Pebble's Backpack
I present to you a mod for Minecraft servers that I developed - Pebble's Backpack. This is a simple but functional solution for item storage that works exclusively on the server side. The mod is in early development stage, so I would appreciate any reports of encountered issues!
Main Features
Backpacks allow players to store their items and use them simultaneously with other participants who have a backpack with the same identifier.
Permission System
pebbles.admin - provides access to all administrative commands for managing backpacks. Regular players don't have special commands - backpacks are physical items in the game.
Admin Commands
/padmin bp create TIER PLAYERNAME - creates a backpack of a specific tier for the specified player. Available tiers: leather (3x3), copper (9x2), iron (9x3), gold (9x4), diamond (9x5), netherite (9x6)
/padmin bp ID - view backpack contents by specific ID
/padmin bp get ID - get a copy of the backpack that can be used simultaneously with other players. Great for sharing inventory
Data Storage
All backpack data is saved in the file /world/pebbles_backpacks.json
Current Limitations
- Cannot drag items with right-click inside the backpack
- Backpack owner names are not saved correctly yet (access via backpack ID)
- Performance optimization work is underway
