File Details
EnderChestV1.8.0.jar
- R
- Feb 3, 2026
- 13.99 MB
- 970
- Early Access
File Name
EnderChest.jar
Supported Versions
- Early Access
Bug Fixes
- Critical Fix - Item Duplication: Fixed a severe item duplication glitch where items removed from the Ender Chest and placed in a regular chest shortly before a server restart would reappear in the Ender Chest.
- Root Cause: Flawed "wipe prevention" logic rejected saving empty containers, preserving stale data in the database.
- Solution: Removed the wipe prevention logic and implemented immediate, write-through saves using
registerChangeEvent. The database is now always in sync with the in-memory container state.

