WaterHomes

⭐ — (2 endorsements) 📥 408 downloads 📌 v2.3.1 📅 10/11/2025
🟡 Updated this year

By WatermanMC8521 · game-mechanics

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 3/19/2026 📅 Created: 10/11/2025

🔍 Analysis

  • 🏆 #217 of 262 game-mechanics mods in this game by downloads

📋 About This Mod

# WaterHomes **WaterHomes** is a lightweight and efficient home-setting plugin designed for **PaperMC 1.21+** servers. It provides players with the fundamental ability to set personal teleport locations, making world navigation quick and easy without the unnecessary clutter or overhead of larger plugins. --- ## Key Features & Why You Should Download It * **Essential Home Functionality:** Quickly set your personal spawn location anywhere in the world. No complex features, just simple, reliable `/home` functionality. * **Minimal Overhead:** Built to be lightweight and efficient, ensuring minimal impact on your server's performance. Perfect for small to medium-sized survival, semi-vanilla, or even large public servers that just need a core home feature. * **Extra Features:** Extra features like to ban a word if a player is setting a home or unsafe blocks so players cannot set a home near a blacklisted block! View it at your `config.yml`! * **Customize Plugin Messages:** Customize all WaterHomes messages completely on `messages.yml`! Uses MiniMessage so you can have gradients, hex, clickable text and more! No more ugly § color codes! MiniMessage formatter: (https://webui.advntr.dev/) * **Intuitive Commands:** Everything a player needs is covered by a small, easy-to-remember commands set **with tab complete**. * **Modern Server Support:** Built specifically for the latest **PaperMC 1.21+** versions and its forks, guaranteeing up-to-date performance and stability. * **Open Source:** Developed under the **GNU General Public License v3.0**, allowing for transparency and community contributions. --- ## Commands & Usage **(<> is optional, is required):** | Command | Description | Permission | |:----------------------------|:------------------------------------------|:----------------------| | `/sethome <name>` | Sets a new home at your current location. | `waterhomes.sethome` | | `/home <name>` | Teleports you to your chosen home. | `waterhomes.home` | | `/delhome <name>` | Delete your home | `waterhomes.delhome` | | `/homelist` | Lists all homes you have set. | `waterhomes.homelist` | | `/waterhomes ` | Reload or see the info of the plugin. | `waterhomes.admin` | --- ## Default Configs Default configs used on the plugin. <details> <summary>config.yml</summary> ```yaml # Thank you for using WaterHomes! # Documentation: https://github.com/WatermanMC/WaterHomes/wiki # Discord: https://discord.gg/Scgqfm5EU4 # GitHub: https://github.com/WatermanMC/WaterHomes # Teleport Delay # Bypass permission: waterhomes.tpdelay.bypass tp-delay: enabled: true cancel-on-move: true duration: 2 # In seconds # Teleport Cooldown # Bypass permission: waterhomes.cooldown.bypass tp-cooldown: enabled: true duration: 60 # In seconds # Banned words for sethome # Regex pattern is allowed # Bypass permission: waterhomes.bannedwords.bypass banned-words: - banned words is listed here - th(i|1)s is (a|4) reg(3|3)x pattern # Here you can customize for home limits # Permission: waterhomes.sethome.<group> # For example, you set 'default' to create only 1 home. You need to give a group/user the permission: waterhomes.sethome.default home-group-limits: default: 1 god: 10 # List unsafe blocks here so players cannot set home at this blocks # Use Minecraft block identifier here, not numerical! You may try googling if you dont know :D # Bypass permission: waterhomes.unsafeblocks.bypass # This detects within 2 block radius of player # Case insensitive unsafe-blocks: - water - lava - cactus - magma_block - bedrock ``` </details> <details> <summary>messages.yml</summary> ```yaml # Customize messages here! # Only supports MiniMessage! # MniMessage formatter: https://webui.advntr.dev/ prefix: "<aqua><b>WaterHomes<white>: <reset>" reloaded: "<aqua><b>WaterHomes <reset><gray>Reloaded!" nopermission: "<red>You don't have permission to use this command!" sethome: success: "<green>Successfully set home at your location!" failed: unsafe: "<red>Error! Unsafe location!" banword: "<red>Error! Your set home contains a banned word!" args: "<red>Error! Invalid Argument!" # This is only activated if a player have a permission that grants him a multiple homes noname: "<red>Error! No name specified!" reachedmaximum: "<red>You reached your limit for setting homes!" home: success: "<green>Teleported to your home!" delay: "<green>Teleporting... Please wait." cooldown: "<red>You are in cooldown! Please wait in <yellow>%seconds% <red>seconds!" failed: delaymoved: "<red>You moved! Home teleportation cancelled." invalidhome: "<red>Error! Invalid home." args: "<red>Error! Invalid Argument!" delhome: success: "<green>Home '<yellow>%home%<green>' has been deleted!" failed:

