Home Point

โญ โ€” (2 endorsements) ๐Ÿ“ฅ 1,261 downloads ๐Ÿ“Œ v1.5.6 ๐Ÿ“… 3/30/2026
๐ŸŸก Updated this year

By ShizoflanMods ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 4/9/2026 ๐Ÿ“… Created: 3/30/2026

๐Ÿ” 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.

Versions Loaders

### ๐Ÿ›ก๏ธ 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 ` | Shows a specific page of your homes list | | `/home ` | Instantly teleports you to the specified home | | `/home set ` | Creates a new home at your current location | | `/home del ` | Deletes an existing home | | `/home rename ` | 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 ` | Broadcasts your home to the global chat with an `` button | | `/home share ` | Sends your home to specific player(s). Supports `@a` (all), `@p` (nearest), `@r` (random) | | `/home share true` | Shares with target(s) with the `` button | | `/home share false` | Shares with target(s) without the `` button (coordinates only) | | `/home share_coords ` | Broadcasts your home to the global chat as plain coordinates (no button) | | `/home share_coords ` | 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

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š 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

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by ShizoflanMods ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods