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.6 for 1.20.1 Fabric/Quilt

  • R
  • Apr 9, 2026
  • 29.88 KB
  • 19
  • 1.20.1
  • Fabric + 1

File Name

homemod-1.20.1-1.5.6.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:home-point-1491803:7899101"

Quilt

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

Learn more about Curse Maven

Changelog 1.5.6

⭐ New Features

  • Multi-Player Sharing (@a, @p, @r selectors): The /home share and /home share_coords commands now support entity selectors! You can share your home with all players at once using @a, the nearest player with @p, or a random player with @r.
    • Example: /home share "My Base" @a — broadcasts your home to every online player.
    • Example: /home share "My Base" @a false — sends coordinates to everyone without the [Add Home] button.
  • Explicit true/false Toggle for Share Button: The includeButton argument now uses BoolArgumentType, meaning you get proper TAB-autocomplete suggestions for true and false when typing the command.
  • New /home share_coords with Target Support: You can now specify a target player or selector for share_coords as well.
    • Example: /home share_coords "My Base" @p — sends plain-text coordinates to the nearest player.

🪲 Bug Fixes

  • Home Name Quoting in Share Commands: Fixed an issue where home names with spaces were not properly parsed in the share commands. The name argument now uses StringArgumentType.string() instead of greedyString() for share/share_coords, allowing subsequent arguments (target, includeButton) to be parsed correctly.

📋 Full Command Reference (v1.5.6)

Basic Navigation

Command Description
/home Opens the interactive Chat Menu with clickable buttons
/home list <page> Shows a specific page of your homes list
/home <name> Teleports you to the specified home
/home set <name> Creates a new home at your current location
/home del <name> Deletes an existing home
/home rename <old> <new> Renames an existing home

Sharing

Command Description
/home share <name> Broadcasts your home to the global chat with an [Add Home] button
/home share <name> <target> Sends your home to specific player(s) — supports @a, @p, @r
/home share <name> <target> <true/false> Same as above, but explicitly controls whether the [Add Home] button is included
/home share_coords <name> Broadcasts your home coordinates to global chat (no button)
/home share_coords <name> <target> Sends plain-text coordinates to specific player(s)

NeoForge 1.21.1 Only (Extended)

Command Description
/home tp_pos <x> <y> <z> Teleports to exact coordinates
/home add_pos <name> <x> <y> <z> <yaw> <pitch> <dim> Adds a home at specific coordinates (used internally by the [Add Home] button)

📝 Technical Notes

  • Updated EntityArgument.player()EntityArgument.players() (NeoForge) / EntityArgumentType.players() (Fabric) across all 8 module versions.
  • The shareHome method now accepts Collection<ServerPlayer> and iterates over all selected targets, sending a confirmation message listing all recipient names.
  • All platforms updated: Fabric 1.16.5, 1.19.2, 1.21.1, 1.21.11, 26.1 · NeoForge 1.21.1, 26.1 · Forge 1.20.1 (Architectury)