Changelog
Setup Wizard - New command /spawnelytra setup
double_jump, auto, sneak_jump, or f_key/spawnelytra setup exitSettings Menu - /spawnelytra settings
/spawnelytra set language <en|de|es|fr> - Set language/spawnelytra set style <classic|small_caps> - Set message styleArea Visualization - /spawnelytra visualize [seconds]
First Install Welcome
/spawnelytra dismiss commandworlds.<world>
spawn_area.mode: Choose between auto (uses world spawn) or advanced (custom coordinates)spawn_area.area_type: Define areas as circular or rectangularhunger_consumption.enabled
activation, distance, or timeMessage Style Settings - messages.style
classic: Normal message formattingsmall_caps: Small caps text styleMessage Toggles
messages.show_press_to_boost: Toggle boost activation messagesmessages.show_boost_activated: Toggle boost confirmation messagesmessages.show_creative_disabled: Show actionbar when elytra is disabled in creative modegame_modes.disable_in_adventure
plugins/SpawnElytra/backups/<timestamp>Important Note
This plugin checks for the CraftAttackSpawnElytra directory on startup. If files are found, they are moved to SpawnElytra and backed up. To prevent this behavior, add prevent-spawnelytra-from-migrating: true to config.yml before starting the server.
CraftAttackSpawnElytra → SpawnElytracraftattackspawnelytra → spawnelytracommand - Command handlingconfig - Configuration management and updatesdata - Player data managementintegration - Third-party integrations (PlaceholderAPI)listener - Event listeners (core elytra mechanics)setup - Setup wizard and session managementutil - Utility classes (messaging, scheduling, backups, updates)3.5.3 to 3.6.04.17.04.17.04.17.04.3.4spawn_area with mode and area_type optionsI'd really appreciate your feedback on this version! Also, if you have any idea for the plugin you can also create a feature request!
Changelog
Sneak + Jump Mode: Hold sneak while (double) jumping to activate elytra flight
F-Key Mode: Press F (swap hands) to activate elytra with an upward launch boost
Firework disabler: Disable the use of fireworks while in spawn elytra without having an real elytra eqquiped (This isn't enabled by default!) - suggestion by MYNTAX on github, if you also have an suggestion, please feel free to create an suggestion "issue" on github!
# Disable fireworks when using spawn elytra (players can still use fireworks if they have a real elytra equipped)
disable_fireworks_in_spawn_elytra: false
/spawnelytra visualize command to see your configured area with particles (client side, green particles for the border, end rod particles for the center)Note: The config has been restructured. They should be automatically migrated.
That's all for today!
I fixed an oversight on my end where the Spawn Elytra doesn't work in Adventure Mode. I also added an new option in the config:
# If you don't want to disable elytra in adventure mode, set this to false
disable_in_adventure: false
so if you do want that the spawn elytra does not work in adventure you can set it to true.
This issue was submitted on github, if you find any more issues or have suggestions to improve the plugin, feel free to create an "suggestion" issue
I also plan on reducing the frequency in update notifications
Thanks for 600 Downloads!
I added many new features.
# Spawn Elytra Plugin by Blaxk_
# Plugin Version: 1.2
# Modrinth: /plugins/spawn-elytra
# Activation mode for elytra:
# double_jump: Player needs to double-press space to activate elytra
# auto: Automatically activates elytra when player has air below and is in spawn area
activation_mode: double_jump
# Mode options: 'auto' or 'advanced'
# auto: Uses the world spawn point
# advanced: Uses custom spawn coordinates defined below
mode: auto
# The radius around spawn where elytra boosting is enabled
# (only used in auto mode or if x2, y2, z2 are all set to 0)
radius: 100
# The strength of the boost when pressing the boost key
strength: 2
# The world where the spawn elytra feature is enabled
world: world
# Custom spawn coordinates and dimensions (used when mode is 'advanced')
spawn:
# First point of the elytra area
x: 0
y: 64
z: 0
# Second point of the elytra area
# Setting all x2/y2/z2 to 0 will use the radius-based circular area instead
# Example: Using x=0, y=64, z=0 and x2=100, y2=128, z2=100 creates a rectangular area
# between those two coordinate points
x2: 0 # Second X coordinate
y2: 0 # Second Y coordinate
z2: 0 # Second Z coordinate
# Boost sound effect - can be any sound from https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
# Examples: ENTITY_BAT_TAKEOFF, ENTITY_FIREWORK_ROCKET_BLAST, ITEM_ELYTRA_FLYING
boost_sound: ENTITY_BAT_TAKEOFF
# Available languages: en, de, es, fr, hi, zh, ar
language: en
# Automatically disable elytra when player enters creative mode (This prevents buggy flying in Creative)
disable_in_creative: 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 use custom messages below instead of language file messages
use_custom_messages: false
# Custom messages
# {key} is used represent the offhand key (F by default)
# Due to limitations from minecraft, you cant enter any key you want.
# Legacy color codes (&a, &e, etc.) are supported
press_to_boost: '&6Press &6&l{key} &6to boost yourself.'
boost_activated: '&a&lBoost activated!'
# Plugin from Blaxk_
radius: 50
strength: 2
world: world
# Defines the language of the plugin. You can change it to 'de' for german, or 'en' for english.
language: de
spawnelytra.admin - Access to config reload (/se reload)spawnelytra.use - Allows players to use the elytra feature (Default: True ofc)spawnelytra.useboost - Allows players to use the boost featureIf PlaceholderAPI is installed, you can now use these placeholders:
%spawnelytra_fly_count% - Number of times a player has used the elytra%spawnelytra_boost_count% - Number of times a player has used the boost%spawnelytra_total_count% - Total number of elytra and boost usesYour existing configuration will be automatically updated with new options while preserving your settings :)
If you encounter any issues or have suggestions for future updates, please let me know here.
I completly reworked this plugin, added language support (en - english and de - german) and more.

An invisible Elytra at spawn to disperse players throughout the world, like the Craft Attack Spawn Elytra