### Critical Bug Fixes
- Fixed Netherite items disappearing after closing and reopening /ec.
- Fixed Respawn Anchors and other Minecraft 1.16+ items not being saved.
- Reworked item serialization for modern Minecraft versions.
- Fixed a session race condition caused by quickly closing and reopening /ec.
- Prevented corrupted data from overwriting an EnderChest with empty contents.
- Added backward compatibility for existing player data.
- Improved YAML, SQLite, and MySQL storage safety.
Important: Fully restart the server after replacing the plugin. Do not use /reload.
• ## EnderChestPlus v0.0.4-BETA
### Performance Improvements
- Optimized the hologram update system.
- Holograms now use lightweight player summary data instead of loading the full EnderChest storage on every update.
- Added cached hologram player data to reduce repeated storage reads.
- Added stored item-count tracking to avoid unnecessary item deserialization.
- Added throttling for hologram updates to reduce main-thread usage on larger servers.
### Added
- Added new hologram performance settings:
-hologram.player-cache-ms
-hologram.max-updates-per-cycle
- Added automatic SQL migration for the newitem_countstorage column.
- Added YAMLitem-counttracking for player storage files.
### Changed
- Default hologram update interval changed from20ticks to60ticks.
- Hologram placeholders still work the same, including{items},{level},{slots}, and{time}.
### Notes
If you already have an existingconfig.yml, please add the new hologram performance options manually or regenerate
the config.
## EnderChestPlus v0.0.3-BETA - Update
### Added
- Added configurable starting slots for all players.
- Players can now start with 27 EnderChestPlus slots by default.
- Added an admin EnderChest viewer system.
- Added/ecsee <player>to open another player's EnderChestPlus storage.
- Added support for overriding/enderchestsee <player>so Essentials no longer opens the empty vanilla EnderChest.
- Added full config options for the admin viewer:
- enable/disable admin viewing
- custom command labels
- permission node
- editable or read-only mode
- show all slots or only unlocked slots
- custom GUI title
- configurable info button
### Changed
- Existing players can now be automatically upgraded to the configured starting slot amount.
- Admin viewing now saves data to the target player's EnderChestPlus storage, not the staff member's storage.
- EnderChestPlus now soft-depends on Essentials for better command compatibility.
### Fixed
- Fixed an issue where staff using/enderchestseewould see the vanilla/Essentials EnderChest instead of the
EnderChestPlus storage.
- Fixed force-saving open sessions so admin-viewed chests save correctly to the real owner.
- Improved placeholder support for starting slots and max slots in GUI items and titles.
### Config Notice
New config sections were added. If you already have an existingconfig.yml, please regenerate it or manually copy
the newadmin.enderchestseesection into your current config.
Temporarily disabled due to license key server updates and database updates.
