{"id":64057,"date":"2026-06-03T19:38:04","date_gmt":"2026-06-03T16:38:04","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/"},"modified":"2026-06-03T19:38:04","modified_gmt":"2026-06-03T16:38:04","slug":"enderstorage","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/","title":{"rendered":"EnderStorage"},"content":{"rendered":"<p><iframe loading=\"lazy\" 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><\/p>\n<p># \ud83d\udce2 Overview<\/p>\n<p>**Expand your storage beyond the limits of a single Ender Chest!**<\/p>\n<p>**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.<\/p>\n<p>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!<\/p>\n<p># \u2728 Key Features<\/p>\n<p>&#8211; \ud83c\udfa8 **Frequency System**: Use dyes to set 3 color channels (Left, Middle, Right) on your chest. With 16 colors, that&#8217;s **4,096** unique public inventories!<br \/>\n&#8211; \ud83d\udd12 **Private Networks**: Toggle &#8220;Private Mode&#8221; (Diamond button) to create a network unique to you. A &#8220;White-White-White&#8221; chest owned by you is separate from one owned by someone else.<br \/>\n&#8211; \ud83d\udee1\ufe0f **Protection System**: Toggle &#8220;Protect Mode&#8221; (Observer button) to prevent other players from changing your chest&#8217;s frequency settings.<br \/>\n&#8211; \ud83d\udcbe **Dual Database Support**: Comes with **SQLite** (zero setup) by default, but supports **MySQL** for large networks.<br \/>\n&#8211; \ud83d\ude80 **High Performance**: Built with **Kotlin** and **HikariCP** for asynchronous data saving and connection pooling. Optimized for Paper 1.20.1+.<\/p>\n<p># \ud83c\udfae How to Use<\/p>\n<p>1. **Craft** a Retention Chest (Custom recipe: Wool + Iron + Chest).<br \/>\n2. **Place** the chest anywhere in the world.<br \/>\n3. **Right-Click** to open the storage inventory.<br \/>\n4. **Shift + Right-Click** to open the **Settings Menu.**<br \/>\n&#8211; Click the **Dyes** to change the frequency (Color Code).<br \/>\n&#8211; Click the **Diamond** to toggle **Private Mode.**<br \/>\n&#8211; Click the **Observer** to toggle **Protect Mode.**<br \/>\n&#8211; Click Save &#038; Apply to update the chest.<br \/>\n5. Place another chest with the same settings anywhere else to access the same items!<\/p>\n<p>![strage](https:\/\/cdn.modrinth.com\/data\/cached_images\/baf2769172a39d5f790ac2f2c00e65aed7fd939d.png)<br \/>\n![settings](https:\/\/cdn.modrinth.com\/data\/cached_images\/eba56762aa131a0b741cb9d58dcf33c642f9d071.png)<\/p>\n<p># \ud83d\udcdc Commands &#038; Permissions<\/p>\n<p>### Command\tDescription\tPermission<br \/>\n&#8211; \/es reload\tReloads the configuration file.\tenderstorage.admin<\/p>\n<p>### Permission\tDescription<br \/>\n&#8211; enderstorage.use\tAllows crafting and using the chests. (Default: true)<br \/>\n&#8211; enderstorage.admin\tAllows modifying protected chests and reloading.<\/p>\n<p>Aliases: \/enderstorage, \/es<\/p>\n<p># \u2699\ufe0f Configuration<\/p>\n<p>Customize the database type and saving intervals to fit your server&#8217;s needs.<\/p>\n<p>&#8220;`yaml<br \/>\n# =============================================================================<br \/>\n#   EnderStorage &#8211; Configuration<br \/>\n# =============================================================================<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\n# [Database] Storage Settings<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\ndatabase:<br \/>\n  # Choose where to store the chest data.<br \/>\n  # SQLITE: Local file (storage.db). No setup needed. Best for single servers.<br \/>\n  # MYSQL : External database. Recommended for BungeeCord\/Velocity networks.<br \/>\n  type: SQLITE<\/p>\n<p>  # MySQL Settings (Ignored if type is SQLITE)<br \/>\n  mysql:<br \/>\n    host: &#8220;localhost&#8221;<br \/>\n    port: 3306<br \/>\n    name: &#8220;minecraft&#8221;<br \/>\n    user: &#8220;root&#8221;<br \/>\n    pass: &#8220;password&#8221;<\/p>\n<p>    # Connection Pool Settings<br \/>\n    pool-size: 10<br \/>\n    connection-timeout: 30000<br \/>\n    use-ssl: false<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\n# [Settings] General Plugin Settings<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nsettings:<br \/>\n  # How often (in seconds) should the plugin save modified inventories?<br \/>\n  # (300 seconds = 5 minutes)<br \/>\n  auto-save-interval: 300<\/p>\n<p>  # Enable debug logs in console.<br \/>\n  debug: false<br \/>\n&#8220;`<\/p>\n<p># \ud83d\udcc8 bStats<\/p>\n<p>![bstats](https:\/\/bstats.org\/signatures\/bukkit\/Ender%20Storage.svg)<\/p>\n<p># \u2764\ufe0f Credits &#038; Inspiration<\/p>\n<p>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!<br \/>\nIf you are looking for the client-side\/Forge\/Fabric version, please support the original project:<br \/>\n\ud83d\udc49 Original Mod: EnderStorage by ChickenBones<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udce6 Expand your storage! Link chests via Color Frequencies &#038; Private Networks. Mod-like mechanics without Client Mods. [1.20+]<\/p>\n","protected":false},"featured_media":64058,"template":"","meta":{"_minecraft_slug":"enderstorage","_minecraft_project_id":"WIOvAESj","_minecraft_author":"nekoneko2872","_minecraft_license":"LicenseRef-EnderStorage","_minecraft_downloads":115,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"enderstorage.zip","_minecraft_size_bytes":6875767,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-15T19:18:44.784095Z","_minecraft_date_created":"2025-12-02T04:47:44.780241Z","_minecraft_date_modified":"2026-01-18T08:01:44.457051Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/enderstorage","_minecraft_icon_attachment_id":64058,"_minecraft_imported_at":"2026-06-03T16:38:05+00:00","_minecraft_import_hash":"700a7ed4847f3cd3b795fb4c29cafe1c","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,128,867,129,91,92],"mod_loader":[132,133,134],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-64057","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-storage","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>EnderStorage - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EnderStorage - Minecraft\" \/>\n<meta property=\"og:description\" content=\"\ud83d\udce6 Expand your storage! Link chests via Color Frequencies &amp; Private Networks. Mod-like mechanics without Client Mods. [1.20+]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enderstorage\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enderstorage\\\/\",\"name\":\"EnderStorage - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enderstorage\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enderstorage\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enderstorage-icon-b507b54f4a417673c4b44654fa2f7a1c96610dd5_96.webp\",\"datePublished\":\"2026-06-03T16:38:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enderstorage\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enderstorage\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enderstorage\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enderstorage-icon-b507b54f4a417673c4b44654fa2f7a1c96610dd5_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enderstorage-icon-b507b54f4a417673c4b44654fa2f7a1c96610dd5_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enderstorage\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"EnderStorage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EnderStorage - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/","og_locale":"en_US","og_type":"article","og_title":"EnderStorage - Minecraft","og_description":"\ud83d\udce6 Expand your storage! Link chests via Color Frequencies & Private Networks. Mod-like mechanics without Client Mods. [1.20+]","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/","name":"EnderStorage - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enderstorage-icon-b507b54f4a417673c4b44654fa2f7a1c96610dd5_96.webp","datePublished":"2026-06-03T16:38:04+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enderstorage-icon-b507b54f4a417673c4b44654fa2f7a1c96610dd5_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enderstorage-icon-b507b54f4a417673c4b44654fa2f7a1c96610dd5_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enderstorage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"EnderStorage"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/64057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/64058"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=64057"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=64057"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=64057"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=64057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}