Spawn Elytra

⭐ — (20 endorsements) 📥 4,409 downloads 📌 v1.5 📅 8/19/2024
🟡 Updated this year

By blaxk · management

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/22/2026 📅 Created: 8/19/2024

🔍 Analysis

  • 👍 0.5% endorsement rate
  • 🏆 #35 of 131 management mods in this game by downloads

📋 About This Mod

<a href="https://github.com/blax-k/SpawnElytra" target="_blank" title="View on GitHub"> <img src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/available/github_vector.svg" alt="GitHub" width="50"> </a> <a href="https://blaxk.gitbook.io/spawnelytra" target="_blank" title="Read the Documentation"> <img src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy-minimal/documentation/ghpages_vector.svg" alt="Documentation" width="50"> </a> <br> <a href="https://modrinth.com/plugin/spawn-elytra?loader=spigot&version=26.1.1#download" title="Download for Spigot"> <img alt="spigot" height="40" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact-minimal/supported/spigot_vector.svg"> </a> <a href="https://modrinth.com/plugin/spawn-elytra?loader=paper&version=26.1.1#download" title="Download for Paper"> <img alt="paper" height="40" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact-minimal/supported/paper_vector.svg"> </a> <img 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"> <div align="center"> <br> Soar through the world with Spawn Elytra!<br>Let players disperse through the world from spawn with Elytra like flight. <br><br> <img src="https://files.catbox.moe/ohrvx0.gif" alt="Spawn Elytra Example" width="85%"> </div> <br> <details> <summary> <img src="https://cdn.modrinth.com/data/cached_images/c852996e53690b60f68333c54359ec5137cf1a36.png" width="15"> Default Config </summary> ```yaml # Spawn Elytra Plugin by blaxk # Plugin Version: 1.5 # Modrinth: https://modrinth.com/plugin/spawn-elytra # ========================================== # GLOBAL SETTINGS # ========================================== # Available languages: en, de, es, fr, pl language: en # Game mode restrictions game_modes: # Automatically disable elytra when player enters creative mode (This prevents buggy flying in Creative) disable_in_creative: true # If you don't want to disable elytra in adventure mode, set this to false disable_in_adventure: false # Fireworks settings fireworks: # Disable fireworks when using spawn elytra (players can still use fireworks if they have a real elytra equipped) disable_in_spawn_elytra: false # Bedrock (Geyser/Floodgate) support bedrock: # Bedrock Edition cannot glide without a real elytra equipped. When enabled, # Bedrock players inside the spawn area receive a temporary elytra. They use # it like a normal elytra: jump, then press jump again while falling. Since # Bedrock has no offhand/F key, Bedrock players always boost by pressing sneak # while gliding. enabled: true # Message settings messages: # Set to false to disable the "press to boost" message show_press_to_boost: true # Set to false to disable the "boost activated" message show_boost_activated: true # Set to true to show an actionbar when Elytra is disabled in Creative mode show_creative_disabled: false # Message style: classic or small_caps style: classic # Visualization settings for /spawnelytra visualize command visualization: # Vertical range above and below player for particle display vertical_range: 20 # Additional vertical range for corner/cardinal pillars pillar_vertical_range: 25 # Particle update frequency (ticks between updates, lower = more frequent) update_frequency: 10 # Particle size multiplier for better visibility from distance particle_size: 2.0 # Enable enhanced particles (brighter colors, additional effects) enhanced_particles: true # Hunger consumption settings (global defaults, can be overridden per-world) hunger_consumption: # Enable hunger consumption while using the spawn elytra features enabled: false # How hunger should be consumed: activation, distance, or time mode: activation # Minimum food level to keep (players will never drop below this value) minimum_food_level: 0 activation: # Hunger consumed each time the elytra activates hunger_cost: 1 distance: # Blocks travelled while gliding before hunger is consumed blocks_per_point: 50.0 # Hunger consumed every time the distance threshold is reached hunger_cost: 1 time: # Seconds of gliding before hunger is consumed seconds_per_point: 30 # Hunger consumed each time the timer elapses hunger_cost: 1 # ========================================== # WORLD-SPECIFIC SETTINGS # ========================================== # Configure elytra settings per world worlds: # If you want to add another world, copy the entire 'world' section and change the name and preferences world: # Enable spawn elytra in this world enabled: true # Activation mode for elytra: # double_jump: Player needs to double-press space to activate elytra # auto: Automatically activates elytra when player has air below an

