Custom Ender Chest
🟡 Updated this year🖼️ Gallery (2 images)
🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #58 of 169 folia mods in this game by downloads
📋 About This Mod
# Next-Gen Custom Ender Chest The ultimate, high-performance, and fully customizable Ender Chest solution for modern servers. Built from the ground up for Paper & Folia. ## Overview Tired of basic Ender Chest plugins that lag your server, lack features, or don't support modern server software? **Next-Gen Custom Ender Chest** is a complete rewrite of the classic concept, engineered for the strict demands of today's high-performance servers. Our plugin offers a powerful, flexible, and completely asynchronous experience, ensuring zero lag while providing your players with permission-based Ender Chests. Whether you're running a single server or a vast Velocity proxy network, our multi-storage backend has you completely covered. ## ⭐ Features **🛡️ Permission-Based Sizes:** Easily configure up to 6 different Ender Chest sizes, granted to players dynamically via permission nodes (`CustomEnderChest.level.0` to `CustomEnderChest.level.5`). The chest will automatically resize instantly when their permission changes! **⚡ High-Performance & Asynchronous:** All database queries, loading, and saving sequences are handled asynchronously. Your server's TPS will never drop, even with hundreds of players spamming commands. **💾 Flexible Storage System:** You choose how to securely store your data! - **MySQL:** Perfect for multi-server networks (BungeeCord/Velocity) to sync player data seamlessly across servers. - **H2:** A fast, high-performance local database for single servers. Offers drastically better TPS than YML with zero setup required. - **YML:** Simple, classic, and manually editable, saving each player's data in a separate file. **🧵 Folia Compatible:** Built with the future in mind. Our scheduler and data handling logic are explicitly built for Folia's multi-threaded Region Thread environment! **🎨 Fully Customizable UI:** Customize all messages, prefixes, and inventory pop-up titles using the powerful **MiniMessage** format. Gradients, hex colors, and legacy codes (`&c`) are all natively supported. Drop-in support for multiple languages (`lang_en`, `lang_vi`, etc.). **📦 Dynamic Overflow Protection:** If a player's VIP rank expires and their chest is downgraded, items exceeding their new size limit are NOT deleted! They are safely moved into a secure **Overflow Storage**. Players can manually view and claim these items using the `/ec overflow` command, or they will automatically be restored back into the Ender Chest when the player upgrades their chest size again. Includes customizable Vault retrieval fees and automatic expiration timers! **👀 Real-Time Admin Sync:** Admins can view and interact with any player's Ender Chest in real-time. Any item you put in or take out will instantly mirror directly onto the player's screen! **🔒 Anti-Dupe Data Lock:** Robust, thread-safe asynchronous locks guarantee that quit-saving, rapid relogging, and cross-server Bungee transfers are completely immune to item duplication and corruption. **🔄 Database Migration & Stats Validation:** Move smoothly between databases (YML <-> H2 <-> MySQL) using the powerful `/cec migrate` command. Run `/cec stats validate` to quickly scan and validate the integrity of stored player data! ## Commands & Permissions <details> <summary>Click to view Commands & Permissions</summary> ### Player Commands: - `/cec` - Opens your Ender Chest. (Aliases: `/ec`, `/customenderchest`) - `/cec overflow` - Opens your Overflow Storage to retrieve saved items. **General & Interaction Permissions:** - `CustomEnderChest.commands` - Allows using command aliases (`/cec`, `/ec`, `/customec`) to open your Ender Chest (needed if `allow-command` is set to false in config). - `CustomEnderChest.command.open.self` - Allows opening your chest via `/cec open`. - `CustomEnderChest.block.open` - Allows opening your Ender Chest by right-clicking an Ender Chest block (needed if permission block open is configured). - `CustomEnderChest.command.overflow` - Allows viewing and claiming your overflow items via `/cec overflow`. **Size Permissions (Levels):** - `CustomEnderChest.level.0` - 9 Slots (1 row) - `CustomEnderChest.level.1` - 18 Slots (2 rows) - `CustomEnderChest.level.2` - 27 Slots (3 rows) - `CustomEnderChest.level.3` - 36 Slots (4 rows) - `CustomEnderChest.level.4` - 45 Slots (5 rows) - `CustomEnderChest.level.5` - 54 Slots (6 rows) ### Admin Commands & Permissions: - `/cec open <player>` - Open and modify another player's Ender Chest in real-time. (Requires `CustomEnderChest.command.open.other`) - `/cec overflow <player>` - View and manage another player's overflow items. (Requires `CustomEnderChest.command.overflow.other`) - `/cec delete <player>` - Delete all items in a specific player's Ender Chest. (Requires `CustomEnderChest.command.delete`) - `/cec reload` - Reloads the `config.yml` and language files. (Requires `CustomEnderChest.admin`) - `/cec migrate <source> <target>` - Migrate all player data from one storage type to another (e.g. `yml` to `my
# Next-Gen Custom Ender Chest The ultimate, high-performance, and fully customizable Ender Chest solution for modern servers. Built from the ground up for Paper & Folia.
## Overview Tired of basic Ender Chest plugins that lag your server, lack features, or don't support modern server software? Next-Gen Custom Ender Chest is a complete rewrite of the classic concept, engineered for the strict demands of today's high-performance servers.
Our plugin offers a powerful, flexible, and completely asynchronous experience, ensuring zero lag while providing your players with permission-based Ender Chests. Whether you're running a single server or a vast Velocity proxy network, our multi-storage backend has you completely covered.
## ⭐ Features 🛡️ Permission-Based Sizes: Easily configure up to 6 different Ender Chest sizes, granted to players dynamically via permission nodes (`CustomEnderChest.level. 0` to `CustomEnderChest.level. 5`). The chest will automatically resize instantly when their permission changes!
⚡ High-Performance & Asynchronous: All database queries, loading, and saving sequences are handled asynchronously. Your server's TPS will never drop, even with hundreds of players spamming commands.
💾 Flexible Storage System: You choose how to securely store your data! - MySQL: Perfect for multi-server networks (BungeeCord/Velocity) to sync player data seamlessly across servers. - H2: A fast, high-performance local database for single servers. Offers drastically better TPS than YML with zero setup required. - YML: Simple, classic, and manually editable, saving each player's data in a separate file.
🧵 Folia Compatible: Built with the future in mind. Our scheduler and data handling logic are explicitly built for Folia's multi-threaded Region Thread environment!
🎨 Fully Customizable UI: Customize all messages, prefixes, and inventory pop-up titles using the powerful MiniMessage format. Gradients, hex colors, and legacy codes (`&c`) are all natively supported. Drop-in support for multiple languages (`lang_en`, `lang_vi`, etc.).
📦 Dynamic Overflow Protection: If a player's VIP rank expires and their chest is downgraded, items exceeding their new size limit are NOT deleted! They are safely moved into a secure Overflow Storage. Players can manually view and claim these items using the `/ec overflow` command, or they will automatically be restored back into the Ender Chest when the player upgrades their chest size again. Includes customizable Vault retrieval fees and automatic expiration timers!
👀 Real-Time Admin Sync: Admins can view and interact with any player's Ender Chest in real-time. Any item you put in or take out will instantly mirror directly onto the player's screen!
🔒 Anti-Dupe Data Lock: Robust, thread-safe asynchronous locks guarantee that quit-saving, rapid relogging, and cross-server Bungee transfers are completely immune to item duplication and corruption.
🔄 Database Migration & Stats Validation: Move smoothly between databases (YML <-> H2 <-> MySQL) using the powerful `/cec migrate` command. Run `/cec stats validate` to quickly scan and validate the integrity of stored player data!
## Commands & Permissions
Click to view Commands & Permissions
### Player Commands: - `/cec` - Opens your Ender Chest. (Aliases: `/ec`, `/customenderchest`) - `/cec overflow` - Opens your Overflow Storage to retrieve saved items.
General & Interaction Permissions: - `CustomEnderChest.commands` - Allows using command aliases (`/cec`, `/ec`, `/customec`) to open your Ender Chest (needed if `allow-command` is set to false in config). - `CustomEnderChest.command.open.self` - Allows opening your chest via `/cec open`. - `CustomEnderChest.block.open` - Allows opening your Ender Chest by right-clicking an Ender Chest block (needed if permission block open is configured). - `CustomEnderChest.command.overflow` - Allows viewing and claiming your overflow items via `/cec overflow`.
Size Permissions (Levels): - `CustomEnderChest.level. 0` - 9 Slots (1 row) - `CustomEnderChest.level. 1` - 18 Slots (2 rows) - `CustomEnderChest.level. 2` - 27 Slots (3 rows) - `CustomEnderChest.level. 3` - 36 Slots (4 rows) - `CustomEnderChest.level. 4` - 45 Slots (5 rows) - `CustomEnderChest.level. 5` - 54 Slots (6 rows)
### Admin Commands & Permissions:
- `/cec open
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- maiminhdung
- Version
- 2.1.2
- Downloads
- 5,944
- Endorsements
- 13
- Category
- folia
- Created
- 7/29/2025
- Updated
- 5/31/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- storage, transportation, 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 Custom Ender Chest support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of Custom Ender Chest?
Version 2.1.2, published 2026-05-31 with 5,944 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await

