{"id":172111,"date":"2026-06-10T00:50:56","date_gmt":"2026-06-09T21:50:56","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/x-tpa\/"},"modified":"2026-06-10T00:50:56","modified_gmt":"2026-06-09T21:50:56","slug":"x-tpa","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/x-tpa\/","title":{"rendered":"xTpa"},"content":{"rendered":"<p># \u26a1 xTpa | The Premium Teleportation Suite<\/p>\n<p>![banner](https:\/\/cdn.modrinth.com\/data\/cached_images\/5d7e3124e3a45b95435e90cde7a8efc51ad2abeb_0.webp)<\/p>\n<p>**xTpa** is a professional-grade teleportation plugin for Minecraft servers that prioritizes user experience, visual feedback, and server performance. Say goodbye to boring, text-only teleport requests and welcome a new era of interactive player movement.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Why choose xTpa?<\/p>\n<p>Unlike standard teleport plugins that only provide simple chat messages, **xTpa** focuses on **immersive feedback**. With integrated sounds, titles, and action bars, your players will never miss a request again.<\/p>\n<p>### \u2728 Key Features at a Glance:<\/p>\n<p>*   **\ud83c\udfa8 Advanced Visuals:** Uses **Titles**, **Subtitles**, and **ActionBars** to grab the player&#8217;s attention immediately when a request arrives.<br \/>\n*   **\ud83c\udfb5 Audio Feedback:** Every action has a soul! Fully configurable sounds for receiving requests, starting the countdown, and successful arrival.<br \/>\n*   **\ud83d\udee1\ufe0f Combat-Safe Teleport:** Prevents players from escaping combat or dangerous situations by detecting movement during the teleport countdown.<br \/>\n*   **\ud83c\udf08 HEX &#038; Legacy Colors:** Supports the full range of modern HEX colors (`&#038;#RRGGBB`) and legacy formatting codes.<br \/>\n*   **\u26a1 Optimized Performance:** Written with high-concurrency in mind to ensure your server&#8217;s TPS stays at a solid 20.<br \/>\n*   **\ud83d\udd17 PlaceholderAPI Support:** Fully integrated placeholders like `%xtpa_player%` and `%xtpa_time%` for customized messages.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Detailed Commands &#038; Permissions<\/p>\n<p>| Command | Usage | Description | Permission |<br \/>\n| :&#8212; | :&#8212; | :&#8212; | :&#8212; |<br \/>\n| `\/tpa` | `\/tpa <player>` | Send a teleportation request to a player. | *None (Default)* |<br \/>\n| `\/tpaccept` | `\/tpaccept` | Accept the most recent teleport request. | *None (Default)* |<br \/>\n| `\/tpdeny` | `\/tpdeny` | Decline the current pending request. | *None (Default)* |<br \/>\n| `\/xtpa` | `\/xtpa reload` | Reload the plugin configuration and messages. | `xtpa.admin` |<\/p>\n<p>### \ud83d\udd11 Special Permissions<br \/>\n*   `xtpa.bypass.cooldown`: Allows the player to send requests without waiting for the cooldown.<br \/>\n*   `xtpa.bypass.delay`: Allows instant teleportation without the countdown wait.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Full Configuration Preview<\/p>\n<p>Here is the complete `config.yml` which allows you to customize every single aspect of the plugin to your liking.<\/p>\n<p>&#8220;`yaml<br \/>\n#        _____<br \/>\n# __  _\/__   _ __   __ _<br \/>\n#  \/ \/ \/ \/\/ &#8216;_  \/ _` |<br \/>\n#  >  < \/ \/  | |_) | (_| |\n# \/_\/_\\\/   | .__\/ __,_|\n#            |_\/\n# Official Support: https:\/\/xplugins.es\/discord\n# Documentation: https:\/\/xplugins.es\/plugins\/xtpa\n\n# General plugin settings\nsettings:\n  tpa-timeout-seconds: 60      # How long a request stays active before expiring\n  cooldown-seconds: 15         # Time a player must wait between sending requests\n  teleport-delay-seconds: 3    # Seconds to wait before the teleport happens\n  teleport-move-cancel: true   # If true, teleport cancels if the player moves\n  center-messages: false        # Aesthetic option to center chat messages\n\n# Sound System\n# Use standard Spigot sound names (e.g., ENTITY_ENDERMAN_TELEPORT)\nsounds:\n  received-tpa:\n    enabled: true\n    sound: \"ENTITY_EXPERIENCE_ORB_PICKUP\"\n    volume: 1.0\n    pitch: 1.0\n  teleport-start:\n    enabled: true\n    sound: \"BLOCK_NOTE_BLOCK_HARP\"\n    volume: 0.5\n    pitch: 1.5\n  teleport-success:\n    enabled: true\n    sound: \"ENTITY_ENDERMAN_TELEPORT\"\n    volume: 1.0\n    pitch: 1.0\n\n# Visual Feedback (Titles &#038; ActionBars)\nvisuals:\n  title:\n    enabled: false\n    title: \"&#038;#FAEDCB \u2139 Request Received!\"\n    subtitle: \"&#038;f%xtpa_player% wants to teleport to you\"\n    fade-in: 10\n    stay: 60\n    fade-out: 10\n  actionbar:\n    enabled: true\n    message: \"&#038;fHey! &#038;#FAEDCB&#038;n%xtpa_player%&#038;f has sent you a TPA! Check your chat.\"\n\n# Message System (Supports HEX Colors)\nmessages:\n  prefix: \"\"\n  no-permission: \"&#038;c \u2718 Error! &#038;fYou do not have permission to use this.\"\n  player-not-found: \"&#038;c \u2718 &#038;fThat player is offline or does not exist.\"\n  cooldown: \"&#038;#FF5252 \u2718 Error! &#038;fWait &#038;e%xtpa_time%s &#038;fbefore sending another request.\"\n  self-tpa: \"&#038;#FF5252 \u2718 Error! &#038;fYou cannot teleport to yourself.\"\n  tpa-sent: \"&#038;#A0FF91 \u2714 Success! &#038;fRequest sent to &#038;e%xtpa_player%&#038;f.\"\n  tpa-no-pending: \"&#038;#FAEDCB \u2139 Info! &#038;fYou have no pending requests.\"\n  tpa-expired: \"&#038;#FAEDCB \u2139 Info! &#038;fThe teleport request has expired.\"\n  tpa-denied-target: \"&#038;#A0FF91 \u2714 Success! &#038;fYou denied the request.\"\n  tpa-denied-sender: \"&#038;#FF5252 \u2718 Error! &#038;fPlayer &#038;e%xtpa_player% &#038;fdenied your request.\"\n  tpa-accepted-target: \"&#038;#A0FF91 \u2714 Success! &#038;fRequest accepted.\"\n  tpa-accepted-sender: \"&#038;#A0FF91 \u2714 Success! &#038;e%xtpa_player% &#038;faccepted your request.\"\n  teleport-starting-sender: \"&#038;#A0FF91 \u2714 Success! &#038;fTeleporting you to &#038;e%xtpa_player%&#038;f.\"\n  teleport-delay-notice-sender: \"&#038;#FAEDCB \u2139 Info! &#038;fTeleporting in %xtpa_time% seconds. Do not move!\"\n  teleport-cancelled-moved: \"&#038;#FF5252 \u2718 Error! &#038;fMovement detected! Teleport cancelled.\"\n  teleport-cancelled-quit: \"&#038;#FF5252 \u2718 Error! &#038;fPlayer disconnected. Teleport cancelled.\"\n  teleport-success-sender: \"&#038;#A0FF91 \u2714 Success! &#038;fYou have arrived safely.\"\n\n  # Interactive Chat Request\n  received-request:\n    line1: \"&#038;#FAEDCB \u2139 Info! &#038;fPlayer &#038;#FAEDCB%xtpa_player% &#038;fwants to teleport to you.\"\n    line2-accept: \"&#038;fType &#038;a\/tpaccept &#038;fTo accept.\"\n    line3-deny: \"&#038;fType &#038;c\/tpdeny &#038;fTo decline.\"\n    line4: \"&#038;#FAEDCB \u2139 Info! &#038;fThe request expires in %xtpa_time% seconds.\"\n    hover-accept: \"&#038;#A0FF91 Click here to ACCEPT!\"\n    hover-deny: \"&#038;c Click here to DENY!\"\n```\n\n---\n\n## \ud83d\udce5 Installation\n\n1.  **Download** the latest `.jar` file from Modrinth.\n2.  **Drop** the file into your server's `plugins\/` folder.\n3.  **Restart** or **Reload** your server.\n4.  **Configure** the `config.yml` to your heart's content!\n\n---\n\n## \ud83c\udf10 Community &#038; Support\n\nJoin our growing community of developers and server owners!\n\n![Website](https:\/\/xplugins.es\/plugins\/xtpa)\n![Discord](https:\/\/xplugins.es\/discord)\n\n---\n*Created by the team at xPlugins. Quality matters.*\n\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The best TPA plugin, fully customizable<\/p>\n","protected":false},"featured_media":172112,"template":"","meta":{"_minecraft_slug":"x-tpa","_minecraft_project_id":"wGkHKmyy","_minecraft_author":"jn_willfrydev","_minecraft_license":"Apache-2.0","_minecraft_downloads":33,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"x-tpa.zip","_minecraft_size_bytes":18058,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T21:56:41.068747Z","_minecraft_date_created":"2026-04-28T20:19:25.988359Z","_minecraft_date_modified":"2026-04-15T22:33:31.810067Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/x-tpa","_minecraft_icon_attachment_id":172112,"_minecraft_imported_at":"2026-06-09T21:50:56+00:00","_minecraft_import_hash":"819fc5d47e5ccf47df0b44f9e29423c8","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,89,127,128,129,869,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[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,83,167,163],"class_list":["post-172111","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-transportation","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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","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>xTpa - 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\/x-tpa\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"xTpa - Minecraft\" \/>\n<meta property=\"og:description\" content=\"The best TPA plugin, fully customizable\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/x-tpa\/\" \/>\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\\\/x-tpa\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/x-tpa\\\/\",\"name\":\"xTpa - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/x-tpa\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/x-tpa\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/x-tpa-icon-ed499eae1926e133c1edd9f231ed094fd2ddd3b2_96.webp\",\"datePublished\":\"2026-06-09T21:50:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/x-tpa\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/x-tpa\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/x-tpa\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/x-tpa-icon-ed499eae1926e133c1edd9f231ed094fd2ddd3b2_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/x-tpa-icon-ed499eae1926e133c1edd9f231ed094fd2ddd3b2_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/x-tpa\\\/#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\":\"xTpa\"}]},{\"@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":"xTpa - 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\/x-tpa\/","og_locale":"en_US","og_type":"article","og_title":"xTpa - Minecraft","og_description":"The best TPA plugin, fully customizable","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/x-tpa\/","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\/x-tpa\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/x-tpa\/","name":"xTpa - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/x-tpa\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/x-tpa\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/x-tpa-icon-ed499eae1926e133c1edd9f231ed094fd2ddd3b2_96.webp","datePublished":"2026-06-09T21:50:56+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/x-tpa\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/x-tpa\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/x-tpa\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/x-tpa-icon-ed499eae1926e133c1edd9f231ed094fd2ddd3b2_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/x-tpa-icon-ed499eae1926e133c1edd9f231ed094fd2ddd3b2_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/x-tpa\/#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":"xTpa"}]},{"@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\/172111","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\/172112"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=172111"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=172111"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=172111"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=172111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}