{"id":81697,"date":"2026-06-04T19:41:55","date_gmt":"2026-06-04T16:41:55","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/homeplugin\/"},"modified":"2026-06-04T19:41:55","modified_gmt":"2026-06-04T16:41:55","slug":"homeplugin","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/homeplugin\/","title":{"rendered":"HomePlugin"},"content":{"rendered":"<p>![sponsor](https:\/\/client.pristis.fr\/aff.php?aff=2)<\/p>\n<div align=\"center\">\n<p># \ud83c\udfe1 HomePlugin<\/p>\n<p>**A lightweight, flexible home &#038; teleport management plugin for Paper\/Spigot servers**<\/p>\n<p>![](https:\/\/jitpack.io\/#fuzeblocks\/HomePlugin)<br \/>\n![sponsor](https:\/\/client.pristis.fr\/aff.php?aff=2)<br \/>\n![Discord](https:\/\/discord.gg\/5zJyKz6Nfm)<br \/>\n![License](https:\/\/github.com\/fuzeblocks\/HomePlugin?tab=Apache-2.0-1-ov-file)<\/p>\n<p>**Stable \u2022 Fast \u2022 Modular \u2022 API-Driven**<\/p>\n<p>[Features](#-features) \u2022 [Installation](#%EF%B8%8F-installation) \u2022 [Commands](#-commands) \u2022 [Configuration](#%EF%B8%8F-configuration) \u2022 API Documentation<\/p>\n<\/div>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>### \ud83c\udfe0 **Core Functionality**<br \/>\n&#8211; **Named Homes** &#8211; Set multiple homes with custom names and optional metadata<br \/>\n&#8211; **Global Spawn** &#8211; Server-wide spawn point management<br \/>\n&#8211; **Teleport Requests (TPA)** &#8211; Request to teleport to other players with configurable timeout<br \/>\n&#8211; **Random Teleport (RTP)** &#8211; Random teleport with cooldown and radius controls<br \/>\n&#8211; **Back Command** &#8211; Return to your previous location<\/p>\n<p>### \ud83d\uddc4\ufe0f **Flexible Storage**<br \/>\n&#8211; **YAML** (default) &#8211; Simple file-based storage<br \/>\n&#8211; **MySQL** &#8211; Full database support for larger servers<br \/>\n&#8211; **Redis Caching** &#8211; Optional cross-instance cache synchronization<\/p>\n<p>### \ud83c\udfae **Player Experience**<br \/>\n&#8211; **Interactive GUI** &#8211; Visual home management interface<br \/>\n&#8211; **Multiple Languages** &#8211; French, English, Spanish, Russian, Ukrainian, German, Turkish<br \/>\n&#8211; **Teleport Warmup** &#8211; Configurable delays with titles, messages, and particles<br \/>\n&#8211; **Permission-Based Limits** &#8211; Dynamic home limits via permissions<\/p>\n<p>### \ud83d\udd0c **Integrations**<br \/>\n&#8211; **PlaceholderAPI** &#8211; Rich placeholders for homes, counts, and locations<br \/>\n&#8211; **Vault Economy** &#8211; Optional costs for home creation, teleportation, TPA, and RTP<\/p>\n<p>### \ud83d\udee0\ufe0f **Administration**<br \/>\n&#8211; **Admin Tools** &#8211; Manage other players&#8217; homes, spawn points, and cache<br \/>\n&#8211; **World Restrictions** &#8211; Block home creation in specific worlds<br \/>\n&#8211; **Location Validation** &#8211; Prevent unfair placements<br \/>\n&#8211; **Modular Architecture** &#8211; Extensible plugin loader for custom modules<\/p>\n<p>&#8212;<\/p>\n<p>## \u2b07\ufe0f Installation<\/p>\n<p>1. **Download** the latest release from Releases or build from source<br \/>\n2. **Place** the JAR file into your server&#8217;s `plugins\/` folder<br \/>\n3. **Start** your server to generate default configuration files<br \/>\n4. **Configure** `plugins\/HomePlugin\/config.yml` to your preferences<br \/>\n5. **Restart** or reload your server<\/p>\n<p>### Quick Configuration Tips<br \/>\n&#8211; \u2705 Works out-of-the-box with YAML storage<br \/>\n&#8211; \ud83d\uddc4\ufe0f For MySQL: Configure credentials in `config.yml` before restarting<br \/>\n&#8211; \ud83d\ude80 For Redis: Set `Use-Redis: true` and ensure Redis server is accessible<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\uddfe Commands<\/p>\n<p>### Player Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/sethome [name] [info]` | Create or update a home | `homeplugin.command.sethome` |<br \/>\n| `\/home [name]` | Teleport to a home (opens GUI if no name) | `homeplugin.command.home` |<br \/>\n| `\/delhome <name>` | Delete a home | `homeplugin.command.delhome` |<br \/>\n| `\/listhome` | List all your homes | `homeplugin.command.listhome` |<br \/>\n| `\/renamehome <old> <new>` | Rename an existing home | `homeplugin.command.home` |<br \/>\n| `\/relocatehome <name>` | Move a home to your current location | `homeplugin.command.home` |<br \/>\n| `\/back` | Return to your previous location | `homeplugin.back.use` |<br \/>\n| `\/spawn` | Teleport to server spawn | `homeplugin.command.spawn` |<br \/>\n| `\/tpa <player>` | Request to teleport to a player | `homeplugin.command.tpa` |<br \/>\n| `\/tpaccept [player]` | Accept a teleport request | `homeplugin.command.tpa` |<br \/>\n| `\/tpdeny [player]` | Deny a teleport request | `homeplugin.command.tpa` |<br \/>\n| `\/rtp` | Random teleport | `homeplugin.command.rtp` |<\/p>\n<p>### Admin Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/setspawn` | Set the global spawn point | `homeplugin.admin` |<br \/>\n| `\/delspawn` | Remove the global spawn point | `homeplugin.admin` |<br \/>\n| `\/homeadmin <player>` | Manage another player&#8217;s homes | `homeplugin.admin` |<br \/>\n| `\/cache view` | View cache statistics | `homeplugin.admin` |<br \/>\n| `\/cache clearall` | Clear all plugin caches | `homeplugin.admin` |<br \/>\n| `\/cache player <name>` | Clear cache for a specific player | `homeplugin.admin` |<br \/>\n| `\/lang set <code>` | Set the active language | `homeplugin.lang.update` |<br \/>\n| `\/lang update` | Update language files (merge new keys) | `homeplugin.lang.update` |<br \/>\n| `\/plugins` | List loaded HomePlugin modules | `homeplugin.admin` |<\/p>\n<p>---<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>### Basic Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|------------|-------------|---------|<br \/>\n| `homeplugin.command.home` | Use home commands | `true` |<br \/>\n| `homeplugin.command.sethome` | Create homes | `true` |<br \/>\n| `homeplugin.command.delhome` | Delete homes | `true` |<br \/>\n| `homeplugin.command.listhome` | List homes | `true` |<br \/>\n| `homeplugin.command.spawn` | Use spawn | `true` |<br \/>\n| `homeplugin.command.tpa` | Use TPA system | `true` |<br \/>\n| `homeplugin.command.rtp` | Use random teleport | `true` |<br \/>\n| `homeplugin.back.use` | Use \/back command | `op` |<br \/>\n| `homeplugin.admin` | Admin features | `op` |<br \/>\n| `homeplugin.lang.update` | Manage languages | `op` |<\/p>\n<p>### Dynamic Home Limits<\/p>\n<p>Set custom home limits using `homeplugin.limit.<number>`:<br \/>\n- `homeplugin.limit.5` - 5 homes<br \/>\n- `homeplugin.limit.10` - 10 homes<br \/>\n- `homeplugin.limit.unlimited` - No limit<\/p>\n<p>The plugin scans from 1-100 and applies the highest value held by the player.<\/p>\n<p>### Bypass Permissions<\/p>\n<p>| Permission | Description |<br \/>\n|------------|-------------|<br \/>\n| `homeplugin.bypass.limit` | Ignore home limits |<br \/>\n| `homeplugin.bypass.validation` | Bypass location restrictions |<br \/>\n| `homeplugin.bypass.cooldown` | Ignore teleport cooldowns |<\/p>\n<p>---<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>### \ud83d\udcc4 Configuration File<\/p>\n<p>The plugin's configuration is located at `plugins\/HomePlugin\/config.yml` after the first server start.<\/p>\n<p>**\ud83d\udcd6 View Full config.yml**<\/p>\n<p>### \ud83d\udd27 Configuration Overview<\/p>\n<p>#### Language & Localization<br \/>\nSet your preferred language from: `FRENCH`, `ENGLISH`, `SPANISH`, `RUSSIAN`, `UKRAINIAN`, `GERMAN`, `TURKISH`<\/p>\n<p>#### Storage Backend<br \/>\nChoose between **YAML** (simple file-based) or **MySQL** (database) storage:<br \/>\n- `TYPE: \"YAML\"` - Default, no additional setup required<br \/>\n- `TYPE: \"MYSQL\"` - Configure `HOST`, `PORT`, `USERNAME`, `PASSWORD`, `DATABASE`<\/p>\n<p>#### Redis Cache (Optional)<br \/>\nEnable `Use-Redis: true` for cross-instance synchronization. Configure host, port, SSL, and password as needed.<\/p>\n<p>#### Home Settings<br \/>\n- `Default-Home-Limit` - Base home limit (override with permissions)<br \/>\n- `Prevent-Unfair-Location` - Block unsafe home placements<br \/>\n- `Disabled-Worlds` - List of worlds where homes cannot be created<\/p>\n<p>#### Teleport Warmup & Effects<br \/>\n- `Task-Duration` - Delay before teleport (seconds)<br \/>\n- `Use-Title` \/ `Use-Message` - Show teleport notifications<br \/>\n- `Particles-After-Teleport` - Spawn particles on arrival<br \/>\n- `Skip-If-Op` - Instant teleport for operators<\/p>\n<p>#### TPA System<br \/>\n- `Tpa-Duration` - Request expiration time (seconds)<\/p>\n<p>#### Random Teleport (RTP)<br \/>\n- `Enabled` - Enable\/disable RTP feature<br \/>\n- `Cooldown-Seconds` - Cooldown between uses<br \/>\n- `Max-Radius` - Maximum teleport distance from spawn<\/p>\n<p>#### Economy (Vault Integration)<br \/>\n- `UseEconomy` - Enable economy features<br \/>\n- `Home-Creation-Price` - Cost to create a home<br \/>\n- `Home-Teleport-Price` - Cost to teleport to a home<br \/>\n- `Tpa-Request-Price` - Cost to send TPA request<br \/>\n- `RTP-Price` - Cost to use random teleport<\/p>\n<p>#### Feature Toggles<br \/>\nEnable or disable specific features:<br \/>\n- `Enable-TPA` - TPA system<br \/>\n- `Enable-Spawn` - Spawn teleportation<br \/>\n- `Enable-Home` - Home system<\/p>\n<p>---<\/p>\n<p>## \ud83e\udde9 Integrations<\/p>\n<p>### PlaceholderAPI<\/p>\n<p>HomePlugin provides rich placeholders for use in other plugins:<\/p>\n<p>| Placeholder | Description |<br \/>\n|-------------|-------------|<br \/>\n| `%homeplugin_homes%` | Comma-separated list of home names |<br \/>\n| `%homeplugin_homes_numbers%` | Total number of homes |<br \/>\n| `%homeplugin_has_homes%` | `true` if player has homes |<br \/>\n| `%homeplugin_home_location_<name>%` | Formatted location |<br \/>\n| `%homeplugin_home_exists_<name>%` | Check if home exists |<br \/>\n| `%homeplugin_home_world_<name>%` | Home world name |<br \/>\n| `%homeplugin_home_coordinates_<name>%` | Raw coordinates (X Y Z) |<br \/>\n| `%homeplugin_home_teleport_price%` | Teleport cost |<br \/>\n| `%homeplugin_home_creation_price%` | Creation cost |<br \/>\n| `%homeplugin_tpa_request_price%` | TPA request cost |<br \/>\n| `%homeplugin_rtp_price%` | RTP cost |<\/p>\n<p>### Vault Economy<\/p>\n<p>Configure optional costs for various actions through Vault integration. Supports any Vault-compatible economy plugin.<\/p>\n<p>---<\/p>\n<p>## \ud83c\udf0d Supported Languages<\/p>\n<p>Built-in language support with fully customizable YAML files:<\/p>\n<p>- \ud83c\uddeb\ud83c\uddf7 **French** (FRENCH)<br \/>\n- \ud83c\uddec\ud83c\udde7 **English** (ENGLISH)<br \/>\n- \ud83c\uddea\ud83c\uddf8 **Spanish** (SPANISH) - _by Henri Topper_<br \/>\n- \ud83c\uddf7\ud83c\uddfa **Russian** (RUSSIAN)<br \/>\n- \ud83c\uddfa\ud83c\udde6 **Ukrainian** (UKRAINIAN)<br \/>\n- \ud83c\udde9\ud83c\uddea **German** (GERMAN)<br \/>\n- \ud83c\uddf9\ud83c\uddf7 **Turkish** (TURKISH) - _by Xenetotyp3_<\/p>\n<p>Set your language in `config.yml` or use `\/lang set <LANGUAGE>` in-game.<\/p>\n<p>---<\/p>\n<p>## \ud83e\uddd1\u200d\ud83d\udcbb Developer API<\/p>\n<p>HomePlugin provides a comprehensive API for developers to integrate and extend functionality.<\/p>\n<p>### \ud83d\udcda Documentation<\/p>\n<p>- **JavaDocs** - Complete API reference<br \/>\n- **Wiki** - Usage guides and examples<br \/>\n  - Events<br \/>\n  - Home Managers<br \/>\n  - Spawn Managers<\/p>\n<p>### \ud83d\udce6 Dependency Management<\/p>\n<p>Add HomePlugin as a dependency via JitPack:<\/p>\n<p>**Maven:**<br \/>\n```xml<br \/>\n<repository><br \/>\n  <id>jitpack.io<\/id><br \/>\n  <url>https:\/\/jitpack.io<\/url><br \/>\n<\/repository><\/p>\n<p><dependency><br \/>\n  <groupId>com.github.fuzeblocks<\/groupId><br \/>\n  <artifactId>HomePlugin<\/artifactId><br \/>\n  <version>Tag<\/version><br \/>\n<\/dependency><br \/>\n```<\/p>\n<p>**Gradle (Groovy):**<br \/>\n```groovy<br \/>\nrepositories {<br \/>\n    maven { url 'https:\/\/jitpack.io' }<br \/>\n}<\/p>\n<p>dependencies {<br \/>\n    implementation 'com.github.fuzeblocks:HomePlugin:Tag'<br \/>\n}<br \/>\n```<\/p>\n<p>**Gradle (Kotlin DSL):**<br \/>\n```kotlin<br \/>\nrepositories {<br \/>\n    maven(\"https:\/\/jitpack.io\")<br \/>\n}<\/p>\n<p>dependencies {<br \/>\n    implementation(\"com.github.fuzeblocks:HomePlugin:Tag\")<br \/>\n}<br \/>\n```<\/p>\n<p>Replace `Tag` with the desired version\/release tag.<\/p>\n<p>---<\/p>\n<p>## \ud83e\uddf1 Architecture<\/p>\n<p>HomePlugin features a modular, performance-focused architecture:<\/p>\n<p>- **Storage Abstraction** - Unified interface for YAML and MySQL backends<br \/>\n- **Optional Redis Layer** - Cross-instance caching and synchronization<br \/>\n- **Event System** - Comprehensive events for all plugin actions<br \/>\n- **Extension System** - Internal module loader for custom functionality<br \/>\n- **Async Operations** - Database queries run asynchronously<br \/>\n- **Permission-Driven** - Flexible limits and restrictions via permissions<\/p>\n<p>---<\/p>\n<p>## \u2705 Compatibility<\/p>\n<p>- **Minecraft:** 1.14+ (declared `api-version: 1.14`)<br \/>\n- **Server:** Paper, Spigot, and derivatives<br \/>\n- **Java:** Java 8+<br \/>\n- **Soft Dependencies:** PlaceholderAPI, Vault<\/p>\n<p>---<\/p>\n<p>## \ud83d\uddfa\ufe0f Roadmap<\/p>\n<p>| Feature | Status |<br \/>\n|---------|--------|<br \/>\n| Per-home economy costs | \u2705 Complete |<br \/>\n| Offline player home editing | \u2705 Complete |<br \/>\n| Edit existing homes | \u2705 Complete |<br \/>\n| `\/back` command | \u2705 Complete |<br \/>\n| Clickable chat messages | \u2705 Complete |<br \/>\n| Public homes | \ud83d\udcdd Planned |<br \/>\n| Warps | \ud83d\udcdd On the way |<br \/>\n| UI\/style refresh | \ud83d\udcdd Planned |<br \/>\n| BlueMap and Dynmap integration | \ud83d\udcdd Planned |<\/p>\n<p>Have a suggestion? Open a Discussion or join our Discord!<\/p>\n<p>---<\/p>\n<p>## \ud83e\udd1d Contributing<\/p>\n<p>Contributions are welcome! Here's how you can help:<\/p>\n<p>1. **Fork** the repository<br \/>\n2. **Create** a feature branch (`git checkout -b feature\/amazing-feature`)<br \/>\n3. **Commit** your changes (`git commit -m 'Add amazing feature'`)<br \/>\n4. **Push** to the branch (`git push origin feature\/amazing-feature`)<br \/>\n5. **Open** a Pull Request<\/p>\n<p>### Guidelines<br \/>\n- Use clear, descriptive commit messages<br \/>\n- Follow existing code style and conventions<br \/>\n- Test your changes thoroughly<br \/>\n- Update documentation as needed<br \/>\n- Discuss major changes in Issues or Discord first<\/p>\n<p>---<\/p>\n<p>## \ud83d\udcac Support<\/p>\n<p>Need help? Have questions?<\/p>\n<p>- \ud83d\udcd6 **Wiki** - Documentation and guides<br \/>\n- \ud83d\udc1b **Issues** - Bug reports and feature requests<br \/>\n- \ud83d\udcac **Discord** - Community support and discussion<br \/>\n- \ud83d\udce7 **Discussions** - General questions and ideas<\/p>\n<p>---<\/p>\n<p>## \ud83d\udcc4 License<\/p>\n<p>HomePlugin is licensed under the Apache License 2.0.<\/p>\n<p>---<\/p>\n<div align=\"center\">\n<p>**Made with \u2764\ufe0f by fuzeblocks**<\/p>\n<p>If you find this plugin useful, consider sponsoring to support development!<\/p>\n<\/div>\n<p>![Usage](https:\/\/bstats.org\/signatures\/bukkit\/HomePlugin.svg)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A lightweight and efficient plugin to manage player homes and world spawns, featuring optional caching and powerful synchronization tools.<\/p>\n","protected":false},"featured_media":81698,"template":"","meta":{"_minecraft_slug":"homeplugin","_minecraft_project_id":"kbERwJ64","_minecraft_author":"fuzeblocks","_minecraft_license":"Apache-2.0","_minecraft_downloads":14589,"_minecraft_follows":18,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"homeplugin.zip","_minecraft_size_bytes":121293868,"_minecraft_version_count":26,"_minecraft_updated_at":"2026-05-16T01:07:43.089550Z","_minecraft_date_created":"2024-03-10T06:54:05.901642Z","_minecraft_date_modified":"2026-03-17T16:47:09.091985Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/homeplugin","_minecraft_icon_attachment_id":81698,"_minecraft_imported_at":"2026-06-04T16:41:55+00:00","_minecraft_import_hash":"9da5f1aa887dec1d00dfeb0655e20a3c","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,90,127,129,869],"mod_loader":[130,132,134],"minecraft_version":[110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-81697","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-optimization","mod_category-paper","mod_category-spigot","mod_category-transportation","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","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","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HomePlugin - 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\/homeplugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HomePlugin - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A lightweight and efficient plugin to manage player homes and world spawns, featuring optional caching and powerful synchronization tools.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/homeplugin\/\" \/>\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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/homeplugin\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/homeplugin\\\/\",\"name\":\"HomePlugin - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/homeplugin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/homeplugin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/homeplugin-icon-c678e76ce945e385f0b05ed71c54a2839590dba4_96.webp\",\"datePublished\":\"2026-06-04T16:41:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/homeplugin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/homeplugin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/homeplugin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/homeplugin-icon-c678e76ce945e385f0b05ed71c54a2839590dba4_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/homeplugin-icon-c678e76ce945e385f0b05ed71c54a2839590dba4_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/homeplugin\\\/#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\":\"HomePlugin\"}]},{\"@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":"HomePlugin - 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\/homeplugin\/","og_locale":"en_US","og_type":"article","og_title":"HomePlugin - Minecraft","og_description":"A lightweight and efficient plugin to manage player homes and world spawns, featuring optional caching and powerful synchronization tools.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/homeplugin\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/homeplugin\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/homeplugin\/","name":"HomePlugin - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/homeplugin\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/homeplugin\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/homeplugin-icon-c678e76ce945e385f0b05ed71c54a2839590dba4_96.webp","datePublished":"2026-06-04T16:41:55+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/homeplugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/homeplugin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/homeplugin\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/homeplugin-icon-c678e76ce945e385f0b05ed71c54a2839590dba4_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/homeplugin-icon-c678e76ce945e385f0b05ed71c54a2839590dba4_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/homeplugin\/#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":"HomePlugin"}]},{"@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\/81697","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\/81698"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=81697"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=81697"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=81697"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=81697"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}