GitHub Documentation

spigot paper does not support fabric

Soar through the world with Spawn Elytra! Let players disperse through the world from spawn with Elytra like flight.

Spawn Elytra Example

Default Config

```yaml # Spawn Elytra Plugin by blaxk # Plugin Version: 1. 5 # Modrinth: https://modrinth.com/plugin/spawn-elytra

# ========================================== # GLOBAL SETTINGS # ==========================================

# Available languages: en, de, es, fr, pl language: en

# Game mode restrictions game_modes: # Automatically disable elytra when player enters creative mode (This prevents buggy flying in Creative) disable_in_creative: true # If you don't want to disable elytra in adventure mode, set this to false disable_in_adventure: false

# Fireworks settings fireworks: # Disable fireworks when using spawn elytra (players can still use fireworks if they have a real elytra equipped) disable_in_spawn_elytra: false

# Bedrock (Geyser/Floodgate) support bedrock: # Bedrock Edition cannot glide without a real elytra equipped. When enabled, # Bedrock players inside the spawn area receive a temporary elytra. They use # it like a normal elytra: jump, then press jump again while falling. Since # Bedrock has no offhand/F key, Bedrock players always boost by pressing sneak # while gliding. enabled: true

# Message settings messages: # Set to false to disable the "press to boost" message show_press_to_boost: true # Set to false to disable the "boost activated" message show_boost_activated: true # Set to true to show an actionbar when Elytra is disabled in Creative mode show_creative_disabled: false # Message style: classic or small_caps style: classic

# Visualization settings for /spawnelytra visualize command visualization: # Vertical range above and below player for particle display vertical_range: 20 # Additional vertical range for corner/cardinal pillars pillar_vertical_range: 25 # Particle update frequency (ticks between updates, lower = more frequent) update_frequency: 10 # Particle size multiplier for better visibility from distance particle_size: 2. 0 # Enable enhanced particles (brighter colors, additional effects) enhanced_particles: true

# Hunger consumption settings (global defaults, can be overridden per-world) hunger_consumption: # Enable hunger consumption while using the spawn elytra features enabled: false # How hunger should be consumed: activation, distance, or time mode: activation # Minimum food level to keep (players will never drop below this value) minimum_food_level: 0

activation: # Hunger consumed each time the elytra activates hunger_cost: 1

distance: # Blocks travelled while gliding before hunger is consumed blocks_per_point: 50. 0 # Hunger consumed every time the distance threshold is reached hunger_cost: 1

time: # Seconds of gliding before hunger is consumed seconds_per_point: 30 # Hunger consumed each time the timer elapses hunger_cost: 1

# ========================================== # WORLD-SPECIFIC SETTINGS # ==========================================

# Configure elytra settings per world worlds: # If you want to add another world, copy the entire 'world' section and change the name and preferences world: # Enable spawn elytra in this world enabled: true

# Activation mode for elytra: # double_jump: Player needs to double-press space to activate elytra # auto: Automatically activates elytra when player has air below an

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
blaxk
Version
1.5
Downloads
4,409
Endorsements
20
Category
management
Created
8/19/2024
Updated
7/22/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
management, transportation, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does Spawn Elytra support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of Spawn Elytra?

Version 1.5, published 2026-07-22 with 4,409 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More management 👤 More by blaxk 🔎 Similar Mods 🌐 Best management (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods