Description
# GolemBox (HyShulker)
GolemBox transforms the concept of the **Golem** into portable storage.
The idea is to use the Golem theme as a base and reimagine it as a set of boxes:
each box is a "core" that retains its own Golem essence and stores the items inside even after breaking it.
Similar to the Shulker Box.
## Box Types & CapacityGolemBox transforms the concept of the **Golem** into portable storage.
The idea is to use the Golem theme as a base and reimagine it as a set of boxes:
each box is a "core" that retains its own Golem essence and stores the items inside even after breaking it.
Similar to the Shulker Box.
- GolemBox Emerald: 36 slots
- GolemBox Sapphire: 45 slots
- GolemBox Ruby: 45 slots
- GolemBox Zephyr: 54 slots
- GolemBox Topaz: 54 slots
- GolemBox Diamond: 63 slots
- GolemBox Void: 63 slots
## Main Features
- Persistent storage: break and put back without losing items.
- Unique identity per box: each one maintains its own contents.
- Empty boxes can be stacked again.
- Various color variants with different capacities.
- The box preserves NBT, Metas, Durability and all item information.
- Saves last known world/position for each box.
- Database HUD to browse all boxes, search by player name/UUID, and view item icons.
- Admin tools to copy a box with items or delete empty records (single or bulk).
- Database HUD to browse all boxes, search by player name/UUID, and view item icons.
- Admin tools to copy a box with items or delete empty records (single or bulk).
## Commands
- `/golemboxdb` - Open the database HUD.
- Aliases: `/golembox-db`, `/gboxdb`, `/gbdb`
## Permissions
- `golembox.db` - Required to open the database HUD (OPs allowed by default).
- `/golemboxdb` - Open the database HUD.
- Aliases: `/golembox-db`, `/gboxdb`, `/gbdb`
## Permissions
- `golembox.db` - Required to open the database HUD (OPs allowed by default).
## Configuration
File: `mods/GolemBox/golembox_config.json`
## Data Files
- Database: `mods/GolemBox/golembox.db`
- Config: `mods/GolemBox/golembox_config.json`


