{"id":146213,"date":"2026-06-08T21:14:33","date_gmt":"2026-06-08T18:14:33","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/spawn-elytra\/"},"modified":"2026-06-08T21:14:33","modified_gmt":"2026-06-08T18:14:33","slug":"spawn-elytra","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/spawn-elytra\/","title":{"rendered":"Spawn Elytra"},"content":{"rendered":"<p>  <img decoding=\"async\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy-minimal\/available\/github_vector.svg\" alt=\"GitHub\" width=\"50\"><\/p>\n<p>  <img decoding=\"async\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy-minimal\/documentation\/ghpages_vector.svg\" alt=\"Documentation\" width=\"50\"><\/p>\n<p><\/p>\n<p>  <img decoding=\"async\" alt=\"spigot\" height=\"40\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact-minimal\/supported\/spigot_vector.svg\"><\/p>\n<p>  <img decoding=\"async\" alt=\"paper\" height=\"40\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact-minimal\/supported\/paper_vector.svg\"><\/p>\n<p><img decoding=\"async\" alt=\"does not support fabric\" height=\"40\" title=\"Does not support Fabric (yet)\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact-minimal\/unsupported\/fabric_vector.svg\"><\/p>\n<div align=\"center\">\n<br \/>\nSoar through the world with Spawn Elytra!<br \/>Let players disperse through the world from spawn with Elytra like flight.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/files.catbox.moe\/ohrvx0.gif\" alt=\"Spawn Elytra Example\" width=\"85%\"><\/p>\n<\/div>\n<details>\n<summary>\n  <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/c852996e53690b60f68333c54359ec5137cf1a36.png\" width=\"15\"><br \/>\n  Default Config<br \/>\n<\/summary>\n<p>&#8220;`yaml<br \/>\n# Spawn Elytra Plugin by blaxk<br \/>\n# Plugin Version: 1.4<br \/>\n# Modrinth: https:\/\/modrinth.com\/plugin\/spawn-elytra<\/p>\n<p># ==========================================<br \/>\n# GLOBAL SETTINGS<br \/>\n# ==========================================<\/p>\n<p># Available languages: en, de, es, fr, ar<br \/>\nlanguage: en<\/p>\n<p># Game mode restrictions<br \/>\ngame_modes:<br \/>\n  # Automatically disable elytra when player enters creative mode (This prevents buggy flying in Creative)<br \/>\n  disable_in_creative: true<br \/>\n  # If you don&#8217;t want to disable elytra in adventure mode, set this to false<br \/>\n  disable_in_adventure: false<\/p>\n<p># Fireworks settings<br \/>\nfireworks:<br \/>\n  # Disable fireworks when using spawn elytra (players can still use fireworks if they have a real elytra equipped)<br \/>\n  disable_in_spawn_elytra: false<\/p>\n<p># Message settings<br \/>\nmessages:<br \/>\n  # Set to false to disable the &#8220;press to boost&#8221; message<br \/>\n  show_press_to_boost: true<br \/>\n  # Set to false to disable the &#8220;boost activated&#8221; message<br \/>\n  show_boost_activated: true<br \/>\n  # Set to true to show an actionbar when Elytra is disabled in Creative mode<br \/>\n  show_creative_disabled: false<br \/>\n  # Message style: classic or small_caps<br \/>\n  style: classic<\/p>\n<p># Visualization settings for \/spawnelytra visualize command<br \/>\nvisualization:<br \/>\n  # Vertical range above and below player for particle display<br \/>\n  vertical_range: 20<br \/>\n  # Additional vertical range for corner\/cardinal pillars<br \/>\n  pillar_vertical_range: 25<br \/>\n  # Particle update frequency (ticks between updates, lower = more frequent)<br \/>\n  update_frequency: 10<br \/>\n  # Particle size multiplier for better visibility from distance<br \/>\n  particle_size: 2.0<br \/>\n  # Enable enhanced particles (brighter colors, additional effects)<br \/>\n  enhanced_particles: true<\/p>\n<p># Hunger consumption settings (global defaults, can be overridden per-world)<br \/>\nhunger_consumption:<br \/>\n  # Enable hunger consumption while using the spawn elytra features<br \/>\n  enabled: false<br \/>\n  # How hunger should be consumed: activation, distance, or time<br \/>\n  mode: activation<br \/>\n  # Minimum food level to keep (players will never drop below this value)<br \/>\n  minimum_food_level: 0<\/p>\n<p>  activation:<br \/>\n    # Hunger consumed each time the elytra activates<br \/>\n    hunger_cost: 1<\/p>\n<p>  distance:<br \/>\n    # Blocks travelled while gliding before hunger is consumed<br \/>\n    blocks_per_point: 50.0<br \/>\n    # Hunger consumed every time the distance threshold is reached<br \/>\n    hunger_cost: 1<\/p>\n<p>  time:<br \/>\n    # Seconds of gliding before hunger is consumed<br \/>\n    seconds_per_point: 30<br \/>\n    # Hunger consumed each time the timer elapses<br \/>\n    hunger_cost: 1<\/p>\n<p># ==========================================<br \/>\n# WORLD-SPECIFIC SETTINGS<br \/>\n# ==========================================<\/p>\n<p># Configure elytra settings per world<br \/>\nworlds:<br \/>\n  # If you want to add another world, copy the entire &#8216;world&#8217; section and change the name and preferences<br \/>\n  world:<br \/>\n    # Enable spawn elytra in this world<br \/>\n    enabled: true<\/p>\n<p>    # Activation mode for elytra:<br \/>\n    # double_jump: Player needs to double-press space to activate elytra<br \/>\n    # auto: Automatically activates elytra when player has air below and is in spawn area<br \/>\n    # sneak_jump: Player needs to sneak while jumping to activate elytra<br \/>\n    # f_key: Player needs to press F (swap hands) to activate elytra, this also boosts a player upwards on activation<br \/>\n    activation_mode: double_jump<\/p>\n<p>    # The radius around spawn where elytra boosting is enabled<br \/>\n    # (only used when area_mode is &#8216;circular&#8217; or spawn coords x2\/y2\/z2 are all 0)<br \/>\n    radius: 100<\/p>\n<p>    # Spawn area configuration<br \/>\n    spawn_area:<br \/>\n      # Mode options: &#8216;auto&#8217; or &#8216;advanced&#8217;<br \/>\n      # auto: Uses the world spawn point with radius<br \/>\n      # advanced: Uses custom spawn coordinates defined below<br \/>\n      mode: auto<\/p>\n<p>      # Area type: &#8216;circular&#8217; or &#8216;rectangular&#8217;<br \/>\n      area_type: circular<\/p>\n<p>      # Primary spawn coordinates (center for circular, first corner for rectangular)<br \/>\n      x: 0<br \/>\n      y: 64<br \/>\n      z: 0<\/p>\n<p>      # Secondary coordinates (only used for rectangular areas)<br \/>\n      # Setting all to 0 uses circular area with radius instead<br \/>\n      x2: 0<br \/>\n      y2: 0<br \/>\n      z2: 0<\/p>\n<p>    # Boost settings<br \/>\n    boost:<br \/>\n      # Enable boost functionality<br \/>\n      enabled: true<br \/>\n      # The strength of the boost when pressing the boost key<br \/>\n      strength: 4<br \/>\n      # Boost direction: &#8216;forward&#8217; or &#8216;upward&#8217;<br \/>\n      # forward: Boosts player in the direction they are looking<br \/>\n      # upward: Boosts player straight up<br \/>\n      direction: forward<br \/>\n      # Boost sound effect &#8211; can be any sound from https:\/\/hub.spigotmc.org\/javadocs\/bukkit\/org\/bukkit\/Sound.html<br \/>\n      # Examples: ENTITY_BAT_TAKEOFF, ENTITY_FIREWORK_ROCKET_BLAST, ITEM_ELYTRA_FLYING<br \/>\n      sound: ENTITY_BAT_TAKEOFF<\/p>\n<p>    # F-key specific settings (only used when activation_mode: f_key)<br \/>\n    f_key:<br \/>\n      # Launch strength when pressing F key (1.5 = ~14-15 blocks upward)<br \/>\n      launch_strength: 1.5<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>\n  <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/c852996e53690b60f68333c54359ec5137cf1a36.png\" width=\"15\"><br \/>\n  Craft Attack Replica<br \/>\n<\/summary>\n<p>Paste this into the config if you want the spawn elytra to behave like in Craft Attack:<\/p>\n<p>&#8220;`yaml<br \/>\n# Spawn Elytra Plugin by blaxk<br \/>\n# Plugin Version: 1.4<br \/>\n# Modrinth: https:\/\/modrinth.com\/plugin\/spawn-elytra<\/p>\n<p># ==========================================<br \/>\n# GLOBAL SETTINGS<br \/>\n# ==========================================<\/p>\n<p># Available languages: en, de, es, fr, ar<br \/>\nlanguage: en<\/p>\n<p># Game mode restrictions<br \/>\ngame_modes:<br \/>\n  # Automatically disable elytra when player enters creative mode (This prevents buggy flying in Creative)<br \/>\n  disable_in_creative: true<br \/>\n  # If you don&#8217;t want to disable elytra in adventure mode, set this to false<br \/>\n  disable_in_adventure: false<\/p>\n<p># Fireworks settings<br \/>\nfireworks:<br \/>\n  # Disable fireworks when using spawn elytra (players can still use fireworks if they have a real elytra equipped)<br \/>\n  disable_in_spawn_elytra: false<\/p>\n<p># Message settings<br \/>\nmessages:<br \/>\n  # Set to false to disable the &#8220;press to boost&#8221; message<br \/>\n  show_press_to_boost: false<br \/>\n  # Set to false to disable the &#8220;boost activated&#8221; message<br \/>\n  show_boost_activated: false<br \/>\n  # Message style: classic or small_caps<br \/>\n  style: classic<\/p>\n<p># Visualization settings for \/spawnelytra visualize command<br \/>\nvisualization:<br \/>\n  # Vertical range above and below player for particle display<br \/>\n  vertical_range: 20<br \/>\n  # Additional vertical range for corner\/cardinal pillars<br \/>\n  pillar_vertical_range: 25<br \/>\n  # Particle update frequency (ticks between updates, lower = more frequent)<br \/>\n  update_frequency: 10<br \/>\n  # Particle size multiplier for better visibility from distance<br \/>\n  particle_size: 2.0<br \/>\n  # Enable enhanced particles (brighter colors, additional effects)<br \/>\n  enhanced_particles: true<\/p>\n<p># Hunger consumption settings (global defaults, can be overridden per-world)<br \/>\nhunger_consumption:<br \/>\n  # Enable hunger consumption while using the spawn elytra features<br \/>\n  enabled: false<br \/>\n  # How hunger should be consumed: activation, distance, or time<br \/>\n  mode: activation<br \/>\n  # Minimum food level to keep (players will never drop below this value)<br \/>\n  minimum_food_level: 0<\/p>\n<p>  activation:<br \/>\n    # Hunger consumed each time the elytra activates<br \/>\n    hunger_cost: 1<\/p>\n<p>  distance:<br \/>\n    # Blocks travelled while gliding before hunger is consumed<br \/>\n    blocks_per_point: 50.0<br \/>\n    # Hunger consumed every time the distance threshold is reached<br \/>\n    hunger_cost: 1<\/p>\n<p>  time:<br \/>\n    # Seconds of gliding before hunger is consumed<br \/>\n    seconds_per_point: 30<br \/>\n    # Hunger consumed each time the timer elapses<br \/>\n    hunger_cost: 1<\/p>\n<p># ==========================================<br \/>\n# WORLD-SPECIFIC SETTINGS<br \/>\n# ==========================================<\/p>\n<p># Configure elytra settings per world<br \/>\nworlds:<br \/>\n  # If you want to add another world, copy the entire &#8216;world&#8217; section and change the name and preferences<br \/>\n  world:<br \/>\n    # Enable spawn elytra in this world<br \/>\n    enabled: true<\/p>\n<p>    # Activation mode for elytra:<br \/>\n    # double_jump: Player needs to double-press space to activate elytra<br \/>\n    # auto: Automatically activates elytra when player has air below and is in spawn area<br \/>\n    # sneak_jump: Player needs to sneak while jumping to activate elytra<br \/>\n    # f_key: Player needs to press F (swap hands) to activate elytra, this also boosts a player upwards on activation<br \/>\n    activation_mode: double_jump<\/p>\n<p>    # The radius around spawn where elytra boosting is enabled<br \/>\n    # (only used when area_mode is &#8216;circular&#8217; or spawn coords x2\/y2\/z2 are all 0)<br \/>\n    radius: 100<\/p>\n<p>    # Spawn area configuration<br \/>\n    spawn_area:<br \/>\n      # Mode options: &#8216;auto&#8217; or &#8216;advanced&#8217;<br \/>\n      # auto: Uses the world spawn point with radius<br \/>\n      # advanced: Uses custom spawn coordinates defined below<br \/>\n      mode: auto<\/p>\n<p>      # Area type: &#8216;circular&#8217; or &#8216;rectangular&#8217;<br \/>\n      area_type: circular<\/p>\n<p>      # Primary spawn coordinates (center for circular, first corner for rectangular)<br \/>\n      x: 0<br \/>\n      y: 64<br \/>\n      z: 0<\/p>\n<p>      # Secondary coordinates (only used for rectangular areas)<br \/>\n      # Setting all to 0 uses circular area with radius instead<br \/>\n      x2: 0<br \/>\n      y2: 0<br \/>\n      z2: 0<\/p>\n<p>    # Boost settings<br \/>\n    boost:<br \/>\n      # Enable boost functionality<br \/>\n      enabled: true<br \/>\n      # The strength of the boost when pressing the boost key<br \/>\n      strength: 4<br \/>\n      # Boost direction: &#8216;forward&#8217; or &#8216;upward&#8217;<br \/>\n      # forward: Boosts player in the direction they are looking<br \/>\n      # upward: Boosts player straight up<br \/>\n      direction: forward<br \/>\n      # Boost sound effect &#8211; can be any sound from https:\/\/hub.spigotmc.org\/javadocs\/bukkit\/org\/bukkit\/Sound.html<br \/>\n      # Examples: ENTITY_BAT_TAKEOFF, ENTITY_FIREWORK_ROCKET_BLAST, ITEM_ELYTRA_FLYING<br \/>\n      sound: ENTITY_BAT_TAKEOFF<\/p>\n<p>    # F-key specific settings (only used when activation_mode: f_key)<br \/>\n    f_key:<br \/>\n      # Launch strength when pressing F key (1.5 = ~14-15 blocks upward)<br \/>\n      launch_strength: 1.5<br \/>\n  &#8220;`<\/p>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>An invisible Elytra at spawn to disperse players throughout the world, like the Craft Attack Spawn Elytra<\/p>\n","protected":false},"featured_media":146214,"template":"","meta":{"_minecraft_slug":"spawn-elytra","_minecraft_project_id":"Egw2R8Fj","_minecraft_author":"blaxk","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":3617,"_minecraft_follows":17,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"spawn-elytra.zip","_minecraft_size_bytes":1825875,"_minecraft_version_count":6,"_minecraft_updated_at":"2026-05-16T04:39:08.149619Z","_minecraft_date_created":"2024-08-19T02:27:08.223974Z","_minecraft_date_modified":"2025-10-25T10:14:11.620429Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/spawn-elytra","_minecraft_icon_attachment_id":146214,"_minecraft_imported_at":"2026-06-08T18:14:34+00:00","_minecraft_import_hash":"e355dcc21480b06b474191ce6f58f7c9","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,126,127,128,129,869,92],"mod_loader":[132,133,134],"minecraft_version":[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-146213","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-transportation","mod_category-utility","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-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>Spawn Elytra - 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\/spawn-elytra\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Spawn Elytra - Minecraft\" \/>\n<meta property=\"og:description\" content=\"An invisible Elytra at spawn to disperse players throughout the world, like the Craft Attack Spawn Elytra\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/spawn-elytra\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy-minimal\/available\/github_vector.svg\" \/>\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\\\/spawn-elytra\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spawn-elytra\\\/\",\"name\":\"Spawn Elytra - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spawn-elytra\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spawn-elytra\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/spawn-elytra-icon-e6523113df648b26782e1c2e4399112f9bc6e480.gif\",\"datePublished\":\"2026-06-08T18:14:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spawn-elytra\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spawn-elytra\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spawn-elytra\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/spawn-elytra-icon-e6523113df648b26782e1c2e4399112f9bc6e480.gif\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/spawn-elytra-icon-e6523113df648b26782e1c2e4399112f9bc6e480.gif\",\"width\":160,\"height\":160},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spawn-elytra\\\/#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\":\"Spawn Elytra\"}]},{\"@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":"Spawn Elytra - 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\/spawn-elytra\/","og_locale":"en_US","og_type":"article","og_title":"Spawn Elytra - Minecraft","og_description":"An invisible Elytra at spawn to disperse players throughout the world, like the Craft Attack Spawn Elytra","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/spawn-elytra\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy-minimal\/available\/github_vector.svg","type":"","width":"","height":""}],"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\/spawn-elytra\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/spawn-elytra\/","name":"Spawn Elytra - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/spawn-elytra\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/spawn-elytra\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/spawn-elytra-icon-e6523113df648b26782e1c2e4399112f9bc6e480.gif","datePublished":"2026-06-08T18:14:33+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/spawn-elytra\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/spawn-elytra\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/spawn-elytra\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/spawn-elytra-icon-e6523113df648b26782e1c2e4399112f9bc6e480.gif","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/spawn-elytra-icon-e6523113df648b26782e1c2e4399112f9bc6e480.gif","width":160,"height":160},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/spawn-elytra\/#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":"Spawn Elytra"}]},{"@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\/146213","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\/146214"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=146213"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=146213"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=146213"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=146213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}