Homes Gui

⭐ — (4 endorsements) 📥 329 downloads 📌 v1.0.3-Release 📅 5/8/2026
🟡 Updated this year

By gregwll · adventure

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/25/2026 📅 Created: 5/8/2026

🔍 Analysis

  • 🏆 #21 of 333 adventure mods in this game by downloads

📋 About This Mod

# 🏠 HomeGui **A lightweight, feature-rich home plugin for Minecraft SMP servers.** Set, manage and teleport to your homes through a clean GUI or simple commands. --- ## ✨ Features ### 🏡 Home System Set named homes and teleport to them instantly via command or through an interactive GUI. A maximum number of homes per player is configurable. ### 🖥️ Interactive GUI Open your homes list with `/home` — navigate through pages, and click a home to teleport. Each home displays its coordinates and world. ### ⚠️ Safe Teleport System The plugin checks whether a home destination is safe before teleporting. If unsafe teleport is enabled in the config, the player must confirm the teleportation with `/confirmhome`. Pending confirmations expire after a configurable delay. ### 🛡️ Admin Commands Operators and players with the `hg.admin` permission can teleport to or delete any player's home using `player:home` syntax with full tab-completion. ### ⚙️ Full Config Support Customize the prefix, maximum homes per player, teleportation cooldown, teleportation cancelation, unsafe teleport behavior, and confirmation expiry delay — all from `config.yml`. Reload without restarting with `/homereload`. --- ## 📋 Commands | Command | Description | |---|---| | `/home` | Open the homes GUI | | `/home <name>` | Teleport to a specific home | | `/sethome <name>` | Set a home at your current location | | `/delhome <name>` | Delete one of your homes | | `/confirmhome` | Confirm teleportation to an unsafe home | | `/homeadmin <player>:<home>` | Teleport to any player's home | | `/delhomeadmin <player>:<home>` | Delete any player's home | | `/homereload` | Reload the config | | `/back` | Return back to the last position | --- ## 🔐 Permissions | Permission | Description | |---|---| | `hg.admin` | Access to `/homeadmin`, `/delhomeadmin` and `/homereload` | --- ## ⚙️ Config ```yaml # HomeGui Configuration # Maximum number of homes per player (default: 3) max-homes: 3 # Plugin prefix prefix: "§x§0§0§8§D§F§F§l§nH§x§2§1§7§6§F§F§l§no§x§4§3§5§E§F§F§l§nm§x§6§4§4§7§F§F§l§ne§x§8§5§2§F§F§F§l§nG§x§A§7§1§8§F§F§l§nU§x§C§8§0§0§F§F§l§nI " # Allow unsafe teleportation (teleporting to dangerous locations like inside blocks) # If false, the plugin will check if the destination is safe before teleporting allow-unsafe-teleport: false # Pending teleport expiry delay in seconds (default: 60) // ONLY IF "allow-unsafe-teleport" IS SET ON FALSE. confirm-expiry: 60 # Cooldown between teleportations in seconds (0 = disabled) teleport-cooldown: 5 # Warmup delay before teleporting in seconds (0 = disabled) # The player must stand still during this delay teleport-warmup: 3 # Cancel the warmup if the player moves cancel-on-move: true # Cancel the warmup if the player takes damage cancel-on-damage: true # Enable /back command (returns to position before last home teleport) enable-back: true ``` --- ## 📦 Installation Drop the `.jar` into your `plugins/` folder and restart your server. No dependencies required. --- ## 🔧 Compatibility - ✅ Paper / Spigot - ✅ Minecraft 1.21.x // 26.x.x --- *Made with ❤️ by Gregwll*

# 🏠 HomeGui

A lightweight, feature-rich home plugin for Minecraft SMP servers. Set, manage and teleport to your homes through a clean GUI or simple commands.

## ✨ Features

### 🏡 Home System Set named homes and teleport to them instantly via command or through an interactive GUI. A maximum number of homes per player is configurable.

### 🖥️ Interactive GUI Open your homes list with `/home` — navigate through pages, and click a home to teleport. Each home displays its coordinates and world.

### ⚠️ Safe Teleport System The plugin checks whether a home destination is safe before teleporting. If unsafe teleport is enabled in the config, the player must confirm the teleportation with `/confirmhome`. Pending confirmations expire after a configurable delay.

### 🛡️ Admin Commands Operators and players with the `hg.admin` permission can teleport to or delete any player's home using `player:home` syntax with full tab-completion.

### ⚙️ Full Config Support Customize the prefix, maximum homes per player, teleportation cooldown, teleportation cancelation, unsafe teleport behavior, and confirmation expiry delay — all from `config.yml`. Reload without restarting with `/homereload`.

## 📋 Commands

| Command | Description | |---|---| | `/home` | Open the homes GUI | | `/home ` | Teleport to a specific home | | `/sethome ` | Set a home at your current location | | `/delhome ` | Delete one of your homes | | `/confirmhome` | Confirm teleportation to an unsafe home | | `/homeadmin :` | Teleport to any player's home | | `/delhomeadmin :` | Delete any player's home | | `/homereload` | Reload the config | | `/back` | Return back to the last position |

## 🔐 Permissions

| Permission | Description | |---|---| | `hg.admin` | Access to `/homeadmin`, `/delhomeadmin` and `/homereload` |

## ⚙️ Config

```yaml # HomeGui Configuration

# Maximum number of homes per player (default: 3) max-homes: 3

# Plugin prefix prefix: "§x§0§0§8§D§F§F§l§nH§x§2§1§7§6§F§F§l§no§x§4§3§5§E§F§F§l§nm§x§6§4§4§7§F§F§l§ne§x§8§5§2§F§F§F§l§nG§x§A§7§1§8§F§F§l§nU§x§C§8§0§0§F§F§l§nI "

# Allow unsafe teleportation (teleporting to dangerous locations like inside blocks) # If false, the plugin will check if the destination is safe before teleporting allow-unsafe-teleport: false

# Pending teleport expiry delay in seconds (default: 60) // ONLY IF "allow-unsafe-teleport" IS SET ON FALSE. confirm-expiry: 60

# Cooldown between teleportations in seconds (0 = disabled) teleport-cooldown: 5

# Warmup delay before teleporting in seconds (0 = disabled) # The player must stand still during this delay teleport-warmup: 3

# Cancel the warmup if the player moves cancel-on-move: true

# Cancel the warmup if the player takes damage cancel-on-damage: true

# Enable /back command (returns to position before last home teleport) enable-back: true ```

## 📦 Installation Drop the `.jar` into your `plugins/` folder and restart your server. No dependencies required.

## 🔧 Compatibility - ✅ Paper / Spigot - ✅ Minecraft 1. 21.x // 26.x.x

Made with ❤️ by Gregwll

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
gregwll
Version
1.0.3-Release
Downloads
329
Endorsements
4
Category
adventure
Created
5/8/2026
Updated
7/25/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
adventure, transportation, 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 Homes Gui support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of Homes Gui?

Version 1.0.3-Release, published 2026-07-25 with 329 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More adventure 👤 More by gregwll 🔎 Similar Mods 🌐 Best adventure (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods