{"id":81664,"date":"2026-06-04T19:40:12","date_gmt":"2026-06-04T16:40:12","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/"},"modified":"2026-06-04T19:40:12","modified_gmt":"2026-06-04T16:40:12","slug":"home-utilities","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/","title":{"rendered":"HOME Utilities"},"content":{"rendered":"<p># WARNING !!! DATA MIGRATION IS BROKEN IN 1.3.0 !!! Don&#8217;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!<br \/>\n# What is this mod?<br \/>\n**HOME Utilities** is a **server-side mod** that adds **new commands** to your server!<br \/>\nThis mod only adds **HOME (waypoint) commands**.<\/p>\n<p># What new commands?<br \/>\nHere is the list :<\/p>\n<p>&#8211; **sethome [home_name]** : Save your position to a waypoint name, rewrite the waypoint if it already exists.<br \/>\n&#8211; **delhome [home_name]** : Delete the waypoint of your list.<br \/>\n&#8211; **home [home_name]** : Teleports you to the position of your waypoint.<br \/>\n&#8211; **homes** : Gives you the list of your homes.<br \/>\n&#8211; **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.<br \/>\n&#8211; **psethome [home_name]** : Save your position to a public waypoint name accessible by anyone, rewrite the waypoint if it already exists.<br \/>\n&#8211; **pdelhome [home_name]** : Delete the public waypoint only if you&#8217;re the owner.<br \/>\n&#8211; **phome [home_name]** : Teleports you to the position of the public waypoint.<br \/>\n&#8211; **phomes** : Gives you the list of the public homes.<br \/>\n&#8211; **homelanguage [language]** : Change the language used by the mod for the player.<br \/>\n&#8211; **homeslimit [limit] :** By default players can only have 10 homes. This command, only available to operators, let you change this limit.<br \/>\n&#8211; **phomeslimit [limit] :** By default players can only have 10 public homes. This command, only available to operators, let you change this limit.<\/p>\n<p># What is the translations system?<br \/>\nWith versions 1.2.0+ a new config file _&#8221;home_translations.json&#8221;_ 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):<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;en&#8221;: {<br \/>\n    &#8220;sethome_success&#8221;: &#8220;Your home has been set!&#8221;,<br \/>\n    &#8220;sethome_limit&#8221;: &#8220;Error : You can only have %d homes.&#8221;,<br \/>\n    &#8220;psethome_success&#8221;: &#8220;Your public home has been set!&#8221;,<br \/>\n    &#8220;psethome_limit&#8221;: &#8220;Error : You can only have %d public homes.&#8221;,<br \/>\n    &#8220;delhome_success&#8221;: &#8220;Your home has been deleted!&#8221;,<br \/>\n    &#8220;delhome_failure&#8221;: &#8220;Error : The home don&#8217;t exist.&#8221;,<br \/>\n    &#8220;pdelhome_success&#8221;: &#8220;Your public home has been deleted!&#8221;,<br \/>\n    &#8220;pdelhome_failure&#8221;: &#8220;Error : The public home don&#8217;t exist or you&#8217;re not the owner.&#8221;,<br \/>\n    &#8220;home_success&#8221;: &#8220;You have been teleported to your home!&#8221;,<br \/>\n    &#8220;home_failure&#8221;: &#8220;Error : The home don&#8217;t exist.&#8221;,<br \/>\n    &#8220;phome_success&#8221;: &#8220;You have been teleported to the public home!&#8221;,<br \/>\n    &#8220;phome_failure&#8221;: &#8220;Error : The public home don&#8217;t exist.&#8221;,<br \/>\n    &#8220;homes_success&#8221;: &#8220;Your homes (You can click on them to teleport):&#8221;,<br \/>\n    &#8220;homes_failure&#8221;: &#8220;Error : You don&#8217;t have any home.&#8221;,<br \/>\n    &#8220;phomes_success&#8221;: &#8220;Public homes (You can click on them to teleport):&#8221;,<br \/>\n    &#8220;phomes_failure&#8221;: &#8220;Error : The server don&#8217;t have any public home.&#8221;,<br \/>\n    &#8220;sharehome_success&#8221;: &#8220;%s wants to share a home with you! To accept it click on this message.&#8221;,<br \/>\n    &#8220;sharehome_failure&#8221;: &#8220;Error : The home don&#8217;t exist.&#8221;,<br \/>\n    &#8220;sharehome_yourself&#8221;: &#8220;Error : You can&#8217;t share with yourself.&#8221;,<br \/>\n    &#8220;accepthome_success&#8221;: &#8220;The home has been transferred! Run \/homes to find it.&#8221;,<br \/>\n    &#8220;accepthome_failure&#8221;: &#8220;Error : The home don&#8217;t exist.&#8221;,<br \/>\n    &#8220;accepthome_empty&#8221;: &#8220;Error : There is no home to accept.&#8221;,<br \/>\n    &#8220;homelanguage_success&#8221;: &#8220;HOME language changed!&#8221;,<br \/>\n    &#8220;homelanguage_failure&#8221;: &#8220;Error : The language provided is invalid.&#8221;,<br \/>\n    &#8220;homeslimit_success&#8221;: &#8220;The new limit of homes has been set!&#8221;,<br \/>\n    &#8220;homeslimit_failure&#8221;: &#8220;Error : Please provide a number that is not negative.&#8221;,<br \/>\n    &#8220;phomeslimit_success&#8221;: &#8220;The new limit of public homes has been set!&#8221;,<br \/>\n    &#8220;phomeslimit_failure&#8221;: &#8220;Error : Please provide a number that is not negative.&#8221;,<br \/>\n    &#8220;version&#8221;: &#8220;1.3&#8221;<br \/>\n  },<br \/>\n  &#8220;fr&#8221;: {<br \/>\n    &#8220;sethome_success&#8221;: &#8220;Votre home a \u00e9t\u00e9 d\u00e9fini !&#8221;,<br \/>\n    &#8220;sethome_limit&#8221;: &#8220;Erreur : Vous ne pouvez avoir que %d homes.&#8221;,<br \/>\n    &#8220;psethome_success&#8221;: &#8220;Votre home public a \u00e9t\u00e9 d\u00e9fini !&#8221;,<br \/>\n    &#8220;psethome_limit&#8221;: &#8220;Erreur : Vous ne pouvez avoir que %d homes publics.&#8221;,<br \/>\n    &#8220;delhome_success&#8221;: &#8220;Votre home a \u00e9t\u00e9 supprim\u00e9 !&#8221;,<br \/>\n    &#8220;delhome_failure&#8221;: &#8220;Erreur : Ce home n&#8217;existe pas.&#8221;,<br \/>\n    &#8220;pdelhome_success&#8221;: &#8220;Votre home public a \u00e9t\u00e9 supprim\u00e9 !&#8221;,<br \/>\n    &#8220;pdelhome_failure&#8221;: &#8220;Erreur : Ce home public n&#8217;existe pas ou vous n&#8217;en \u00eates pas le propri\u00e9taire.&#8221;,<br \/>\n    &#8220;home_success&#8221;: &#8220;Vous avez \u00e9t\u00e9 t\u00e9l\u00e9port\u00e9 \u00e0 votre home !&#8221;,<br \/>\n    &#8220;home_failure&#8221;: &#8220;Erreur : Ce home n&#8217;existe pas.&#8221;,<br \/>\n    &#8220;phome_success&#8221;: &#8220;Vous avez \u00e9t\u00e9 t\u00e9l\u00e9port\u00e9 au home public !&#8221;,<br \/>\n    &#8220;phome_failure&#8221;: &#8220;Erreur : Ce home public n&#8217;existe pas.&#8221;,<br \/>\n    &#8220;homes_success&#8221;: &#8220;Vos homes (cliquez pour vous t\u00e9l\u00e9porter) :&#8221;,<br \/>\n    &#8220;homes_failure&#8221;: &#8220;Erreur : Vous n&#8217;avez aucun home.&#8221;,<br \/>\n    &#8220;phomes_success&#8221;: &#8220;Homes publics (cliquez pour vous t\u00e9l\u00e9porter) :&#8221;,<br \/>\n    &#8220;phomes_failure&#8221;: &#8220;Erreur : Le serveur n&#8217;a aucun home public.&#8221;,<br \/>\n    &#8220;sharehome_success&#8221;: &#8220;%s souhaite partager un home avec vous ! Cliquez sur ce message pour l&#8217;accepter.&#8221;,<br \/>\n    &#8220;sharehome_failure&#8221;: &#8220;Erreur : Ce home n&#8217;existe pas.&#8221;,<br \/>\n    &#8220;sharehome_yourself&#8221;: &#8220;Erreur : Vous ne pouvez pas partager avec vous-m\u00eame.&#8221;,<br \/>\n    &#8220;accepthome_success&#8221;: &#8220;Le home a \u00e9t\u00e9 transf\u00e9r\u00e9 ! Utilisez \/homes pour le trouver.&#8221;,<br \/>\n    &#8220;accepthome_failure&#8221;: &#8220;Erreur : Ce home n&#8217;existe pas.&#8221;,<br \/>\n    &#8220;accepthome_empty&#8221;: &#8220;Erreur : Aucun home \u00e0 accepter.&#8221;,<br \/>\n    &#8220;homelanguage_success&#8221;: &#8220;Langue du HOME modifi\u00e9e !&#8221;,<br \/>\n    &#8220;homelanguage_failure&#8221;: &#8220;Erreur : La langue fournie est invalide.&#8221;,<br \/>\n    &#8220;homeslimit_success&#8221;: &#8220;La nouvelle limite de homes a \u00e9t\u00e9 d\u00e9finie !&#8221;,<br \/>\n    &#8220;homeslimit_failure&#8221;: &#8220;Erreur : Veuillez fournir un nombre positif.&#8221;,<br \/>\n    &#8220;phomeslimit_success&#8221;: &#8220;La nouvelle limite de homes publics a \u00e9t\u00e9 d\u00e9finie !&#8221;,<br \/>\n    &#8220;phomeslimit_failure&#8221;: &#8220;Erreur : Veuillez fournir un nombre positif.&#8221;,<br \/>\n    &#8220;version&#8221;: &#8220;1.3&#8221;<br \/>\n  }<br \/>\n}<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Add homes\/waypoints commands to your server!<\/p>\n","protected":false},"featured_media":81665,"template":"","meta":{"_minecraft_slug":"home-utilities","_minecraft_project_id":"CLpHljll","_minecraft_author":"MimStar_","_minecraft_license":"MIT","_minecraft_downloads":16877,"_minecraft_follows":23,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"home-utilities.zip","_minecraft_size_bytes":233735,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-15T18:44:21.504515Z","_minecraft_date_created":"2025-01-23T09:52:00.685472Z","_minecraft_date_modified":"2025-07-20T15:41:52.683807Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/home-utilities","_minecraft_icon_attachment_id":81665,"_minecraft_imported_at":"2026-06-04T16:40:13+00:00","_minecraft_import_hash":"c1dc47bee95d5fe1974329aa0bbeb327","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,867,869,92],"mod_loader":[99],"minecraft_version":[37,38,78,79,80,81],"class_list":["post-81664","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-social","mod_category-transportation","mod_category-utility","mod_loader-fabric","minecraft_version-1-21-1","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HOME Utilities - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HOME Utilities - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Add homes\/waypoints commands to your server!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/home-utilities\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/home-utilities\\\/\",\"name\":\"HOME Utilities - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/home-utilities\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/home-utilities\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/home-utilities-icon-71a50df509d1329e4dd6a5ef4e32349cc2f973af_96.webp\",\"datePublished\":\"2026-06-04T16:40:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/home-utilities\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/home-utilities\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/home-utilities\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/home-utilities-icon-71a50df509d1329e4dd6a5ef4e32349cc2f973af_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/home-utilities-icon-71a50df509d1329e4dd6a5ef4e32349cc2f973af_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/home-utilities\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"HOME Utilities\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HOME Utilities - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/","og_locale":"en_US","og_type":"article","og_title":"HOME Utilities - Minecraft","og_description":"Add homes\/waypoints commands to your server!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/","name":"HOME Utilities - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/home-utilities-icon-71a50df509d1329e4dd6a5ef4e32349cc2f973af_96.webp","datePublished":"2026-06-04T16:40:12+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/home-utilities-icon-71a50df509d1329e4dd6a5ef4e32349cc2f973af_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/home-utilities-icon-71a50df509d1329e4dd6a5ef4e32349cc2f973af_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/home-utilities\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"HOME Utilities"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/81664","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/81665"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=81664"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=81664"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=81664"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=81664"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}