promotional bannermobile promotional banner

Home Point

Lightweight server-side home system featuring a fully interactive, auto-refreshing Chat UI. No client-side mods required. Supports Fabric/Forge 1.8.9 – 1.21.11.

File Details

Home Point 1.5.5 for 1.21.1 NeoForge

  • R
  • Apr 2, 2026
  • 34.21 KB
  • 10
  • 1.21.1
  • NeoForge

File Name

homemod-neoforge-1.5.5.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:home-point-1491803:7863367"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog 1.5.5 (Cumulative Update from 1.4.7)

This is a massive summary update combining the features of 1.5.3 and the critical hotfixes of 1.5.4 and 1.5.5 into one stable release.

⭐ New Features

  • Combat Protection (PvP Tagging): Added pvp_block_teleport_in_combat and pvp_combat_duration_seconds.
    • Teleportation induction will now cancel instantly if the player takes damage or engages in combat.
    • Players will be blocked from using /home for a configurable duration (default: 15s) after their last combat interaction.
  • Enhanced Sharing UI:
    • Added a new AQUA [Share] button to the interactive chat UI.
    • Recipients can now click an interactive [Add Home] button to automatically save the shared home (respecting their home limits).
    • Added support for private sharing: /home share <name> <player>.
    • NEW in 1.5.5: Added /home share_coords <name> command if you want to share your home location strictly as text without generating the [Add Home] clickable button for others.
  • Smart Autocomplete (NEW in 1.5.5):
    • Typing /home commands now fully supports Tab-Completion! The mod will suggest your exact home names. If your home name contains spaces or Cyrillic characters, the auto-completer safely wraps them in quotes so you never have to guess the syntax manually!
  • Dimensional Control: Added world_whitelist and world_blacklist to restrict teleportation within specific dimensions.
  • Visuals & Audio: Added support for custom particle effects and sound triggers (start, success, cancel) for teleportation.

🪲 Bug Fixes & Hotfixes

  • 🚨 Critical: Config Data Wipe Fix (1.5.4): Resolved an issue where updating from version 1.4.x could reset settings to defaults. Added a built-in migration script to safely port old configuration keys to the new format.
  • 🚨 Critical: Cyrillic GUI Button Crash (1.5.5): Fixed a major issue where clicking buttons like [TP], [Del], or [Share] in the chat GUI would fail with the error "Home not found!" if your home name was written in Cyrillic, Chinese, or contained special characters and spaces. The command argument parser has been completely rewritten to perfectly support all UTF-8 characters via dynamic escaping and greedyString consumption.
  • Vehicle Dismounting: Fixed an issue where teleporting while riding an entity caused positioning errors. Players are now safely dismounted automatically.
  • Movement Detection: Fixed a rare bug where high-latency jitter would incorrectly cancel teleportation.

📝 Performance & Technical

  • Async I/O Saving: Data commits are now handled on a background thread to prevent TPS spikes on high-density servers.
  • Scheduler-Based Induction: Warmup sequences use the server task scheduler instead of the main tick loop for improved efficiency.
  • NeoForge Support: Full, verified support for NeoForge 1.21.1.

📝 Important Notes

  • Legacy Status: Versions below 1.16.5 are in legacy maintenance mode.
  • Update Recommended: All server administrators running 1.4.7 - 1.5.4 MUST update directly to 1.5.5 to ensure maximum stability and full language compatibility.