Compatibility
Minecraft: Java Edition
1.21.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 8 months ago
Updated last month
Changelog
Spawn Elytra Version 1.2 Update
I added many new features.
Config Comparison:
New Config
# Spawn Elytra Plugin by Blaxk_
# Plugin Version: 1.2
# Modrinth: https://modrinth.com/plugin/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!'
Old Config
# 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
What's New in 1.2?
New Features
- New Language Support: Added support for Spanish, French, Hindi, Chinese, and Arabic (This was translated using Google Translate tho, so please report any errors here)
- Advanced Mode: I added an advanced mode so you can define an exact area instead of using radius.
- Activation Modes: Instead of Double Jumping to activate the elytra, you can configure it so the elytra activates automatically when 3 Blocks of Air is under you.
- Config Reload Command: I added an very simple /spawnelytra reload (or /se reload) command to reload the config. Some things dont update tho (like activation sound) so i still recommend restarting
- Editable Boost Message: You can now customize the Press F to boost yourself and Boost activated message even with custom formatting. (Hex support or Minimessage support coming soon)
- PlaceholderAPI Integration
- Permission System
- bStats
- Basically everything is now fully customizable, including the sound when you boost :D
New Permissions
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 feature
PlaceholderAPI Support
If 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 uses
Your 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.
Files
Metadata
Release channel
ReleaseVersion number
1.2Loaders
Game versions
1.21–1.21.5Downloads
111Publication date
March 14, 2025 at 4:40 PMPublisher

blaxk_
Member