FlectonePulse-bukkit-0.5.3.jar
Details
-
FilenameFlectonePulse-bukkit-0.5.3.jar
-
Uploaded by
-
UploadedFeb 12, 2025
-
Size1.29 MB
-
Downloads68
-
MD592ec3a8d105e3730ab8703192f3ef039
Supported Bukkit Versions
- 1.21
- 1.20.6
- 1.20.5
- 1.20.5-Snapshot
- 1.20.4
- 1.20.3-Snapshot
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
- 1.16
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