File Details
Home Point 1.5.6 for 1.20.1 Forge
- R
- Apr 9, 2026
- 30.08 KB
- 17
- 1.20.1
- Forge
File Name
homemod-1.20.1-1.5.6.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Changelog 1.5.6
⭐ New Features
- Multi-Player Sharing (
@a,@p,@rselectors): The/home shareand/home share_coordscommands 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.
- Example:
- Explicit
true/falseToggle for Share Button: TheincludeButtonargument now usesBoolArgumentType, meaning you get proper TAB-autocomplete suggestions fortrueandfalsewhen typing the command. - New
/home share_coordswith Target Support: You can now specify a target player or selector forshare_coordsas well.- Example:
/home share_coords "My Base" @p— sends plain-text coordinates to the nearest player.
- Example:
🪲 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
nameargument now usesStringArgumentType.string()instead ofgreedyString()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
shareHomemethod now acceptsCollection<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)

