KaizenHomes v1.1
π Bug Fixes
- Fixed ConcurrentModificationException in TeleportManager warmup checker that could cause server crashes
- Fixed missing permission check on
/home unsharecommand - now requireskaizenhomes.sharepermission - Fixed blocking tab completion - home names now load from cache without blocking the main thread
π Security
- Added home name validation - names must be 1-32 characters, alphanumeric with dashes and underscores only (prevents path traversal attacks)
β¨ Improvements
- Added async error handling - all async operations now have proper error handlers with user feedback
- Updated to modern Paper API - replaced deprecated
AsyncPlayerChatEventwithAsyncChatEvent
π¦ Installation
- Download
KaizenHomes-1.1.jar - Place in your server's
pluginsfolder - Restart your server
β οΈ Note
Build the JAR locally with ./gradlew build (requires Java 21)