
HomePlugin
A lightweight and efficient plugin to manage player homes and world spawns, featuring optional caching and powerful synchronization tools.
HomePlugin 0.8.7-beta – Massive Warps Update, Offline Homes
beta17 марта 2026 г.🚀 The Warps Update (warps-dev)
A massive overhaul introducing full Warp capabilities, GUI integration, and warp customization!
- Warp Management: Create, delete, and manage server warps with dedicated command autocompletion.
- Advanced Warp GUI: Manage warps visually with intuitive items for changing expiration, lore, permissions, renaming, and custom icons.
- Economy System Integration: Set usage pricing and manage costs (increase, decrease, delete) for warp modifications directly in the GUI.
- Localization: Added extensive translation support for teleportation messages, warp commands, and GUI items (French, Turkish, and more).
- Expiration & Permissions: Fine-tune who can use warps and how long they last.
✨ New Features & Improvements
✅ Offline Home Management
- Manage player homes while players are offline.
- Supports both SQL and YAML storage systems.
✅ Major Manager Refactor
- Refactored the following managers to improve code structure, readability, and maintainability:
- Home
- Spawn
- Status
- Task
- Teleportation
- Permission management
✅ Localization & Telemetry
- Fixed missing language keys and added Turkish translation.
- Added GUI not supported message to multiple language files.
- New telemetry to collect used language metrics to help us better understand user demographics and improve localization.
✅ System & GUI Improvements
- Upgraded JDK version from 17 to 21.
- Added update checking and automated download tools.
- Added priority handling in GUIs.
- Clear message displayed when GUI is not supported.
🛠️ What's Changed
- Warps System: Merge of the
warps-devbranch functionalities! - Refactor Home, Spawn, Status, Task, and Teleportation managers → PR #43
- Fix missing lang keys and add Turkish translation → PR #46
- Implement offline home management with SQL and YAML support → PR #47
- Add GUI not supported message to multiple language files and priority handling → PR #48
- Collect used language → PR #50
🔗 Full Changelog
👤 Contributors
@fuzeblocks
HomePlugin 0.8.6-main-SNAPSHOT
release10 января 2026 г.✨ HomePlugin 0.8.6 – Refactor, Offline Homes & Localization Update
✨ New Features & Improvements
✅ Offline Home Management
- Manage player homes while players are offline
- Supports both SQL and YAML storage systems
✅ Major Manager Refactor
- Refactored the following managers to improve code structure, readability, and maintainability:
- Home
- Spawn
- Status
- Task
- Teleportation
✅ Localization Improvements
- Fixed missing language keys
- Added Turkish translation
- Added GUI not supported message to multiple language files
✅ GUI Improvements
- Added priority handling
- Clear message displayed when GUI is not supported
🛠️ What's Changed
- Refactor Home, Spawn, Status, Task, and Teleportation managers
→ PR #43 - Fix missing lang keys and add Turkish translation
→ PR #46 - Implement offline home management with SQL and YAML support
→ PR #47 - Add GUI not supported message to multiple language files and priority handling
→ PR #48
🔗 Full Changelog
https://github.com/fuzeblocks/HomePlugin/compare/0.8.5...0.8.6
👤 Contributors
- @fuzeblocks
Fixing languages missing keys
release4 декабря 2025 г.Bug solved update
release29 ноября 2025 г.Improve stability and bug fix
What's Changed
- Add Features section to select which feature we want to enable or not by @fuzeblocks in https://github.com/fuzeblocks/HomePlugin/pull/38
- Better german translations by @jone-cmd in https://github.com/fuzeblocks/HomePlugin/pull/39
New Contributors
- @jone-cmd made their first contribution in https://github.com/fuzeblocks/HomePlugin/pull/39
Full Changelog: https://github.com/fuzeblocks/HomePlugin/compare/0.8.3...0.8.4
Clickable Messages, Languages & Stability Update
beta19 ноября 2025 г.✨ New Features & Enhancements
✅ Clickable Messages (Interactive Chat Features)
Commands now support clickable and hoverable chat messages, improving player interaction. Includes:
- Click suggestions in chat
- Interactive teleportation messages
- Improved UX for
/home,/sethome,/tpa, and more
Integrated from the clickable-messages-dev branch.
🌍 Extended Language Support
Additional built-in languages have been added. Documentation and generated files were updated accordingly.
🔧 RTP Improvements
- Fixed case sensitivity issues in the RTP event handler
maxYis now automatically determined based on the world environment- Safer random teleportation logic
- RTP refined as part of recent refactoring
🔐 New Config Option: Skip-If-Op
Admins can now bypass certain limits if they are OP:
Skip-If-Op: true
📊 bStats Integration
The plugin now includes bStats to anonymously collect usage metrics, helping improve future updates.
Added via PR #28.
📝 Documentation & Javadoc Updates
- Updated all generated Javadoc files
- Cleaned timestamps
- Updated event package structure
- Improved GitHub Pages deployment preparation
What's Changed
- Bstats dev by @fuzeblocks in https://github.com/fuzeblocks/HomePlugin/pull/28
- Clickable messages dev by @fuzeblocks in https://github.com/fuzeblocks/HomePlugin/pull/37
Full Changelog: https://github.com/fuzeblocks/HomePlugin/compare/0.8.2...0.8.3