Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.8–1.8.9
Platforms
Creators
Details
Changelog
What's Changed
🚀 Features
- Added support for stay ticks in action bar messages to control display duration
🐛 Fixes
- Fixed action bar message compatibility for Minecraft 1.18 and older versions
- Improved emoji escaping to prevent formatting issues
- Added null checks for channels in
BukkitProxyConnectorto avoid unexpected errors - Removed duplicate Sync matcher to prevent conflicts
- Added null player checks in the
spitmodule for safer execution - Fixed player data (fPlayer) not updating when inventory settings were closed
- Corrected maintenance mode logic to properly kick players when enabled
- Ignored null connections to prevent crashes during network handling
🔧 Refactors
- Major codebase reorganization: Renamed multiple classes, packages, and interfaces (e.g.,
ILocalization→Localization, moved interceptors to dedicated packages) - Removed deprecated/unused code:
DebugInterceptor,ModuleManager,DatabaseThread, and ticker classes - Optimized SQLite integration using HikariCP for better performance
- Split database logic into DAO (Data Access Object) layers for modularity
- Updated user login and maintenance-checking logic for reliability
- Integrated the latest version of MiniTranslator
Full Changelog: v0.5.2...v0.5.3



