A lightweight and efficient plugin to manage player homes, warps and world spawns, featuring optional caching.
HomePlugin 0.8.9 is a major corrective release focused on stability, compatibility, and version support.
The previous 0.8.8 release introduced major changes but contained critical issues that could prevent the plugin from working correctly. Version 0.8.9 addresses these problems by restructuring the project and separating version-specific implementations.
๐ ๏ธ Major Changes
๐ง Multi-Version Architecture
The project has been split into 4 modules to properly support different Minecraft versions and their respective APIs.
This new architecture allows HomePlugin to provide compatible dependencies and implementations across the supported Minecraft versions, instead of relying on a single implementation for every version.
๐ Extended Minecraft Compatibility
The new modular structure is designed to support Minecraft versions from 1.14 through 26.2, with version-specific dependencies where required.
This significantly improves compatibility with both older and newer Minecraft servers.
๐ Stability & Bug Fixes
- Fixed critical issues introduced in
0.8.8. - Improved compatibility between different Minecraft API versions.
- Fixed problems caused by incompatible dependencies.
- Improved the reliability of version-specific functionality.
- Refactored the project structure to make future compatibility updates easier.
โ ๏ธ Important
If you are currently running HomePlugin 0.8.8, updating to 0.8.9 is strongly recommended.
The 0.8.8 release contained compatibility and stability issues that could prevent parts of the plugin from working correctly. Version 0.8.9 replaces the previous architecture with a version-aware modular structure.