EnderStorage

⭐ — (0 endorsements) 📥 186 downloads 📌 v1.1.1 📅 12/2/2025
🟡 Updated this year

By nekoneko2872 · paper

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 1/18/2026 📅 Created: 12/2/2025

🔍 Analysis

  • 🏆 #181 of 219 paper mods in this game by downloads

📋 About This Mod

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/uamUDDhiNDw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> # 📢 Overview **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! # ✨ Key Features - 🎨 **Frequency System**: Use dyes to set 3 color channels (Left, Middle, Right) on your chest. With 16 colors, that's **4,096** unique public inventories! - 🔒 **Private Networks**: Toggle "Private Mode" (Diamond button) to create a network unique to you. A "White-White-White" chest owned by you is separate from one owned by someone else. - 🛡️ **Protection System**: Toggle "Protect Mode" (Observer button) to prevent other players from changing your chest's frequency settings. - 💾 **Dual Database Support**: Comes with **SQLite** (zero setup) by default, but supports **MySQL** for large networks. - 🚀 **High Performance**: Built with **Kotlin** and **HikariCP** for asynchronous data saving and connection pooling. Optimized for Paper 1.20.1+. # 🎮 How to Use 1. **Craft** a Retention Chest (Custom recipe: Wool + Iron + Chest). 2. **Place** the chest anywhere in the world. 3. **Right-Click** to open the storage inventory. 4. **Shift + Right-Click** to open the **Settings Menu.** - Click the **Dyes** to change the frequency (Color Code). - Click the **Diamond** to toggle **Private Mode.** - Click the **Observer** to toggle **Protect Mode.** - Click Save & Apply to update the chest. 5. Place another chest with the same settings anywhere else to access the same items! !(https://cdn.modrinth.com/data/cached_images/baf2769172a39d5f790ac2f2c00e65aed7fd939d.png) !(https://cdn.modrinth.com/data/cached_images/eba56762aa131a0b741cb9d58dcf33c642f9d071.png) # 📜 Commands & Permissions ### Command Description Permission - /es reload Reloads the configuration file. enderstorage.admin ### Permission Description - enderstorage.use Allows crafting and using the chests. (Default: true) - enderstorage.admin Allows modifying protected chests and reloading. Aliases: /enderstorage, /es # ⚙️ Configuration Customize the database type and saving intervals to fit your server's needs. ```yaml # ============================================================================= # EnderStorage - Configuration # ============================================================================= # ----------------------------------------------------------------------------- # 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 # ----------------------------------------------------------------------------- # 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 ``` # 📈 bStats !(https://bstats.org/signatures/bukkit/Ender%20Storage.svg) # ❤️ Credits & Inspiration 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: (https://www.curseforge.com/minecraft/mc-mods/ender-storage-1-8)

# 📢 Overview

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!

# ✨ Key Features

  • 🎨 Frequency System: Use dyes to set 3 color channels (Left, Middle, Right) on your chest. With 16 colors, that's 4,096 unique public inventories!
  • 🔒 Private Networks: Toggle "Private Mode" (Diamond button) to create a network unique to you. A "White-White-White" chest owned by you is separate from one owned by someone else.
  • 🛡️ Protection System: Toggle "Protect Mode" (Observer button) to prevent other players from changing your chest's frequency settings.
  • 💾 Dual Database Support: Comes with SQLite (zero setup) by default, but supports MySQL for large networks.
  • 🚀 High Performance: Built with Kotlin and HikariCP for asynchronous data saving and connection pooling. Optimized for Paper 1. 20. 1+.

# 🎮 How to Use

1. Craft a Retention Chest (Custom recipe: Wool + Iron + Chest). 2. Place the chest anywhere in the world. 3. Right-Click to open the storage inventory. 4. Shift + Right-Click to open the Settings Menu. - Click the Dyes to change the frequency (Color Code). - Click the Diamond to toggle Private Mode. - Click the Observer to toggle Protect Mode. - Click Save & Apply to update the chest. 5. Place another chest with the same settings anywhere else to access the same items!

!(https://cdn.modrinth.com/data/cached_images/baf2769172a39d5f790ac2f2c00e65aed7fd939d.png) !(https://cdn.modrinth.com/data/cached_images/eba56762aa131a0b741cb9d58dcf33c642f9d071.png)

# 📜 Commands & Permissions

### Command Description Permission - /es reload Reloads the configuration file. enderstorage.admin

### Permission Description - enderstorage.use Allows crafting and using the chests. (Default: true) - enderstorage.admin Allows modifying protected chests and reloading.

Aliases: /enderstorage, /es

# ⚙️ Configuration

Customize the database type and saving intervals to fit your server's needs.

```yaml # ============================================================================= # EnderStorage - Configuration # =============================================================================

# ----------------------------------------------------------------------------- # 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

# ----------------------------------------------------------------------------- # 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 ```

# 📈 bStats

!(https://bstats.org/signatures/bukkit/Ender%20Storage.svg)

# ❤️ Credits & Inspiration

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: (https://www.curseforge.com/minecraft/mc-mods/ender-storage-1-8)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
nekoneko2872
Version
1.1.1
Downloads
186
Endorsements
0
Category
paper
Created
12/2/2025
Updated
1/18/2026
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
storage, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does EnderStorage support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of EnderStorage?

Version 1.1.1, published 2026-01-18 with 186 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More paper 👤 More by nekoneko2872 🔎 Similar Mods 🌐 Best paper (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods