{"id":68830,"date":"2026-06-04T01:13:16","date_gmt":"2026-06-03T22:13:16","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/fantpa\/"},"modified":"2026-06-04T01:13:16","modified_gmt":"2026-06-03T22:13:16","slug":"fantpa","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/fantpa\/","title":{"rendered":"FanTPA"},"content":{"rendered":"<p># FanTPA<\/p>\n<p>A powerful Minecraft Fabric teleportation mod that provides TPA, Home, Back and other teleportation features with advanced capabilities.<\/p>\n<p>&#8212;<\/p>\n<p>**\u4e2d\u6587\u7248\u672c** | [English]([README.md](https:\/\/github.com\/fanlepian1\/FanTPA\/blob\/master\/README.md))<\/p>\n<p>## Features<\/p>\n<p>### Core Features<br \/>\n&#8211; **Asynchronous Chunk Loading** &#8211; Advanced async chunk loading system ensures smooth teleportation without server lag<br \/>\n&#8211; **Custom Language Support** &#8211; Full support for custom translations with 17+ built-in languages<br \/>\n&#8211; **High Version Compatibility** &#8211; Supports Minecraft 26.1+<\/p>\n<p>### TPA Teleportation System<br \/>\n| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/tpa <player>` | Send teleport request to another player | All players |<br \/>\n| `\/tpahere <player>` | Request another player to teleport to you | All players |<br \/>\n| `\/tpaccept <player>` | Accept teleport request | All players |<br \/>\n| `\/tpdeny <player>` | Deny teleport request | All players |<\/p>\n<p>### Home System<br \/>\n| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/home [name]` | Teleport to your home (default home if no name specified) | All players |<br \/>\n| `\/sethome [name]` | Set current location as home (default home if no name) | All players |<br \/>\n| `\/delhome <name>` | Delete specified home | All players |<\/p>\n<p>### Back Feature<br \/>\n| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/back` | Return to last death or teleport location | All players |<\/p>\n<p>### Admin Commands<br \/>\n| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/tpall` | Teleport all online players to your location | OP only |<\/p>\n<p>## Advanced Features<\/p>\n<p>### Asynchronous Chunk Loading<br \/>\nFanTPA implements an advanced asynchronous chunk loading mechanism that:<br \/>\n&#8211; Loads destination chunks in the background without blocking the main thread<br \/>\n&#8211; Provides smooth teleportation experience even in remote locations<br \/>\n&#8211; Prevents server lag during teleportation operations<\/p>\n<p>### Custom Language Support<br \/>\n&#8211; 17+ built-in languages with full translation coverage<br \/>\n&#8211; Easy-to-use language configuration system<br \/>\n&#8211; Support for adding custom language packs<\/p>\n<p>### High Version Compatibility<br \/>\n&#8211; Server version requirement: >= 26.1<br \/>\n&#8211; Regular updates to support latest Minecraft versions<\/p>\n<p>## Installation<\/p>\n<p>### Server Installation<br \/>\n1. Ensure your server has **Fabric Loader** and **Fabric API** installed<br \/>\n2. Place `FanTPA-x.x.x.jar` into the server&#8217;s `mods` folder<br \/>\n3. Start the server, the mod will automatically generate config files<\/p>\n<p>### Client Installation (Optional)<br \/>\n&#8211; If you want to use in single player, install Fabric Loader and Fabric API as well<br \/>\n&#8211; Place the mod in client&#8217;s `mods` folder<\/p>\n<p>## Configuration File<\/p>\n<p>The mod will automatically generate a config file at `config\/fantpa\/fantpa.conf` on first run.<\/p>\n<p>### Config Structure<\/p>\n<p>&#8220;`hocon<br \/>\nfantpa {<br \/>\n    teleport {<br \/>\n        timeout = 30    # TPA request timeout in seconds<br \/>\n        cooldown = 5    # Teleport cooldown in seconds<br \/>\n        delay = 3       # Teleport delay in seconds<br \/>\n    }<br \/>\n    language {<br \/>\n        default-language = &#8220;en_us&#8221;  # Default language setting<br \/>\n    }<br \/>\n    commands {<br \/>\n        tpa { enabled = true }      # Enable \/tpa command<br \/>\n        tpahere { enabled = true }  # Enable \/tpahere command<br \/>\n        back { enabled = true }     # Enable \/back command<br \/>\n        home { enabled = true }     # Enable \/home command<br \/>\n        sethome { enabled = true }  # Enable \/sethome command<br \/>\n        delhome { enabled = true }  # Enable \/delhome command<br \/>\n    }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>### Config Options<\/p>\n<p>| Option | Type | Default | Description |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `teleport.timeout` | int | 30 | TPA request timeout, auto-cancelled if not responded |<br \/>\n| `teleport.cooldown` | int | 5 | Cooldown between teleports to prevent spamming |<br \/>\n| `teleport.delay` | int | 3 | Delay before teleportation, allows canceling |<br \/>\n| `language.default-language` | string | &#8220;en_us&#8221; | Default language for the mod |<br \/>\n| `commands.*.enabled` | boolean | true | Enable\/disable specific commands |<\/p>\n<p>### How to Modify Config<br \/>\n1. Stop the server<br \/>\n2. Edit `config\/fantpa\/fantpa.conf` file<br \/>\n3. Save and restart the server<\/p>\n<p>## Building from Source<\/p>\n<p>### Requirements<br \/>\n&#8211; Java 25 or higher<br \/>\n&#8211; Git<\/p>\n<p>### Build Steps<\/p>\n<p>1. **Clone the repository**<br \/>\n&#8220;`bash<br \/>\ngit clone https:\/\/github.com\/yourusername\/FanTPA.git<br \/>\ncd FanTPA<br \/>\n&#8220;`<\/p>\n<p>2. **Build the mod**<br \/>\n&#8220;`bash<br \/>\n# Windows<br \/>\ngradlew.bat build<\/p>\n<p># Linux\/macOS<br \/>\n.\/gradlew build<br \/>\n&#8220;`<\/p>\n<p>3. **Get the output**<br \/>\nBuilt jar file will be located at `build\/libs\/FanTPA-1.0.0.jar`<\/p>\n<p>### Development Commands<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `gradlew runClient` | Launch development client |<br \/>\n| `gradlew runServer` | Launch development server |<br \/>\n| `gradlew build` | Build the mod |<br \/>\n| `gradlew sourcesJar` | Generate sources jar |<\/p>\n<p>## Supported Languages<\/p>\n<p>| Code    | Language              |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `zh_cn` | Chinese (Simplified)  |<br \/>\n| `zh_tw` | Chinese (Traditional) |<br \/>\n| `en_us` | English               |<br \/>\n| `de_de` | German                |<br \/>\n| `es_es` | Spanish               |<br \/>\n| `fr_fr` | French                |<br \/>\n| `ja_jp` | Japanese              |<br \/>\n| `ko_kr` | Korean                |<br \/>\n| `lzh`   | Chinese (Literary)    |<br \/>\n| `pt_br` | Portuguese (Brazil)   |<br \/>\n| `ru_ru` | Russian               |<br \/>\n| `it_it` | Italian               |<br \/>\n| `pl_pl` | Polish                |<br \/>\n| `tr_tr` | Turkish               |<br \/>\n| `th_th` | Thai                  |<br \/>\n| `vi_vn` | Vietnamese            |<br \/>\n| `uk_ua` | Ukrainian             |<\/p>\n<p>## Event System<\/p>\n<p>The mod provides rich events for other mods to listen:<\/p>\n<p>&#8211; `TpaRequestEvent` &#8211; Fired when a TPA request is sent<br \/>\n&#8211; `TpaHereRequestEvent` &#8211; Fired when a TPAHere request is sent<br \/>\n&#8211; `TpaAcceptEvent` &#8211; Fired when a teleport request is accepted<br \/>\n&#8211; `TpaDenyEvent` &#8211; Fired when a teleport request is denied<br \/>\n&#8211; `HomeSetEvent` &#8211; Fired when a home is set<br \/>\n&#8211; `HomeTeleportEvent` &#8211; Fired when teleporting home<br \/>\n&#8211; `BackEvent` &#8211; Fired when using `\/back`<br \/>\n&#8211; `TeleportEvent` &#8211; Fired when a teleport occurs<\/p>\n<p>## Technical Information<\/p>\n<p>&#8211; **Mod ID**: `fantpa`<br \/>\n&#8211; **Version**: 1.0.0<br \/>\n&#8211; **Minecraft Version**: 1.20.1+<br \/>\n&#8211; **Server Version Requirement**: >= 26.1<br \/>\n&#8211; **Dependency**: Fabric API<\/p>\n<p>## License<\/p>\n<p>MIT License<\/p>\n<p>## Contributing<\/p>\n<p>Contributions are welcome! Feel free to submit issues and pull requests.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u4e2a\u529f\u80fd\u5f3a\u5927\u7684 Minecraft Fabric \u4f20\u9001\u6a21\u7ec4\uff0c\u63d0\u4f9b TPA\u3001Home\u3001Back \u7b49\u4f20\u9001\u529f\u80fd\uff0c\u5177\u5907\u9ad8\u7ea7\u7279\u6027\u3002A powerful Minecraft Fabric teleportation mod that provides TPA, Home, Back and other teleportation features with advanced capabilities.<\/p>\n","protected":false},"featured_media":68831,"template":"","meta":{"_minecraft_slug":"fantpa","_minecraft_project_id":"Npw3Qy71","_minecraft_author":"fanlepian1","_minecraft_license":"MIT","_minecraft_downloads":15,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"fantpa.zip","_minecraft_size_bytes":70816,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T13:06:05.258866Z","_minecraft_date_created":"2026-05-07T04:29:46.559460Z","_minecraft_date_modified":"2026-05-05T15:43:41.881938Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/fantpa","_minecraft_icon_attachment_id":68831,"_minecraft_imported_at":"2026-06-03T22:13:18+00:00","_minecraft_import_hash":"4021500a11afe41c883c238f4e82e66f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,126,867,92],"mod_loader":[99],"minecraft_version":[83,167,163],"class_list":["post-68830","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-management","mod_category-social","mod_category-utility","mod_loader-fabric","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>FanTPA - 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\/fantpa\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FanTPA - Minecraft\" \/>\n<meta property=\"og:description\" content=\"\u4e00\u4e2a\u529f\u80fd\u5f3a\u5927\u7684 Minecraft Fabric \u4f20\u9001\u6a21\u7ec4\uff0c\u63d0\u4f9b TPA\u3001Home\u3001Back \u7b49\u4f20\u9001\u529f\u80fd\uff0c\u5177\u5907\u9ad8\u7ea7\u7279\u6027\u3002A powerful Minecraft Fabric teleportation mod that provides TPA, Home, Back and other teleportation features with advanced capabilities.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/fantpa\/\" \/>\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\\\/fantpa\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fantpa\\\/\",\"name\":\"FanTPA - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fantpa\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fantpa\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fantpa-icon-7c0a488e18ea8657ce39d62f58c8d176c63c731c_96.webp\",\"datePublished\":\"2026-06-03T22:13:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fantpa\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fantpa\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fantpa\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fantpa-icon-7c0a488e18ea8657ce39d62f58c8d176c63c731c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fantpa-icon-7c0a488e18ea8657ce39d62f58c8d176c63c731c_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fantpa\\\/#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\":\"FanTPA\"}]},{\"@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":"FanTPA - 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\/fantpa\/","og_locale":"en_US","og_type":"article","og_title":"FanTPA - Minecraft","og_description":"\u4e00\u4e2a\u529f\u80fd\u5f3a\u5927\u7684 Minecraft Fabric \u4f20\u9001\u6a21\u7ec4\uff0c\u63d0\u4f9b TPA\u3001Home\u3001Back \u7b49\u4f20\u9001\u529f\u80fd\uff0c\u5177\u5907\u9ad8\u7ea7\u7279\u6027\u3002A powerful Minecraft Fabric teleportation mod that provides TPA, Home, Back and other teleportation features with advanced capabilities.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/fantpa\/","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\/fantpa\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/fantpa\/","name":"FanTPA - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/fantpa\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/fantpa\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/fantpa-icon-7c0a488e18ea8657ce39d62f58c8d176c63c731c_96.webp","datePublished":"2026-06-03T22:13:16+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/fantpa\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/fantpa\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/fantpa\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/fantpa-icon-7c0a488e18ea8657ce39d62f58c8d176c63c731c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/fantpa-icon-7c0a488e18ea8657ce39d62f58c8d176c63c731c_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/fantpa\/#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":"FanTPA"}]},{"@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\/68830","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\/68831"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=68830"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=68830"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=68830"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=68830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}