Compatibility
Minecraft: Java Edition
26.1.x
1.21.11
Platforms
Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published last week
Store millions of items in a single block. Enigma Storage adds a Deep Storage Unit (DSU) - a compact storage block with massive capacity. Data is saved in SQLite, nothing is lost on restart.
Features
- 6 storage tiers - 1K / 4K / 16K / 64K / 256K / 1M items per DSU
- Wireless terminal - manage your DSU from anywhere on the map, no need to stand next to it
- Hopper automation - configure input/output with adjustable speed and I/O upgrades
- Lock & trust system - lock your DSU and add trusted players
- Sorting - by name, count, container order, or ID
- Recipe book - browse all crafting recipes in a paginated in-game book
- 7 languages out of the box - en, ru, de, fr, es, pl, cn. Drop a
.jsonintolanguages/to add your own
Installation
- Drop
EnigmaStorage.jarintoplugins/. - Start the server.
- Edit
plugins/EnigmaStorage/config.ymlif needed.
A resource pack is available - players get a prompt on join (can be turned off in config).
Commands
All commands go through /es (aliases: /enigmastorage, /dsp).
| Command | Description |
|---|---|
/es give <item> [amount] |
Give yourself an item |
/es give <player> <item> [amount] |
Give a player an item |
/es items |
List all plugin items |
/es migrate |
Re-run DSU data migration to SQLite |
/es recipe book |
Open the recipe book |
/es recipe give <player> <name> [amount] |
Give a recipe result item |
/es recipe items |
List all recipe names |
Permissions
Player-facing permissions are enabled for everyone by default. Admin permissions require op.
| Permission | Description | Default |
|---|---|---|
enigmastorage.create |
Build DSUs | everyone |
enigmastorage.wireless |
Use the wireless terminal | everyone |
enigmastorage.recipe |
Access /es recipe |
everyone |
enigmastorage.recipe.book |
Open the recipe book | everyone |
enigmastorage.recipe.craft |
Craft at the workbench | everyone |
enigmastorage.recipe.craft.<name> |
Craft a specific recipe | everyone |
enigmastorage.recipe.craftall |
Craft all recipes without individual perms | everyone |
enigmastorage.adminopen |
Open locked DSUs | op |
enigmastorage.give |
/es give and /es items |
op |
enigmastorage.recipe.giveitem |
Right-click items in recipe book to receive them | op |
enigmastorage.recipe.give |
/es recipe give and /es recipe items |
op |
enigmastorage.recipe.op |
See permission names in the recipe book | op |
Authors
- Enigma North - author and maintainer
- Darkolythe - original DeepStoragePlus
License
GNU GPL v3


