Added the %islandholo_enabled% placeholder - Displays whether the hologram is enabled or not
Fixed messages display
The plugin's logic has been rewritten
The code has been simplified and optimized
Added support for the FancyHolograms plugin
Removed support for the NATIVE provider to optimize processes
After installing the plugin, enter the command /isholo migrate to spawn all holograms
Fixed an issue where the plugin ignored the /isholo toggle setting after a server restart
The plugin's code and features have been optimized
Fixed the logic for displaying holograms after restarting the server.
Fixed switching holograms between providers.
Changes:
Performance: 15x faster startup! DecentHolograms now use lazy loading (chunk-based).
3D Offsets: Added X and Z offset support (not just Y).
PAPI Support: Added placeholders for island status. %islandholo_enabled% and %islandholo_status%
Fixes: Fixed memory leaks and config reloading issues.
Fixes: DecentHolograms no longer creates files for each hologram in its directory.
Changelog
Added
- Support for DecentHolograms.
- Two hologram modes:
- NATIVE: TextDisplay + Interaction (Minecraft 1.19.4+)
- DECENT_HOLOGRAMS: Optimized holograms via packets through the DecentHolograms plugin
- Config switch to choose the hologram implementation:
hologram:
# Hologram implementation type: NATIVE or DECENT_HOLOGRAMS
# NATIVE - Uses Minecraft 1.19.4+ TextDisplay entities (recommended for 1.19.4+)
# DECENT_HOLOGRAMS - Uses DecentHolograms plugin (requires DecentHolograms installed)
type: "NATIVE"
Fixed
- Holograms now appear correctly after an admin resets the world with /is admin resetworld and a player recreates their island.
