{"id":139411,"date":"2026-06-08T09:17:50","date_gmt":"2026-06-08T06:17:50","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/signwarp\/"},"modified":"2026-06-08T09:17:50","modified_gmt":"2026-06-08T06:17:50","slug":"signwarp","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/signwarp\/","title":{"rendered":"SignWarp"},"content":{"rendered":"<p># SignWarp<\/p>\n<p>![Version](https:\/\/img.shields.io\/badge\/plugin%20version-1.2.0-blue) ![Minecraft](https:\/\/img.shields.io\/badge\/minecraft-1.20&#8211;1.21.8-brightgreen) ![Downloads](https:\/\/img.shields.io\/badge\/downloads-1k%2B-orange) ![Discord](https:\/\/discord.com\/invite\/sRuEqP6Bxs)<\/p>\n<p>A Bukkit plugin for teleportation using signs.<br \/>\n**(Minecraft Version 1.20 &#8211; 1.21.8)**<\/p>\n<p>SignWarp allows players to place signs to teleport between them with a simple right-click.<\/p>\n<p>By default, teleportation costs one ender pearl, which must be in the player&#8217;s hand when interacting with the sign, but this can also be disabled in the configuration.<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; `signwarp.create` &#8211; Allow creation and destruction of warp signs (default: op)<br \/>\n&#8211; `signwarp.use` &#8211; Allow usage of warp signs (default: everyone)<br \/>\n&#8211; `signwarp.reload` &#8211; Allow access to reload (default: op)<br \/>\n&#8211; `signwarp.admin` &#8211; Allows access to the warp management GUI (default: op)<br \/>\n&#8211; `signwarp.*` &#8211; Allow access to all features (default: op)<br \/>\n&#8211; `signwarp.limit.unlimited` &#8211; Allows unlimited warp creation<\/p>\n<p>Commands:<\/p>\n<p>&#8211; `\/signwarp reload` &#8211; Reloads the configuration.<br \/>\n&#8211; `\/signwarp gui` &#8211; Open the warp management GUI.<\/p>\n<p>## How to Use<\/p>\n<p>First, place a sign where you want to teleport with the following content:<\/p>\n<p>&#8211; First line: **[WarpTarget]** or **[WPT]**<br \/>\n&#8211; Second line: The name you want to use<\/p>\n<p>This will create a warp sign that sets the location to which a player teleports.<\/p>\n<p>After creating the warp sign, create one or more warp signs from which you want to teleport to the target sign.<\/p>\n<p>This is done by placing a sign with the following content:<\/p>\n<p>&#8211; First line: **[Warp]** or **[WP]**<br \/>\n&#8211; Second line: The name you want to use<\/p>\n<p>**Note: The target sign (WarpTarget) must exist before creating the warp sign!**<\/p>\n<p>### Bi-Directional Teleportation (New in v1.2.0!)<\/p>\n<p>SignWarp now supports **bi-directional teleportation**! This enhancement allows players to travel back and forth between paired warp signs seamlessly.<\/p>\n<p>#### How It Works<\/p>\n<p>&#8211; **Forward Travel**: Right-clicking a **[Warp]** sign teleports you to the corresponding **[WarpTarget]** (existing behavior)<br \/>\n&#8211; **Return Travel**: Right-clicking a **[WarpTarget]** sign now teleports you back to the corresponding **[Warp]** sign (new feature!)<\/p>\n<p>This creates a true two-way teleportation system between paired signs, perfect for:<\/p>\n<p>&#8211; Creating transportation networks between bases<br \/>\n&#8211; Setting up quick travel points in adventure maps<br \/>\n&#8211; Establishing merchant shop connections<br \/>\n&#8211; Building dungeon entrance\/exit systems<\/p>\n<p>#### Technical Details<\/p>\n<p>&#8211; Both directions respect the same permissions, cooldowns, and costs<br \/>\n&#8211; The plugin tracks sign locations in a database for reliable bi-directional links<br \/>\n&#8211; If either sign is broken, the link is automatically cleaned up<br \/>\n&#8211; Works with all existing warp configurations (economy costs, item costs, effects, etc.)<\/p>\n<p>Once you have created both signs, you can right-click with the `use-item` in your hand (by default, it&#8217;s an ender pearl).<br \/>\nEach teleportation will cost the number of items configured in `use-cost` (default: 1).<\/p>\n<p>You can remove the `use-item` option in the config.yml or set it to &#8220;none&#8221; to allow any item to be used (i.e., each warp is free per use).<\/p>\n<p>Alternatively, you can enable `teleport-cost` in the `config.yml` to charge players a set amount of in-game currency for each teleportation. Ensure Vault is installed on your server to use this feature.<\/p>\n<p>## Warp Limit System<\/p>\n<p>Control the maximum number of warps players can create using permissions.<\/p>\n<p>Example with LuckPerms:<\/p>\n<p>`\/lp group default permission set signwarp.limit.3`<\/p>\n<p>This allows players in the default group to create up to 3 warps.<\/p>\n<p>Without a limit permission, players can create an unlimited number of warps by default.<\/p>\n<p>## Admin GUI<\/p>\n<p>![Warps Admin](https:\/\/i.imgur.com\/60JLVPC.gif)<\/p>\n<p>## Message Customization<\/p>\n<p>In the `config.yml` configuration file, you have the option to customize the messages used by the plugin. These messages are defined under the key messages and can be modified according to your preferences.<\/p>\n<p>**Preview :**<\/p>\n<p>&#8220;`yaml<br \/>\nmessages:<br \/>\n  create_permission: &#8220;&#038;cYou do not have the required permissions to create warp signs!&#8221;<br \/>\n  no_warp_name: &#8220;&#038;cNo warp name set!nPlease specify the warp name on the second line.&#8221;<br \/>\n  warp_created: &#8220;&#038;aWarp sign successfully placed.&#8221;<br \/>\n  warp_name_taken: &#8220;&#038;cA warp target with the same name already exists!&#8221;<br \/>\n  warp_destroyed: &#8220;&#038;aWarp destroyed.&#8221;<br \/>\n  target_sign_created: &#8220;&#038;aTarget sign for warp successfully placed.&#8221;<br \/>\n  destroy_permission: &#8220;&#038;cYou do not have the required permissions to destroy warp signs!&#8221;<br \/>\n  invalid_item: &#8220;&#038;cYou must use {use-item} for this warp!&#8221;<br \/>\n  not_enough_item: &#8220;&#038;cYou need {use-cost} {use-item} for this warp!&#8221;<br \/>\n  warp_not_found: &#8220;&#038;cSpecified warp does not exist!&#8221;<br \/>\n  use_permission: &#8220;&#038;cYou do not have the required permissions to use the warp sign!&#8221;<br \/>\n  teleport: &#8220;&#038;eTeleporting to {warp-name} in {time} seconds&#8230;&#8221;<br \/>\n  teleport-success: &#8220;&#038;aSuccessfully teleported to {warp-name}.&#8221;<br \/>\n  teleport-cancelled: &#8220;&#038;cTeleport cancelled.&#8221;<br \/>\n  notify-cost: &#8220;&#038;aYou have been charged {cost} currency for the teleportation.&#8221;<br \/>\n  not_permission: &#8220;&#038;cYou do not have permission!&#8221;<br \/>\n  limit_reached: &#8220;&#038;cYou have reached your warp creation limit ({limit}).&#8221;<br \/>\n  warp_sign_removed: &#8220;&#038;aWarp sign removed successfully!&#8221;<br \/>\n  no_bidirectional_link: &#8220;&#038;cNo return point found for this warp!&#8221;<br \/>\n  &#8220;`<\/p>\n<p>&#8211; `{warp-name}` : This placeholder is replaced by the name of the warp specified on the sign.<br \/>\n&#8211; `{use-item}` : Used to represent the name of the item required to use the warp. For example, if the required item is an ender pearl, this placeholder will be replaced by &#8220;ENDER_PEARL&#8221;.<br \/>\n&#8211; `{use-cost}` : This placeholder is replaced by the number of items needed to use the warp. For example, if the cost to use the warp is 1 ender pearl, this placeholder will be replaced by &#8220;1&#8221;.<br \/>\n&#8211; `{cost}` : This placeholder is replaced by the amount of currency charged for teleportation.<br \/>\n&#8211; `{time}` : This placeholder is replaced by the time in seconds before the teleportation is completed.<\/p>\n<p>You have the option to stylize your texts with Minecraft color codes. These codes start with the &#038; character, followed by a letter or number representing a specific color. More informations<\/p>\n<p>## Sound and Effect Customization<\/p>\n<p>You can customize the sound and effect played during teleportation in the `config.yml` configuration file:<br \/>\nList Sound and List Effect<\/p>\n<p>**Note : The sound and effect must be in uppercase and replace &#8220;.&#8221; by &#8220;_&#8221; for the sound.**<\/p>\n<p>**Preview :**<\/p>\n<p>&#8220;`yaml<br \/>\nteleport-sound: ENTITY_ENDERMAN_TELEPORT<br \/>\nteleport-effect: ENDER_SIGNAL<br \/>\n&#8220;`<\/p>\n<p>## Screenshot<\/p>\n<p>![Plugin Screenshot](https:\/\/i.imgur.com\/vrdM5sD.png)<\/p>\n<p>## Statistics (bstats.org)<\/p>\n<p>![Stats](https:\/\/bstats.org\/signatures\/bukkit\/SignWarps.svg)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Allows players to place panels to teleport between them by simply right-clicking on them.<\/p>\n","protected":false},"featured_media":139412,"template":"","meta":{"_minecraft_slug":"signwarp","_minecraft_project_id":"1QUtO3R9","_minecraft_author":"siriusbks","_minecraft_license":"MIT","_minecraft_downloads":1105,"_minecraft_follows":9,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"signwarp.zip","_minecraft_size_bytes":38968381,"_minecraft_version_count":12,"_minecraft_updated_at":"2026-05-16T08:18:59.349838Z","_minecraft_date_created":"2024-04-15T00:09:42.575602Z","_minecraft_date_modified":"2025-09-08T17:49:48.690498Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/signwarp","_minecraft_icon_attachment_id":139412,"_minecraft_imported_at":"2026-06-08T06:17:51+00:00","_minecraft_import_hash":"844bcfba909ac297d361751e445990a4","_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":[59,36,60,93,94,101,102,62,37,73,74,38,78,79,80,81],"class_list":["post-139411","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-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-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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SignWarp - 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\/signwarp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SignWarp - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Allows players to place panels to teleport between them by simply right-clicking on them.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/signwarp\/\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/signwarp\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/signwarp\\\/\",\"name\":\"SignWarp - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/signwarp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/signwarp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/signwarp-icon-ef5c1dde33461c730cdddaef969f2b4bc5d429b4_96.webp\",\"datePublished\":\"2026-06-08T06:17:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/signwarp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/signwarp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/signwarp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/signwarp-icon-ef5c1dde33461c730cdddaef969f2b4bc5d429b4_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/signwarp-icon-ef5c1dde33461c730cdddaef969f2b4bc5d429b4_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/signwarp\\\/#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\":\"SignWarp\"}]},{\"@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":"SignWarp - 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\/signwarp\/","og_locale":"en_US","og_type":"article","og_title":"SignWarp - Minecraft","og_description":"Allows players to place panels to teleport between them by simply right-clicking on them.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/signwarp\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/signwarp\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/signwarp\/","name":"SignWarp - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/signwarp\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/signwarp\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/signwarp-icon-ef5c1dde33461c730cdddaef969f2b4bc5d429b4_96.webp","datePublished":"2026-06-08T06:17:50+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/signwarp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/signwarp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/signwarp\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/signwarp-icon-ef5c1dde33461c730cdddaef969f2b4bc5d429b4_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/signwarp-icon-ef5c1dde33461c730cdddaef969f2b4bc5d429b4_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/signwarp\/#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":"SignWarp"}]},{"@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\/139411","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\/139412"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=139411"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=139411"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=139411"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=139411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}