Enigma Storage — A bulk item storage plugin for Paper/Spigot, a fork of DeepStoragePlus upgraded for the latest Minecraft version — 26.1.2
This plugin adds a Deep Storage Unit (DSU) with massive storage capacity and a system of portable Storage Containers. It saves DSU data in SQLite, supports a wireless terminal, custom recipes via CustomRecipeAPI, and convenient permission management.
Find more plugins and resource packs at our website: https://enigmanorth.ltht.app
- Copy
EnigmaStorage.jarinto your server'splugins/folder. - Start the server to generate
plugins/EnigmaStorage/config.yml. - Restart or start the server again.
/es items— Lists all registered Enigma Storage items./es give <player> <item> <amount>— Give an item to a player./es give <item> <amount>— Give an item to yourself./es migrate— Forcefully migrate DSUs from lore storage to SQLite.
The command is registered as
es, with aliasesenigmastorageand olddsp.
/crapi book— Open the recipe book./crapi new— Create a new recipe via in-game interface./crapi setworkbench— Open the workbench editor./crapi workbench— View the current workbench recipe./crapi items— Show available CustomRecipeAPI recipes./crapi give <player> <item> <amount>— Give the result of a recipe.
enigmastorage.create— Allows creating DSUs.enigmastorage.adminopen— Allows opening locked DSUs.enigmastorage.wireless— Allows using the wireless terminal.enigmastorage.give— Allows using/es give.
crapi.command— Allows using the/crapicommand.crapi.book— Allows opening the recipe book and workbench.crapi.giveitem— Allows giving items via the recipe book.crapi.new— Allows creating new recipes in-game.crapi.setworkbench— Allows updating the workbench recipe.crapi.craft— Allows crafting custom recipes.crapi.craftall— Allows crafting all custom recipes.crapi.give— Allows/crapi giveand/crapi itemscommands.crapi.op— Allows seeing the permission name for each recipe.
- Bulk storage DSU with portable Storage Containers.
- Wireless terminal and DSU linking.
- DSU data saved in SQLite.
- Custom recipe support via CustomRecipeAPI.
- Item distribution via
/es giveand/crapi givecommands. - Migration of old DSUs from lore to SQLite via
/es migrate.
- EnigmaticMP — Author of this project.
- Darkolythe — Original DeepStoragePlus and CustomRecipeAPI.
This project is distributed under the GNU GPL v3 license.