
You might know this feature from CraftAttack - this is exactly the same, but better!
A Minecraft plugin that enables elytra-like flight mechanics at spawn without requiring actual elytra wings. Double-jump to soar through the air and boost yourself with the F key!
Enhanced with features inspired by blax-k's SpawnElytra implementation
/spawnelytra reload and /spawnelytra info.jar file from the releases pageplugins folderplugins/SpawnElytra/config.ymlThe plugin uses the world spawn point as the center for flight activation. This is the exact location where players spawn when they first join the server or use the /spawn command. You can set this location using the /setworldspawn command.
| Option | Description | Default |
|---|---|---|
spawnRadius |
Radius around spawn where players can start flying | 50 |
multiplyValue |
How much the velocity gets multiplied when boosting | 5 |
boostEnabled |
Whether the boost feature is enabled | true |
world |
The world where the feature works | "world" |
message |
Action bar message shown to players (%key% = F key) |
English message |
boostSound |
Sound played when using boost | ENTITY_BAT_TAKEOFF |
boostDirection |
Direction of boost: forward or upward |
forward |
showBoostMessage |
Show "Boost activated!" message | true |
showActivationMessage |
Show activation message with F key hint | true |
ignoreYInSpawnRadius |
When true: only horizontal distance (X/Z) checked, height is ignored |
false |
checkForUpdates |
Check Modrinth for updates on startup, notify first op to join | true |
debugMode |
Enable verbose save/load logging for troubleshooting | false |
enableMetrics |
Send anonymous usage statistics to bStats | true |
| Command | Permission | Description |
|---|---|---|
/spawnelytra info |
None | Show plugin information and current config |
/spawnelytra reload |
spawnelytra.admin |
Reload plugin configuration |
Aliases: /se, /selytra
| Permission | Description | Default |
|---|---|---|
spawnelytra.use |
Allows using elytra flight at spawn | true |
spawnelytra.useboost |
Allows using boost functionality | true |
spawnelytra.admin |
Allows access to admin commands | op |
spawnelytra.* |
Grants all permissions | op |
Original Concept: CoolePizza - Original SpawnElytra
Enhanced Features Inspired By: blax-k - SpawnElytra Implementation
This Version: Updated, enhanced, and optimized implementation with bug fixes for modern Minecraft versions, combining the best ideas from both original works.
This project is licensed under the MIT License - see the LICENSE file for details.
Original Developer: CoolePizza
Original Plugin: SpawnElytra on SpigotMC
This is an updated and improved version of the original plugin with bug fixes and enhanced compatibility for modern Minecraft versions.
Made with care for the Minecraft community