Skip to content

KaizenHomes v1.1

Latest

Choose a tag to compare

@timiliris timiliris released this 01 Dec 15:47

KaizenHomes v1.1

πŸ› Bug Fixes

  • Fixed ConcurrentModificationException in TeleportManager warmup checker that could cause server crashes
  • Fixed missing permission check on /home unshare command - now requires kaizenhomes.share permission
  • 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 AsyncPlayerChatEvent with AsyncChatEvent

πŸ“¦ Installation

  1. Download KaizenHomes-1.1.jar
  2. Place in your server's plugins folder
  3. Restart your server

⚠️ Note

Build the JAR locally with ./gradlew build (requires Java 21)