# WaterHomes

WaterHomes is a lightweight and efficient home-setting plugin designed for PaperMC 1. 21+ servers. It provides players with the fundamental ability to set personal teleport locations, making world navigation quick and easy without the unnecessary clutter or overhead of larger plugins.

## Key Features & Why You Should Download It

Essential Home Functionality: Quickly set your personal spawn location anywhere in the world. No complex features, just simple, reliable `/home` functionality. Minimal Overhead: Built to be lightweight and efficient, ensuring minimal impact on your server's performance. Perfect for small to medium-sized survival, semi-vanilla, or even large public servers that just need a core home feature. Extra Features: Extra features like to ban a word if a player is setting a home or unsafe blocks so players cannot set a home near a blacklisted block! View it at your `config.yml`! Customize Plugin Messages: Customize all WaterHomes messages completely on `messages.yml`! Uses MiniMessage so you can have gradients, hex, clickable text and more! No more ugly § color codes! MiniMessage formatter: (https://webui.advntr.dev/) Intuitive Commands: Everything a player needs is covered by a small, easy-to-remember commands set with tab complete. Modern Server Support: Built specifically for the latest PaperMC 1. 21+ versions and its forks, guaranteeing up-to-date performance and stability. * Open Source: Developed under the GNU General Public License v3. 0, allowing for transparency and community contributions.

## Commands & Usage (<> is optional, [] is required):

| Command | Description | Permission | |:----------------------------|:------------------------------------------|:----------------------| | `/sethome ` | Sets a new home at your current location. | `waterhomes.sethome` | | `/home ` | Teleports you to your chosen home. | `waterhomes.home` | | `/delhome ` | Delete your home | `waterhomes.delhome` | | `/homelist` | Lists all homes you have set. | `waterhomes.homelist` | | `/waterhomes ` | Reload or see the info of the plugin. | `waterhomes.admin` |

## Default Configs Default configs used on the plugin.

config.yml

```yaml # Thank you for using WaterHomes! # Documentation: https://github.com/WatermanMC/WaterHomes/wiki # Discord: https://discord.gg/Scgqfm5EU4 # GitHub: https://github.com/WatermanMC/WaterHomes

# Teleport Delay # Bypass permission: waterhomes.tpdelay.bypass tp-delay: enabled: true cancel-on-move: true duration: 2 # In seconds

# Teleport Cooldown # Bypass permission: waterhomes.cooldown.bypass tp-cooldown: enabled: true duration: 60 # In seconds

# Banned words for sethome # Regex pattern is allowed # Bypass permission: waterhomes.bannedwords.bypass banned-words: - banned words is listed here - th(i|1)s is (a|4) reg(3|3)x pattern

# Here you can customize for home limits # Permission: waterhomes.sethome. # For example, you set 'default' to create only 1 home. You need to give a group/user the permission: waterhomes.sethome.default home-group-limits: default: 1 god: 10

# List unsafe blocks here so players cannot set home at this blocks # Use Minecraft block identifier here, not numerical! You may try googling if you dont know :D # Bypass permission: waterhomes.unsafeblocks.bypass # This detects within 2 block radius of player # Case insensitive unsafe-blocks: - water - lava - cactus - magma_block - bedrock ```

messages.yml

```yaml # Customize messages here! # Only supports MiniMessage! # MniMessage formatter: https://webui.advntr.dev/

prefix: "WaterHomes: "

reloaded: "WaterHomes Reloaded!" nopermission: "You don't have permission to use this command!"

sethome: success: "Successfully set home at your location!" failed: unsafe: "Error! Unsafe location!" banword: "Error! Your set home contains a banned word!" args: "Error! Invalid Argument!" # This is only activated if a player have a permission that grants him a multiple homes noname: "Error! No name specified!" reachedmaximum: "You reached your limit for setting homes!"

home: success: "Teleported to your home!" delay: "Teleporting... Please wait." cooldown: "You are in cooldown! Please wait in %seconds% seconds!" failed: delaymoved: "You moved! Home teleportation cancelled." invalidhome: "Error! Invalid home." args: "Error! Invalid Argument!"

delhome: success: "Home '%home%' has been deleted!" failed:

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
WatermanMC8521
Version
2.3.1
Downloads
408
Endorsements
2
Category
game-mechanics
Created
10/11/2025
Updated
3/19/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
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 WaterHomes 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 WaterHomes?

Version 2.3.1, published 2026-03-19 with 408 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await