Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
HOME Utilities
ModMIT

HOME Utilities

Add homes/waypoints commands to your server!

15.5K
Downloads
23
Followers
11 months ago
Updated
📦
24
Versions
socialtransportationutilityfabric
Download Latestv1.3.0View on Modrinth

📖About HOME Utilities

WARNING !!! DATA MIGRATION IS BROKEN IN 1.3.0 !!! Don't update from 1.2.3 to 1.3.0 if you have already home utilities data! Fix will be available on 1.3.0!

What is this mod?

HOME Utilities is a server-side mod that adds new commands to your server!
This mod only adds HOME (waypoint) commands.

What new commands?

Here is the list :

  • sethome [home_name] : Save your position to a waypoint name, rewrite the waypoint if it already exists.
  • delhome [home_name] : Delete the waypoint of your list.
  • home [home_name] : Teleports you to the position of your waypoint.
  • homes : Gives you the list of your homes.
  • sharehome [home_name] [player_name] : Share a home with another player. The target player needs to click on the message to add it to his list.
  • psethome [home_name] : Save your position to a public waypoint name accessible by anyone, rewrite the waypoint if it already exists.
  • pdelhome [home_name] : Delete the public waypoint only if you're the owner.
  • phome [home_name] : Teleports you to the position of the public waypoint.
  • phomes : Gives you the list of the public homes.
  • homelanguage [language] : Change the language used by the mod for the player.
  • homeslimit [limit] : By default players can only have 10 homes. This command, only available to operators, let you change this limit.
  • phomeslimit [limit] : By default players can only have 10 public homes. This command, only available to operators, let you change this limit.

What is the translations system?

With versions 1.2.0+ a new config file "home_translations.json" is automatically generated on server start, you can add translations as below that your players can use with the /homelanguage command (here i added a french translation):

{
  "en": {
    "sethome_success": "Your home has been set!",
    "sethome_limit": "Error : You can only have %d homes.",
    "psethome_success": "Your public home has been set!",
    "psethome_limit": "Error : You can only have %d public homes.",
    "delhome_success": "Your home has been deleted!",
    "delhome_failure": "Error : The home don't exist.",
    "pdelhome_success": "Your public home has been deleted!",
    "pdelhome_failure": "Error : The public home don't exist or you're not the owner.",
    "home_success": "You have been teleported to your home!",
    "home_failure": "Error : The home don't exist.",
    "phome_success": "You have been teleported to the public home!",
    "phome_failure": "Error : The public home don't exist.",
    "homes_success": "Your homes (You can click on them to teleport):",
    "homes_failure": "Error : You don't have any home.",
    "phomes_success": "Public homes (You can click on them to teleport):",
    "phomes_failure": "Error : The server don't have any public home.",
    "sharehome_success": "%s wants to share a home with you! To accept it click on this message.",
    "sharehome_failure": "Error : The home don't exist.",
    "sharehome_yourself": "Error : You can't share with yourself.",
    "accepthome_success": "The home has been transferred! Run /homes to find it.",
    "accepthome_failure": "Error : The home don't exist.",
    "accepthome_empty": "Error : There is no home to accept.",
    "homelanguage_success": "HOME language changed!",
    "homelanguage_failure": "Error : The language provided is invalid.",
    "homeslimit_success": "The new limit of homes has been set!",
    "homeslimit_failure": "Error : Please provide a number that is not negative.",
    "phomeslimit_success": "The new limit of public homes has been set!",
    "phomeslimit_failure": "Error : Please provide a number that is not negative.",
    "version": "1.3"
  },
  "fr": {
    "sethome_success": "Votre home a été défini !",
    "sethome_limit": "Erreur : Vous ne pouvez avoir que %d homes.",
    "psethome_success": "Votre home public a été défini !",
    "psethome_limit": "Erreur : Vous ne pouvez avoir que %d homes publics.",
    "delhome_success": "Votre home a été supprimé !",
    "delhome_failure": "Erreur : Ce home n'existe pas.",
    "pdelhome_success": "Votre home public a été supprimé !",
    "pdelhome_failure": "Erreur : Ce home public n'existe pas ou vous n'en êtes pas le propriétaire.",
    "home_success": "Vous avez été téléporté à votre home !",
    "home_failure": "Erreur : Ce home n'existe pas.",
    "phome_success": "Vous avez été téléporté au home public !",
    "phome_failure": "Erreur : Ce home public n'existe pas.",
    "homes_success": "Vos homes (cliquez pour vous téléporter) :",
    "homes_failure": "Erreur : Vous n'avez aucun home.",
    "phomes_success": "Homes publics (cliquez pour vous téléporter) :",
    "phomes_failure": "Erreur : Le serveur n'a aucun home public.",
    "sharehome_success": "%s souhaite partager un home avec vous ! Cliquez sur ce message pour l'accepter.",
    "sharehome_failure": "Erreur : Ce home n'existe pas.",
    "sharehome_yourself": "Erreur : Vous ne pouvez pas partager avec vous-même.",
    "accepthome_success": "Le home a été transféré ! Utilisez /homes pour le trouver.",
    "accepthome_failure": "Erreur : Ce home n'existe pas.",
    "accepthome_empty": "Erreur : Aucun home à accepter.",
    "homelanguage_success": "Langue du HOME modifiée !",
    "homelanguage_failure": "Erreur : La langue fournie est invalide.",
    "homeslimit_success": "La nouvelle limite de homes a été définie !",
    "homeslimit_failure": "Erreur : Veuillez fournir un nombre positif.",
    "phomeslimit_success": "La nouvelle limite de homes publics a été définie !",
    "phomeslimit_failure": "Erreur : Veuillez fournir un nombre positif.",
    "version": "1.3"
  }
}

👥 Team & Contributors

MimStar_
MimStar_Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
fabric
Minecraft Versions
1.21.8

🔗 Links

Modrinth Page