{"id":68692,"date":"2026-06-04T01:04:35","date_gmt":"2026-06-03T22:04:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/fancywarp\/"},"modified":"2026-06-04T01:04:35","modified_gmt":"2026-06-03T22:04:35","slug":"fancywarp","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/fancywarp\/","title":{"rendered":"FancyWarp"},"content":{"rendered":"<p>**FancyWarp | Advanced &#038; Customizable Warp Plugin**<\/p>\n<p>FancyWarp is a comprehensive and highly customizable warp plugin for Minecraft servers running Paper 1.21.4 (and potentially newer 1.21.x versions). It empowers players and administrators with a robust system for creating, managing, and teleporting to various types of warps through both commands and an intuitive GUI.<\/p>\n<p>**Key Features:**<\/p>\n<p>   &#8211; **Multiple Warp Types:**<\/p>\n<p>      &#8211; **SERVER Warps:** Standard warps accessible to all players.<\/p>\n<p>      &#8211; **ADMIN Warps:** Restricted warps, ideal for staff-only locations.<\/p>\n<p>      &#8211; **PLAYER Warps:** Allows individual players to set their own personal warps, perfect for homes or shops.<\/p>\n<p>&#8211; **Intuitive GUI:** Access a sleek in-game graphical user interface by simply typing \/warp to browse and teleport to warps with ease.<\/p>\n<p>&#8211; **Comprehensive Commands:** Manage your warps with a full suite of commands:<\/p>\n<p>  &#8211; \/warp create <name>: Create a SERVER warp.<\/p>\n<p>  &#8211; \/warp admincreate <name>: Create an ADMIN warp (permission required).<\/p>\n<p>  &#8211; \/warp pcreate <name>: Create a PLAYER warp (permission required).<\/p>\n<p>  &#8211; \/warp delete <name>: Delete a SERVER warp.<\/p>\n<p>  &#8211; \/warp admindelete <name>: Delete any warp type (admin permission required).<\/p>\n<p>  &#8211; \/warp pdelete <name>: Delete your own PLAYER warp.<\/p>\n<p>  &#8211; \/warp tp <name> or \/warp <name>: Teleport directly to a warp.<\/p>\n<p>  &#8211; \/warp list: View all available warps.<\/p>\n<p>  &#8211; \/warp fav <add|remove> <name>: Manage your personal favorite warps.<\/p>\n<p>  &#8211; \/warp reload: Reload the plugin&#8217;s configuration.<\/p>\n<p>&#8211; Granular Permissions: Take full control over who can create, delete, and teleport to specific warp types using detailed permission nodes.<\/p>\n<p>  &#8211; fancywarp.command.warp.create<\/p>\n<p>  &#8211; fancywarp.command.warp.admincreate<\/p>\n<p>  &#8211; fancywarp.command.warp.pcreate<\/p>\n<p>  &#8211; fancywarp.command.warp.delete<\/p>\n<p>  &#8211; fancywarp.command.warp.admindelete<\/p>\n<p>  &#8211; fancywarp.command.warp.pdelete<\/p>\n<p>  &#8211; fancywarp.warp.teleport.server<\/p>\n<p>  &#8211; fancywarp.warp.teleport.admin<\/p>\n<p>  &#8211; fancywarp.warp.teleport.player<\/p>\n<p>&#8230;and more! (See **_plugin.yml_** for a full Permission list).<\/p>\n<p>&#8220;`<br \/>\n# **plugin.yml**<br \/>\nThis file defines the metadata for your Paper plugin.<br \/>\nIt tells the server about your plugin&#8217;s name, version, main class, commands, and permissions.<\/p>\n<p>name: **FancyWarp**<br \/>\nversion: 1.0.0<br \/>\nmain: com.dark.Main<br \/>\napi-version: 1.21<br \/>\nauthors: [YourName] # Replace YourName with your actual name or alias<br \/>\ndescription: A powerful and fancy warp plugin for Paper 1.21.4 with player warps.<\/p>\n<p># Commands section: Defines the commands handled by your plugin.<br \/>\ncommands:<br \/>\n  warp:<br \/>\n    description: Main warp command and GUI.<br \/>\n    usage: \/<command> [create|delete|tp|list|admincreate|admindelete|pcreate|pdelete|fav|reload]<br \/>\n    aliases: [warps, fw, fwarp]<br \/>\n    permission: fancywarp.command.warp<br \/>\n    permission-message: You do not have permission to use this command.<\/p>\n<p># **Permissions section: Defines custom permissions for your plugin.**<br \/>\nEach permission has a description and default access level.<br \/>\npermissions:<br \/>\n  fancywarp.command.warp:<br \/>\n    description: Allows access to the main \/warp command and GUI.<br \/>\n    default: true<br \/>\n  fancywarp.command.warp.gui:<br \/>\n    description: Allows opening the warp GUI.<br \/>\n    default: true<\/p>\n<p>  # Warp Creation\/Deletion Permissions**<br \/>\n  fancywarp.command.warp.create:<br \/>\n    description: Allows creating SERVER warps.<br \/>\n    default: op<br \/>\n  fancywarp.command.warp.delete:<br \/>\n    description: Allows deleting SERVER warps.<br \/>\n    default: op<br \/>\n  fancywarp.command.warp.admincreate:<br \/>\n    description: Allows creating ADMIN warps.<br \/>\n    default: op<br \/>\n  fancywarp.command.warp.admindelete:<br \/>\n    description: Allows deleting ADMIN warps (and any player\/server warp as admin).<br \/>\n    default: op<br \/>\n  fancywarp.command.warp.pcreate: # Player warp creation<br \/>\n    description: Allows creating PLAYER warps.<br \/>\n    default: true<br \/>\n  fancywarp.command.warp.pdelete: # Player warp deletion (own warps only)<br \/>\n    description: Allows deleting own PLAYER warps.<br \/>\n    default: true<\/p>\n<p>  # Teleportation Permissions (More granular)<br \/>\n  fancywarp.warp.teleport.server:<br \/>\n    description: Allows teleporting to SERVER type warps.<br \/>\n    default: true<br \/>\n  fancywarp.warp.teleport.admin:<br \/>\n    description: Allows teleporting to ADMIN type warps.<br \/>\n    default: op # Usually only OPs or specific ranks can use admin warps<br \/>\n  fancywarp.warp.teleport.player: # Player warp teleport permission<br \/>\n    description: Allows teleporting to PLAYER type warps.<br \/>\n    default: true # Usually true for all players to visit others&#8217; shops\/homes<\/p>\n<p>  fancywarp.command.warp.list:<br \/>\n    description: Allows listing warps via command.<br \/>\n    default: true<br \/>\n  fancywarp.command.warp.fav:<br \/>\n    description: Allows adding\/removing warps from favorites.<br \/>\n    default: true<br \/>\n  fancywarp.command.warp.reload:<br \/>\n    description: Allows reloading the plugin configuration.<br \/>\n    default: op<\/p>\n<p>&#8220;`<\/p>\n<p>&#8211; **Fully Customizable Messages &#038; GUI:** Modify every plugin message, including prefixes, errors, and GUI titles, via the **config.yml** file. Support for color codes (&#038;) and placeholders is included.<\/p>\n<p>&#8220;`<br \/>\n**# FancyWarp Plugin Configuration\/Config.yml**<\/p>\n<p># General Settings<br \/>\nsettings:<br \/>\n  # Whether to enable or disable the plugin.<br \/>\n  # If set to false, the plugin will not function.<br \/>\n  enabled: true<\/p>\n<p># Message Settings<br \/>\n# Use &#8216;&#038;&#8217; for color codes.<br \/>\n# Placeholders:<br \/>\n   %warp% &#8211; The name of the warp (for warp messages)<br \/>\n   %type% &#8211; The type of the warp (SERVER\/ADMIN\/PLAYER)<br \/>\n   %count% &#8211; The number of items in a list<br \/>\nmessages:<br \/>\n   Prefix prepended to all plugin messages.<br \/>\n   prefix: &#8220;&#038;8[&#038;bFancyWarp&#038;8] &#8221;<\/p>\n<p>  # General messages<br \/>\n  no-permission: &#8220;&#038;cYou do not have permission to use that command.&#8221;<br \/>\n  player-only: &#8220;&#038;cOnly players can use this command.&#8221;<br \/>\n  plugin-enabled: &#8220;&#038;aFancyWarp plugin has been enabled!&#8221;<br \/>\n  plugin-reloaded: &#8220;&#038;aFancyWarp configuration and warps reloaded!&#8221;<\/p>\n<p>  # Warp Creation\/Deletion Messages<br \/>\n  warp-created: &#8220;&#038;aWarp &#038;6%warp% &#038;a(&#038;e%type%&#038;a) created successfully!&#8221;<br \/>\n  warp-exists: &#8220;&#038;cWarp &#038;6%warp% &#038;calready exists.&#8221;<br \/>\n  warp-deleted: &#8220;&#038;aWarp &#038;6%warp% &#038;adeleted successfully!&#8221;<br \/>\n  warp-not-found: &#8220;&#038;cWarp &#038;6%warp% &#038;cnot found.&#8221;<br \/>\n  warp-invalid: &#8220;&#038;cWarp &#038;6%warp% &#038;cis currently invalid (world may not exist).&#8221;<br \/>\n  invalid-delete-type-server: &#8220;&#038;cYou can only delete SERVER warps with \/warp delete. Use \/warp admindelete for ADMIN warps.&#8221;<br \/>\n  invalid-delete-type-admin: &#8220;&#038;cYou can only delete ADMIN warps with \/warp admindelete. Use \/warp delete for SERVER warps.&#8221;<br \/>\n  not-your-player-warp: &#8220;&#038;cYou can only delete your own player warps!&#8221;<\/p>\n<p>  # Teleportation Messages<br \/>\n  teleporting: &#8220;&#038;aTeleporting to warp &#038;6%warp%&#038;a&#8230;&#8221;<\/p>\n<p>  # Warp List Messages<br \/>\n  no-warps-set: &#8220;&#038;eThere are no warps set yet.&#8221;<br \/>\n  warp-list-header: &#8220;&#038;b&#8212; Available Warps (%count%) &#8212;&#8221;<br \/>\n  warp-list-entry-server: &#8220;&#038;e- &#038;6%warp% &#038;7[&#038;fSERVER&#038;7]&#8221; # For SERVER type warps<br \/>\n  warp-list-entry-admin: &#8220;&#038;e- &#038;6%warp% &#038;7[&#038;5ADMIN&#038;7]&#8221;   # For ADMIN type warps<br \/>\n  warp-list-entry-player: &#8220;&#038;e- &#038;6%warp% &#038;7[&#038;bPLAYER&#038;7]&#8221; # For PLAYER type warps<br \/>\n  warp-list-footer: &#8220;&#038;b&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8221;<\/p>\n<p>  # Favorite Warps Messages<br \/>\n  fav-added: &#8220;&#038;aWarp &#038;6%warp% &#038;aadded to your favorites.&#8221;<br \/>\n  fav-already-added: &#8220;&#038;eWarp &#038;6%warp% &#038;eis already in your favorites.&#8221;<br \/>\n  fav-removed: &#8220;&#038;aWarp &#038;6%warp% &#038;aremoved from your favorites.&#8221;<br \/>\n  fav-not-in-list: &#8220;&#038;eWarp &#038;6%warp% &#038;eis not in your favorites.&#8221;<\/p>\n<p>  # **Usage Messages (for command help\/syntax)**<br \/>\n  usage-create: &#8220;&#038;eUsage: \/warp create <warpname>&#8221;<br \/>\n  usage-admincreate: &#8220;&#038;eUsage: \/warp admincreate <warpname>&#8221;<br \/>\n  usage-pcreate: &#8220;&#038;eUsage: \/warp pcreate <warpname>&#8221; # Player create usage<br \/>\n  usage-delete: &#8220;&#038;eUsage: \/warp delete <warpname>&#8221;<br \/>\n  usage-admindelete: &#8220;&#038;eUsage: \/warp admindelete <warpname>&#8221;<br \/>\n  usage-pdelete: &#8220;&#038;eUsage: \/warp pdelete <warpname>&#8221; # Player delete usage<br \/>\n  usage-teleport: &#8220;&#038;eUsage: \/warp tp <warpname>&#8221;<br \/>\n  usage-fav: &#8220;&#038;eUsage: \/warp fav <add|remove> <warpname>&#8221;<br \/>\n  usage-teleport-shorthand: &#8220;&#038;eAlternatively, just type \/warp <warpname>.&#8221;<\/p>\n<p># GUI Settings (for inventory titles, etc.)<br \/>\ngui:<br \/>\n  main-title: &#8220;&#038;8[&#038;bFancy Warps&#038;8]&#8221; # Main GUI title<br \/>\n  section-title-player-warps: &#8220;&#038;9&#038;lPlayer Warps&#8221; # Player Warps section title<br \/>\n  section-title-server: &#8220;&#038;2&#038;lServer Warps&#8221;<br \/>\n  section-title-admin: &#8220;&#038;5&#038;lAdmin Warps&#8221;<br \/>\n  section-title-favorites: &#8220;&#038;6&#038;lMy Favorites&#8221;<br \/>\n  # Shops section title removed<\/p>\n<p>  section-back-button-name: &#8220;&#038;e&#038;lBack&#8221;<br \/>\n  section-back-button-lore:<br \/>\n    &#8211; &#8220;&#038;7Return to main menu.&#8221;<br \/>\n  main-close-button-name: &#8220;&#038;c&#038;lClose&#8221;<br \/>\n  main-close-button-lore:<br \/>\n    &#8211; &#8220;&#038;7Click to close this menu.&#8221;<\/p>\n<p>  # Warp item display names and lore in GUI<br \/>\n  warp-item-name-player: &#8220;&#038;1&#038;l%warp%&#8221; # Player warp item name<br \/>\n  warp-item-name-server: &#8220;&#038;b&#038;l%warp%&#8221;<br \/>\n  warp-item-name-admin: &#8220;&#038;d&#038;l%warp%&#8221;<br \/>\n  warp-item-name-favorite: &#8220;&#038;e&#038;l%warp% &#038;6(\u2605 Favorite)&#8221;<br \/>\n  warp-item-lore-world: &#8220;&#038;7World: &#038;f%world%&#8221;<br \/>\n  warp-item-lore-coords: &#8220;&#038;7Coords: &#038;f%x%, %y%, %z%&#8221;<br \/>\n  warp-item-lore-type-server: &#8220;&#038;7Type: &#038;bSERVER&#8221;<br \/>\n  warp-item-lore-type-admin: &#8220;&#038;7Type: &#038;dADMIN&#8221;<br \/>\n  warp-item-lore-type-player: &#8220;&#038;7Type: &#038;bPLAYER&#8221; # Player warp type lore<br \/>\n  warp-item-lore-invalid: &#8220;&#038;cInvalid Location Data!&#8221;<br \/>\n  warp-item-lore-click-teleport: &#8220;&#038;eClick to Teleport!&#8221;<br \/>\n  warp-item-lore-right-click-fav: &#8220;&#038;7Right-click to add to favorites.&#8221;<br \/>\n  warp-item-lore-right-click-unfav: &#8220;&#038;7Right-click to remove from favorites.&#8221;<br \/>\n  warp-item-error: &#8220;&#038;cError: Warp &#038;6%warp% &#038;cis invalid or no longer exists.&#8221;<\/p>\n<p>&#8220;`<\/p>\n<p>  &#8211; **Intelligent Tab Completion:** Commands are easy to use with helpful tab completions for warp names and subcommands.<\/p>\n<p>  &#8211; **Data Persistence:** All warp locations and player favorites are automatically saved and loaded, ensuring your data is safe across server restarts.<\/p>\n<p>FancyWarp aims to be a powerful yet user-friendly solution for all your server&#8217;s warping needs, providing flexibility for both community warps and player-owned locations.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A warp plugin that is very useful in servers, Players can make their own warps and a lot more<\/p>\n","protected":false},"featured_media":68693,"template":"","meta":{"_minecraft_slug":"fancywarp","_minecraft_project_id":"9qjkStGM","_minecraft_author":"DarkSoul5141","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":214,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"fancywarp.zip","_minecraft_size_bytes":28237,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:31:52.544393Z","_minecraft_date_created":"2025-07-11T05:04:28.480584Z","_minecraft_date_modified":"2025-07-06T19:39:09.011634Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/fancywarp","_minecraft_icon_attachment_id":68693,"_minecraft_imported_at":"2026-06-03T22:04:35+00:00","_minecraft_import_hash":"27b973d5212145eba6c665ae784bdfdc","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127],"mod_loader":[132],"minecraft_version":[62,37,73,74,38,78,79,80],"class_list":["post-68692","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-paper","mod_loader-paper","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FancyWarp - 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\/fancywarp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FancyWarp - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A warp plugin that is very useful in servers, Players can make their own warps and a lot more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/fancywarp\/\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fancywarp\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fancywarp\\\/\",\"name\":\"FancyWarp - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fancywarp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fancywarp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fancywarp-icon-63a681d4c73baa2f8f07079ba03ecbdda4615238_96.webp\",\"datePublished\":\"2026-06-03T22:04:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fancywarp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fancywarp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fancywarp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fancywarp-icon-63a681d4c73baa2f8f07079ba03ecbdda4615238_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fancywarp-icon-63a681d4c73baa2f8f07079ba03ecbdda4615238_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/fancywarp\\\/#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\":\"FancyWarp\"}]},{\"@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":"FancyWarp - 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\/fancywarp\/","og_locale":"en_US","og_type":"article","og_title":"FancyWarp - Minecraft","og_description":"A warp plugin that is very useful in servers, Players can make their own warps and a lot more","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/fancywarp\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/fancywarp\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/fancywarp\/","name":"FancyWarp - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/fancywarp\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/fancywarp\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/fancywarp-icon-63a681d4c73baa2f8f07079ba03ecbdda4615238_96.webp","datePublished":"2026-06-03T22:04:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/fancywarp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/fancywarp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/fancywarp\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/fancywarp-icon-63a681d4c73baa2f8f07079ba03ecbdda4615238_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/fancywarp-icon-63a681d4c73baa2f8f07079ba03ecbdda4615238_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/fancywarp\/#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":"FancyWarp"}]},{"@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\/68692","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\/68693"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=68692"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=68692"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=68692"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=68692"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}