📦 Expand your storage! Link chests via Color Frequencies & Private Networks. Mod-like mechanics without Client Mods. [1.20+]
Expand your storage beyond the limits of a single Ender Chest!
EnderStorage is a powerful, optimized plugin that brings the popular modded storage mechanics to your Paper server. It allows players to create global, shared, or private storage networks using specific color code frequencies.
Instead of having just one private inventory, players can now craft specific chests, tune them to a color frequency (e.g., Red-Red-Red), and access that inventory from anywhere in the world!


Aliases: /enderstorage, /es
Customize the database type and saving intervals to fit your server's needs.
# =============================================================================
# EnderStorage - Configuration
# =============================================================================
# -----------------------------------------------------------------------------
# [Database] Storage Settings
# -----------------------------------------------------------------------------
database:
# Choose where to store the chest data.
# SQLITE: Local file (storage.db). No setup needed. Best for single servers.
# MYSQL : External database. Recommended for BungeeCord/Velocity networks.
type: SQLITE
# MySQL Settings (Ignored if type is SQLITE)
mysql:
host: "localhost"
port: 3306
name: "minecraft"
user: "root"
pass: "password"
# Connection Pool Settings
pool-size: 10
connection-timeout: 30000
use-ssl: false
# -----------------------------------------------------------------------------
# [Settings] General Plugin Settings
# -----------------------------------------------------------------------------
settings:
# How often (in seconds) should the plugin save modified inventories?
# (300 seconds = 5 minutes)
auto-save-interval: 300
# Enable debug logs in console.
debug: false
This plugin implements the functionality of the famous EnderStorage mod (by ChickenBones) for Spigot/Paper servers. A huge thank you to the original mod author for the brilliant concept and inspiration!
If you are looking for the client-side/Forge/Fabric version, please support the original project:
👉 Original Mod: EnderStorage by ChickenBones