File Details
ShulkerChest[1.2.0].jar
- R
- Feb 4, 2026
- 13.14 MB
- 193
- Early Access
File Name
ShulkerChest[1.2.0].jar
Supported Versions
- Early Access
[v1.2.0] - Launch Release
SQLite Migration & Stability Update
WARNING
Switching to this database system will NOT migrate existing JSON data. Any items stored in Shulker Chests using the old JSON system will be lost/reset. Please empty your chests or back up your data before updating.
Database Storage:
- Migrated entire storage system from flat JSON files to a robust SQLite database (
mods/ShulkerChestConfig/shulker_data.db). - Performance: Improved server performance by removing file I/O operations for every chest transaction.
- Reliability: Implemented Real-time Transactional Saving. Inventory changes are saved instantly to the database.
- Crash Safety: The new database ensures that even if the server crashes unexpectedly, items in Shulker Chests are safe and not lost.

