{"id":151523,"date":"2026-06-09T06:27:57","date_gmt":"2026-06-09T03:27:57","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/systemhomes\/"},"modified":"2026-06-09T06:27:57","modified_gmt":"2026-06-09T03:27:57","slug":"systemhomes","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/systemhomes\/","title":{"rendered":"SystemHomes"},"content":{"rendered":"<p># Seb&#8217;s SystemHomes Plugin<br \/>\n![GitHub Actions Workflow Status](https:\/\/img.shields.io\/github\/actions\/workflow\/status\/CloudieSMP\/SystemHomes\/build.yml)<\/p>\n<p>A customizable plugin for Minecraft Paper servers. This plugin allows players to sethomes, warps, playerwarps and tpa.<\/p>\n<p>## Features<\/p>\n<p>&#8211; Manage homes with `\/sethome`, `\/home`, and `\/homes`.<br \/>\n&#8211; Teleport to other players with `\/tpa`, `\/tpaccept`, and `\/tpdeny`.<br \/>\n&#8211; Manage global warps with `\/setwarp`, `\/warp`, `\/delwarp`, `\/warps`, and `\/spawn`.<br \/>\n&#8211; Manage player warps with `\/setpwarp`, `\/pwarp`, `\/delpwarp`, and `\/pwarps`.<br \/>\n&#8211; Do `\/spawn` to `\/warp spawn`<br \/>\n&#8211; Automatically import legacy data from the old `SystemHomes` on startup.<br \/>\n&#8211; Check GitHub releases for updates on startup.<br \/>\n&#8211; Store all global warps in one `warps.yml` file.<br \/>\n&#8211; Store player warps per player UUID in `playerwarps\/<uuid>.yml`.<\/p>\n<p>## Commands<\/p>\n<p>### TPA Commands<br \/>\n| Command             | Description                                     |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/tpa <player>`     | Request to teleport to another player.          |<br \/>\n| `\/tpahere <player>` | Request to teleport another player to yourself. |<br \/>\n| `\/tpaccept`         | Accept a teleport request.                      |<br \/>\n| `\/tpdeny`           | Deny a teleport request.                        |<\/p>\n<p>### Home Commands<br \/>\n| Command           | Description                         |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/sethome <name>` | Set a home with a specific name.    |<br \/>\n| `\/delhome <name>` | Delete a home with a specific name. |<br \/>\n| `\/home <name>`    | Teleport to a specific home.        |<br \/>\n| `\/homes`          | List all your homes.                |<\/p>\n<p>### Warp Commands<br \/>\n| Command           | Description                             |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `\/setwarp <name>` | Set a global warp with a specific name. |<br \/>\n| `\/delwarp <name>` | Delete a specific warp.                 |<br \/>\n| `\/warp <name>`    | Teleport to a specific warp.            |<br \/>\n| `\/warps`          | List all available warps.               |<br \/>\n| `\/spawn`          | Teleports to the spawn warp.            |<\/p>\n<p>### Player Warp Commands<br \/>\n| Command            | Description                             |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `\/setpwarp <name>` | Set a player warp with a specific name. |<br \/>\n| `\/delpwarp <name>` | Delete a player warp.                   |<br \/>\n| `\/pwarp <name>`    | Teleport to a player warp.              |<br \/>\n| `\/pwarps`          | List all available player warps.        |<\/p>\n<p>## Configuration<\/p>\n<p>The plugin&#8217;s settings can be customized in the `config.yml` file. Below is an example configuration:<\/p>\n<p>&#8220;`yaml<br \/>\n# Language file to use from the lang\/ folder (e.g. &#8220;en&#8221; loads lang\/en.yml).<br \/>\nlanguage: en<\/p>\n<p># All home settings.<br \/>\nhome:<br \/>\n  enable: true<br \/>\n  teleport-delay: 2<br \/>\n  max-homes: 3<\/p>\n<p># All tpa settings.<br \/>\ntpa:<br \/>\n  enable: true<br \/>\n  # Time in seconds before a tpa request expires.<br \/>\n  request-expire-time: 30<br \/>\n  # Time in seconds before the player gets tped.<br \/>\n  teleport-delay: 2<\/p>\n<p># All warp settings.<br \/>\nwarp:<br \/>\n  enable: true<br \/>\n  teleport-delay: 2<br \/>\n  spawn-delay: 0<\/p>\n<p># All player-warp settings.<br \/>\npwarp:<br \/>\n  enable: true<br \/>\n  teleport-delay: 2<br \/>\n  max-warps: 3<br \/>\n&#8220;`<\/p>\n<p>## Language Files<\/p>\n<p>Language files live in `plugins\/SystemHomes\/lang\/`. The bundled `en.yml` is used as the base, and when the plugin starts it will only append any new keys that were added in a newer version.<\/p>\n<p>## Permissions<\/p>\n<p>| Admin Permission           | Description                                         |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `systemhomes.admin.*`      | Grants access to all admin perms.                   |<br \/>\n| `systemhomes.admin.reload` | Grants access to reload.                            |<br \/>\n| `systemhomes.admin.warp`   | Grants access to set and delete warp.               |<br \/>\n| `systemhomes.admin.pwarp`  | Grants access to delete and modify all PlayerWarps. |<\/p>\n<p>| Player Permissions (default) | Description                                           |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `systemhomes.player.*`       | Grants access to all player perms.                    |<br \/>\n| `systemhomes.player.tpa`     | Grants access to use tpa and tpahere.                 |<br \/>\n| `systemhomes.player.home`    | Grants access to use and set homes.                   |<br \/>\n| `systemhomes.player.warp`    | Grants access to use warps.                           |<br \/>\n| `systemhomes.player.pwarp`   | Grants access to use player warps.                    |<\/p>\n<p>The command permissions used internally are `systemhomes.cmd.home`, `systemhomes.cmd.tpa`, `systemhomes.cmd.warp`, and `systemhomes.cmd.pwarp`. The `systemhomes.player.*` aliases above grant those command nodes automatically.<\/p>\n<p>## Legacy Import<\/p>\n<p>If a `SystemHomes` folder exists next to the new plugin data folder, the plugin will import:<\/p>\n<p>&#8211; homes from `homes.yml`<br \/>\n&#8211; warps from `warps.yml`<br \/>\n&#8211; player warps from `playerwarps.yml`<\/p>\n<p>Imported data is written into the new storage layout automatically.<\/p>\n<p>## Installation<\/p>\n<p>1. Download the plugin&#8217;s `.jar` file.<br \/>\n2. Place the `.jar` file in your server&#8217;s `plugins` folder.<br \/>\n3. Restart or reload your server.<br \/>\n4. Edit the `config.yml` file in the `plugins\/SystemHomes` folder to customize settings.<br \/>\n5. Use the commands in-game to enjoy the plugin!<\/p>\n<p>## Contributing<\/p>\n<p>Contributions are welcome! Please fork the repository and submit a pull request with your changes.<\/p>\n<p>## License<br \/>\n![GNU GPLv3 License](https:\/\/choosealicense.com\/licenses\/gpl-3.0\/)<\/p>\n<p>This project is licensed under the GNU GPLv3 License. See the `LICENSE` file for details.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>small homes\/warps and tpa plugin for Paper<\/p>\n","protected":false},"featured_media":151524,"template":"","meta":{"_minecraft_slug":"systemhomes","_minecraft_project_id":"kShy4nQx","_minecraft_author":"Sebiann","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":1354,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"systemhomes.zip","_minecraft_size_bytes":15916015,"_minecraft_version_count":8,"_minecraft_updated_at":"2026-05-16T07:33:21.167921Z","_minecraft_date_created":"2025-01-18T21:55:41.964722Z","_minecraft_date_modified":"2026-05-10T16:07:46.677535Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/systemhomes","_minecraft_icon_attachment_id":151524,"_minecraft_imported_at":"2026-06-09T03:27:57+00:00","_minecraft_import_hash":"4cf266f0c5c8a4b2b7ccbfe5771f098b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,127,92],"mod_loader":[132],"minecraft_version":[38,81,83,167,163],"class_list":["post-151523","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-paper","mod_category-utility","mod_loader-paper","minecraft_version-1-21-4","minecraft_version-1-21-8","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SystemHomes - 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\/systemhomes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SystemHomes - Minecraft\" \/>\n<meta property=\"og:description\" content=\"small homes\/warps and tpa plugin for Paper\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/systemhomes\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/systemhomes\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/systemhomes\\\/\",\"name\":\"SystemHomes - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/systemhomes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/systemhomes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/systemhomes-icon-40558b4b300080e08982691b36e745046e480885.png\",\"datePublished\":\"2026-06-09T03:27:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/systemhomes\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/systemhomes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/systemhomes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/systemhomes-icon-40558b4b300080e08982691b36e745046e480885.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/systemhomes-icon-40558b4b300080e08982691b36e745046e480885.png\",\"width\":64,\"height\":64},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/systemhomes\\\/#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\":\"SystemHomes\"}]},{\"@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":"SystemHomes - 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\/systemhomes\/","og_locale":"en_US","og_type":"article","og_title":"SystemHomes - Minecraft","og_description":"small homes\/warps and tpa plugin for Paper","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/systemhomes\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/systemhomes\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/systemhomes\/","name":"SystemHomes - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/systemhomes\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/systemhomes\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/systemhomes-icon-40558b4b300080e08982691b36e745046e480885.png","datePublished":"2026-06-09T03:27:57+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/systemhomes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/systemhomes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/systemhomes\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/systemhomes-icon-40558b4b300080e08982691b36e745046e480885.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/systemhomes-icon-40558b4b300080e08982691b36e745046e480885.png","width":64,"height":64},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/systemhomes\/#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":"SystemHomes"}]},{"@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\/151523","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\/151524"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=151523"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=151523"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=151523"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=151523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}