{"id":69429,"date":"2026-06-04T02:00:35","date_gmt":"2026-06-03T23:00:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/fastrtp\/"},"modified":"2026-06-04T02:00:35","modified_gmt":"2026-06-03T23:00:35","slug":"fastrtp","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/fastrtp\/","title":{"rendered":"FastRTP | Random Teleport"},"content":{"rendered":"<p># Fast RTP<\/p>\n<p>A fast random teleport command that doesn&#8217;t cause lagspikes.<\/p>\n<p>### Commands<br \/>\n&#8211; `\/rtp` &#8211; Teleports the player to a random location.<br \/>\n&#8211; `\/rtpback` &#8211; Teleports the player back to their last random teleport location.<br \/>\n&#8211; `\/rtp <player> <args>` &#8211; Teleports the specified player to a random location. Requires permissions.<br \/>\n&#8211; `\/rtp reload` &#8211; Reloads the configuration.<\/p>\n<p>### Permissions<br \/>\n&#8211; `fast-rtp.command.root` &#8211; Allows the player to use the `\/rtp` command when `requirePermission` is set to `true`<br \/>\n&#8211; `fast-rtp.command.advanced` &#8211; Allows you to rtp other players, specify dimension, radius, etc.<br \/>\n&#8211; `fast-rtp.command.reload` &#8211; Reloads the configuration.<br \/>\n&#8211; `fast-rtp.bypass.cooldown` &#8211; Allows the player to bypass the RTP cooldown.<\/p>\n<p>### Configuration<br \/>\nThe configuration file can be found in `\/config\/fast-rtp.json`<\/p>\n<p>&#8220;`json5<br \/>\n{<br \/>\n  \/\/ Whether using \/rtp requires the player to have the permission &#8220;fast-rtp.command.root&#8221;<br \/>\n  &#8220;requirePermission&#8221;: false,<br \/>\n  \/\/ Whether \/rtp should use the current world of the player.<br \/>\n  \/\/ If false, the default world will be used if the dimension is not specified in the command.<br \/>\n  &#8220;useCurrentWorld&#8221;: false,<br \/>\n  \/\/ Adds strict targeting \/ movement checks to prevent players from using the command to escape dangerous situations.<br \/>\n  &#8220;useStrictTeleportCheck&#8221;: false,<br \/>\n  \/\/ The default dimension to use for \/rtp.<br \/>\n  &#8220;defaultDimension&#8221;: &#8220;minecraft:overworld&#8221;,<br \/>\n  \/\/ The maximum radius from the world center to search for a safe location.<br \/>\n  \/\/ If set to -1, the radius will go as far as the worldborder.<br \/>\n  &#8220;radius&#8221;: -1,<br \/>\n  \/\/ The minimum radius from the world center to search for a safe location.<br \/>\n  &#8220;minRadius&#8221;: 0,<br \/>\n  \/\/ The radius of blocks to check for dangerous surrounding blocks. This doesn&#8217;t go higher than 4.<br \/>\n  &#8220;safetyCheckRadius&#8221;: 1,<br \/>\n  \/\/ Cooldown in seconds applied after using \/rtp.<br \/>\n  &#8220;cooldown&#8221;: 30,<br \/>\n  \/\/ Specific biome identifiers that can be skipped by the location finder.<br \/>\n  \/\/ These can also be used to skip expensive chunk loads, significantly speeding up location finding.<br \/>\n  &#8220;blackListedBiomes&#8221;: [<br \/>\n    &#8220;minecraft:small_end_islands&#8221;,<br \/>\n    &#8220;minecraft:the_end&#8221;,<br \/>\n    &#8220;minecraft:the_void&#8221;<br \/>\n  ],<br \/>\n  \/\/ Biome tags that can be skipped by the location finder.<br \/>\n  &#8220;blackListedBiomeTags&#8221;: [<br \/>\n    &#8220;minecraft:is_beach&#8221;,<br \/>\n    &#8220;minecraft:is_ocean&#8221;,<br \/>\n    &#8220;minecraft:is_deep_ocean&#8221;,<br \/>\n    &#8220;minecraft:is_river&#8221;<br \/>\n  ],<br \/>\n  \/\/ Command messages. Text formatting is done using https:\/\/placeholders.pb4.eu\/user\/text-format\/.<br \/>\n  &#8220;messages&#8221;: {<br \/>\n    &#8220;rtpStartSearch&#8221;: &#8220;<yellow>Searching for a safe location&#8230;&#8221;,<br \/>\n    &#8220;rtpLocFound&#8221;: &#8220;<yellow>Found a safe location in ${seconds} seconds&#8221;,<br \/>\n    &#8220;rtpTeleportPlayer&#8221;: &#8220;<dark_aqua>Teleported to <green>${x} ${y} ${z} <dark_aqua>in <green>${world}&#8221;,<br \/>\n    &#8220;rtpLocNotFound&#8221;: &#8220;<red>[\u2716] Could not find a safe location!&#8221;,<br \/>\n    &#8220;rtpOnCooldown&#8221;: &#8220;<red>[\u2716] <gold>Please wait <yellow>${seconds} <gold>seconds before using the RTP again!&#8221;,<br \/>\n    &#8220;preventedRtp&#8221;: &#8220;<red>[\u2716] Could not start random teleport.nReason: ${reason}&#8221;,<br \/>\n    &#8220;rtpBackSuccess&#8221;: &#8220;<dark_aqua>Teleported back to your last random teleport!&#8221;,<br \/>\n    &#8220;rtpBackLocNotFound&#8221;: &#8220;<red>[\u2716] You don&#8217;t have any recent random teleports.&#8221;,<br \/>\n    &#8220;preventedRtpBack&#8221;: &#8220;<red>[\u2716] Unable to teleport back to your last RTP location.nReason: ${reason}&#8221;,<br \/>\n    &#8220;tpSecondsLeft&#8221;: &#8220;<yellow>Teleporting in ${seconds} seconds&#8230;&#8221;,<br \/>\n    &#8220;tpCancelled&#8221;: &#8220;<red>[\u2716] Teleportation was cancelled.&#8221;<br \/>\n  }<br \/>\n}<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A fast random teleport command that doesn&#8217;t cause lagspikes.<\/p>\n","protected":false},"featured_media":69430,"template":"","meta":{"_minecraft_slug":"fastrtp","_minecraft_project_id":"YWmj2r1d","_minecraft_author":"Wesley1808","_minecraft_license":"MIT","_minecraft_downloads":24003,"_minecraft_follows":29,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"fastrtp.zip","_minecraft_size_bytes":2967458,"_minecraft_version_count":13,"_minecraft_updated_at":"2026-05-16T21:35:28.642474Z","_minecraft_date_created":"2023-07-22T01:53:32.732427Z","_minecraft_date_modified":"2026-03-25T10:56:45.560553Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/fastrtp","_minecraft_icon_attachment_id":69430,"_minecraft_imported_at":"2026-06-03T23:00:36+00:00","_minecraft_import_hash":"189ca2fe3488e5e75773c85217ed7cf5","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,97,92],"mod_loader":[99],"minecraft_version":[56,59,36,60,93,94,101,102,62,37,40,41,74,38,78,79,80,81,82,83,167,163],"class_list":["post-69429","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-fabric","mod_category-utility","mod_loader-fabric","minecraft_version-1-19-2","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-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>FastRTP | Random Teleport - 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\/fastrtp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FastRTP | Random Teleport - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A fast random teleport command that doesn&#039;t cause lagspikes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/fastrtp\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fastrtp\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fastrtp\\\/\",\"name\":\"FastRTP | Random Teleport - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fastrtp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fastrtp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fastrtp-icon-b52454e7e3c91e5a225fc52cb053c1dda90192b2_96.webp\",\"datePublished\":\"2026-06-03T23:00:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fastrtp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fastrtp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fastrtp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fastrtp-icon-b52454e7e3c91e5a225fc52cb053c1dda90192b2_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fastrtp-icon-b52454e7e3c91e5a225fc52cb053c1dda90192b2_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fastrtp\\\/#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\":\"FastRTP | Random Teleport\"}]},{\"@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":"FastRTP | Random Teleport - 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\/fastrtp\/","og_locale":"en_US","og_type":"article","og_title":"FastRTP | Random Teleport - Minecraft","og_description":"A fast random teleport command that doesn't cause lagspikes.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/fastrtp\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/fastrtp\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/fastrtp\/","name":"FastRTP | Random Teleport - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/fastrtp\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/fastrtp\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/fastrtp-icon-b52454e7e3c91e5a225fc52cb053c1dda90192b2_96.webp","datePublished":"2026-06-03T23:00:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/fastrtp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/fastrtp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/fastrtp\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/fastrtp-icon-b52454e7e3c91e5a225fc52cb053c1dda90192b2_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/fastrtp-icon-b52454e7e3c91e5a225fc52cb053c1dda90192b2_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/fastrtp\/#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":"FastRTP | Random Teleport"}]},{"@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\/69429","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\/69430"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=69429"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=69429"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=69429"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=69429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}