Home Point
๐ก Updated this year๐ผ๏ธ Gallery (4 images)
๐ Analysis
- ๐ 0.2% endorsement rate
- ๐ #1396 of 1560 bukkit mods in this game by downloads
๐ About This Mod
# <p align="center">๐ Home Point</p> <p align="center"><strong>A lightweight, interactive teleport system for your Minecraft server.</strong></p> <p align="center"> <img src="https://img.shields.io/badge/VERSION-26.1_(soon)_|_1.21.11_|_1.21.1_|_1.20.1_|_1.19.2_|_1.16.5_|_1.12.2_|_1.8.9-orange?style=for-the-badge&logo=modrinth&logoColor=white" alt="Versions"> <img src="https://img.shields.io/badge/LOADERS-FORGE_|_FABRIC_|_NEOFORGE_|_QUILT-blue?style=for-the-badge&logo=minecraft&logoColor=white" alt="Loaders"> </p> --- ### ๐ก๏ธ About the Mod **Home Point** is a server-side only mod that completely overhauls the standard `/home` command experience. Instead of using clunky inventory GUIs or forcing you to type out long commands, everything is managed through a clean, clickable interface right in your chat box. Since it's server-side only, your players don't need to download anything to play! ### โจ Features * **๐ก Share Your Base (`/home share`):** Proud of your build? Share your home in the global chat. Other players will see a green `` button they can click to instantly save your coordinates to their own list. **NEW in 1.5.6:** Now supports `@a`, `@p`, `@r` selectors to share with multiple players at once! * **โจ๏ธ Smart Autocomplete:** Start typing `/home tp `, press `TAB`, and the mod will automatically suggest and safely quote your home names, even if they have spaces or Cyrillic letters! * **โ๏ธ Combat Tagging (Anti-PvP):** No more running away from fights. If a player deals or takes damage, they get placed in combat mode, blocking them from teleporting. * **๐ Dimension Control:** Only want players to use homes in the Overworld? You can easily restrict teleportation using whitelists or blacklists in the config. * **๐๏ธ 100% Configurable:** Tune practically every aspect of the mod. Want a 5-second warm-up delay? Custom particle effects? A strict max home limit? It's all there. ### ๐ Technical Performance Home Point is built with massive multiplayer servers in mind: * **Zero TPS Impact:** The teleport wait timers do not use standard server `onTick` event loops. Everything relies on highly efficient task schedulers. * **Asynchronous I/O Saving:** When the mod saves your player's coordinates, it offloads the save process to a background thread (`system_async_saving`). It will never freeze or lag the main server thread! --- ### ๐ฌ Commands & Arguments Everything runs through the `/home` command, which fully supports **TAB-Autocomplete**. If your home name contains spaces, don't worryโthe mod will automatically add quotes around the name for you! #### ๐น 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>` | Instantly 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_name> <new_name>` | Renames an existing home | #### ๐น Sharing When sharing homes, you can optionally specify **who** to share with using player names or entity selectors (`@a`, `@p`, `@r`), and control whether the clickable `` button is included. | Command | Description | |---------|-------------| | `/home share <name>` | Broadcasts your home to the **global chat** with an `` button | | `/home share <name> <target>` | Sends your home to specific player(s). Supports `@a` (all), `@p` (nearest), `@r` (random) | | `/home share <name> <target> true` | Shares with target(s) **with** the `` button | | `/home share <name> <target> false` | Shares with target(s) **without** the `` button (coordinates only) | | `/home share_coords <name>` | Broadcasts your home to the **global chat** as plain coordinates (no button) | | `/home share_coords <name> <target>` | Sends plain-text coordinates to specific player(s) | > **Example:** `/home share "My Base" @a false` โ sends coordinates of "My Base" to every online player, without any clickable buttons. #### ๐น Permission Ranks & Limits The config allows you to set specific quotas like `homes_limit_vip` and `homes_limit_admin`. The mod automatically determines these quotas based on standard permission levels or Operator status. You can instantly bypass all limits natively by granting OP status if `homes_unlimited_for_operators` is set to `true`. --- ### โ๏ธ Server Configuration (v1.5.6+) **Where to find it:** `config/home_mod.json` The config file is incredibly detailed but easy to read. If you ever update the mod, new settings will be safely added without breaking your existing config! Here is the full breakdown of every single setting you can tweak: #### ๐ 1. Player Limits (`homes_limit_*`) * `homes_limit_default` ****: The maximum number of homes a standard player can set. * `homes_limit_vip` **[Int, Def
#
๐ Home Point
A lightweight, interactive teleport system for your Minecraft server.
### ๐ก๏ธ About the Mod Home Point is a server-side only mod that completely overhauls the standard `/home` command experience. Instead of using clunky inventory GUIs or forcing you to type out long commands, everything is managed through a clean, clickable interface right in your chat box. Since it's server-side only, your players don't need to download anything to play!
### โจ Features ๐ก Share Your Base (`/home share`): Proud of your build? Share your home in the global chat. Other players will see a green `` button they can click to instantly save your coordinates to their own list. NEW in 1. 5. 6: Now supports `@a`, `@p`, `@r` selectors to share with multiple players at once! โจ๏ธ Smart Autocomplete: Start typing `/home tp `, press `TAB`, and the mod will automatically suggest and safely quote your home names, even if they have spaces or Cyrillic letters! โ๏ธ Combat Tagging (Anti-PvP): No more running away from fights. If a player deals or takes damage, they get placed in combat mode, blocking them from teleporting. ๐ Dimension Control: Only want players to use homes in the Overworld? You can easily restrict teleportation using whitelists or blacklists in the config. ๐๏ธ 100% Configurable: Tune practically every aspect of the mod. Want a 5-second warm-up delay? Custom particle effects? A strict max home limit? It's all there.
### ๐ Technical Performance Home Point is built with massive multiplayer servers in mind: Zero TPS Impact: The teleport wait timers do not use standard server `onTick` event loops. Everything relies on highly efficient task schedulers. Asynchronous I/O Saving: When the mod saves your player's coordinates, it offloads the save process to a background thread (`system_async_saving`). It will never freeze or lag the main server thread!
### ๐ฌ Commands & Arguments Everything runs through the `/home` command, which fully supports TAB-Autocomplete. If your home name contains spaces, don't worryโthe mod will automatically add quotes around the name for you!
#### ๐น Basic Navigation
| Command | Description |
|---------|-------------|
| `/home` | Opens the interactive Chat Menu with clickable ``, ``, ``, `` buttons |
| `/home list
#### ๐น Sharing When sharing homes, you can optionally specify who to share with using player names or entity selectors (`@a`, `@p`, `@r`), and control whether the clickable `` button is included.
| Command | Description |
|---------|-------------|
| `/home share
> Example: `/home share "My Base" @a false` โ sends coordinates of "My Base" to every online player, without any clickable buttons.
#### ๐น Permission Ranks & Limits The config allows you to set specific quotas like `homes_limit_vip` and `homes_limit_admin`. The mod automatically determines these quotas based on standard permission levels or Operator status. You can instantly bypass all limits natively by granting OP status if `homes_unlimited_for_operators` is set to `true`.
### โ๏ธ Server Configuration (v1. 5. 6+) Where to find it: `config/home_mod.json`
The config file is incredibly detailed but easy to read. If you ever update the mod, new settings will be safely added without breaking your existing config! Here is the full breakdown of every single setting you can tweak:
#### ๐ 1. Player Limits (`homes_limit_`) `homes_limit_default` : The maximum number of homes a standard player can set. `homes_limit_vip` **[Int, Def
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- ShizoflanMods
- Version
- 1.5.6
- Downloads
- 1,261
- Endorsements
- 2
- Category
- bukkit
- Created
- 3/30/2026
- Updated
- 4/9/2026
- Game Versions
- 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3
- Tags
- game-mechanics, utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does Home Point support?
The author lists 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4. Other versions may work but are untested by the author.
What is the latest version of Home Point?
Version 1.5.6, published 2026-04-09 with 1,261 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await



