Bug Fixes
- Fixed a critical data corruption issue where islands could be lost or mixed up in internal storage due to an incorrect identity check.
- Fixed a bug where color codes in formatted messages were never applied, causing raw placeholder text to appear instead of colored output.
- Fixed issues that could occur when interacting with blocks, entities, or pistons under edge-case conditions.
- Fixed issue on server shutdown when the plugin failed to initialize properly on startup.
Performance Improvements
- Significantly reduced lag during high-activity gameplay by caching data.
- Island lookups, trust checks, and deletions are now near-instant thanks to optimized internal data structures.
- Mathematical formula evaluation for island progression no longer recomputes unnecessarily.
- Minor memory savings from removing redundant object allocations in grid tracking.
Add support for Nexo blocks and items
add "island-teleport-on-fall: true" in the config
feat: add configuration option for island join on first login
feat: bump version to 1.0.40
feat: block placing outside of the worldborder (fixes bedrock compatibility issues)
