
Custom Ender Chest
A plugin to open your personal Ender Chest using /ec or /cec, allows you to open/delete/add items and more.
Custom Ender Chest v2.1.1
release17 апреля 2026 г.What's Changed
-
Add Canvas (Folia fork) detection and support.
-
Add migrate data from h2 -> mysql, mysql -> h2, etc.
-
Add stats command.
-
Add faststats metrics to tracking error and performance.
-
Add spawner entity data support.
-
Remove default max size enderchest for op/admin perms.
-
fix(config): Fix typo in config key (endechest → enderchest).
-
fix(memory): Fix PreparedStatement leak in ConvertAllCommand.
-
fix(storage): Add missing MySQL query timeouts.
-
fix(concurrency): Resolve DataLockManager race condition.
-
fix(folia): Prevent data loss on Folia servers.
-
fix(memory): Fix ResultSet resource leaks across storage backends.
-
fix(security): Add SQL injection protection in MySQL/H2Storage.
-
fix: Player can open enderchest by shift+click.
-
Fix severe data loss and permanent lock deadlocks on Folia
- chore (lang): updated missing translation by @SnowCutieOwO in https://github.com/maiminhdung/CustomEnderChest-NextGen/pull/11
- Merge dev branch to master branch by @maiminhdung in https://github.com/maiminhdung/CustomEnderChest-NextGen/pull/12
Full Changelog: https://github.com/maiminhdung/CustomEnderChest-NextGen/compare/2.1.0...2.1.1
Custom Ender Chest 2.1.1-dev
beta10 апреля 2026 г.- Add migrate functions.
- Add stats command.
- Add AI_CONTEXT for vibe developer user.
- Fix Player can open enderchest by shift+click
- Support Canvas
- ... Full changelog: https://github.com/maiminhdung/CustomEnderChest-NextGen/commits/dev/
2.1.0
release12 февраля 2026 г.NOTE: For 1.20+ server this is last update for 1.20+ and not recive any update in future. If you need new update please upgrade server to 1.21+.
Merge from 1.21+ version. Changelog from: /plugins/custom-ender-chest/changelog
2.1.0
release11 февраля 2026 г.NEW CONFIG UPDATE: Link
NOTE: For 1.20+ server this is last update for 1.20+ and not recive any update in future. If you need new update please upgrade server to 1.21+. Download 1.20+
-
Update H2 library.
-
Add import from vanilla.
-
Add miragte data to new account. (premium account -> cracked account or cracked account -> premium).
-
Add permission for open enderchest (disable-enderchest-click).
-
Improve Memory Leak Prevention by adding cleanup for resizeCooldowns, resizingPlayers, and notifiedOverflowPlayers maps.
-
Improve getPlayersWithItems() for H2, MySQL storage.
-
Remove allow-open-enderchest on config.yml change to disable-enderchest-click.
-
Fix consistent default size.
-
Fix empty Inventory Overwriting Player Data.
-
Fix infinite Resize Loop Causing Server Meltdown.
-
Fix Duplicate Permission Loop in EnderChestUtils.getSize(Player).
-
Fix Async Table Creation Race Condition.
-
Fix Connection/Statement Resource Leak in BackupManager.backupH2Data().
Full Changelog: https://github.com/maiminhdung/CustomEnderChest-NextGen/compare/2.0.9-beta...2.1.0
Custom Ender Chest 2.0.9-beta
beta31 декабря 2025 г.- Fix deadblock make server crash in some case when sync database.
- Fix H2 Database Corruption.
-
Added default command permission.
-
Added connection pool timeouts, leak detection, keepalive for h2 and mysql.
-
Added Dutch language support for messages (Thanks @Archantion )
-
Improve load and save database.
-
Improve Resize inventory feature.