Перейти к содержимому
Mineforgian

SpawnElytra

Double-jump to activate elytra flight at spawn without requiring elytra wings. Press F to boost! Like in Craft Attack!

Загрузки
3K
Подписчики
15
Обновлён
3 августа 2026 г.
Лицензия
MIT

Опубликован 23 октября 2025 г.

Spawn Elytra Banner

Spigot Downloads Minecraft Server Bedrock


Overview

Bring CraftAttack-style elytra flight mechanics to your spawn area! This lightweight plugin enables players to double-jump for elytra gliding and boost with the F key (Java) or Sneak (Bedrock) - no actual elytra wings required.

Perfect for survival servers or any server wanting to add engaging movement mechanics at spawn - now with full Bedrock Edition support!


Features

Feature Description
Double-jump Flight Activate elytra gliding anywhere within spawn radius
Smart Boost System F-key boost for Java players, Sneak boost for Bedrock players
Bedrock Compatible Full Geyser/Floodgate support with virtual elytra system
No Fall Damage Safe landings guaranteed
World-Specific Configure which world the feature works in
Flexible Spawn Radius Option to ignore Y coordinate so players can fly at any height within the radius
Update Checker Notifies ops on first join after restart if a new version is available
Permission System Fine-grained access control
Admin Commands Easy configuration management
Privacy-Focused Optional bStats metrics (can be disabled in config)

Why Choose SpawnElytra?

  • Cross-platform support - Works seamlessly with Java & Bedrock players
  • Lightweight with minimal performance impact
  • Event-driven architecture for efficiency
  • Highly configurable with detailed options
  • Professional documentation and support

Configuration

SpawnElytra offers extensive configuration options:

  • Spawn radius and boost velocity multiplier
  • Custom sounds and action bar messages
  • World-specific activation settings
  • Permission-based access control
  • ignoreYInSpawnRadius - when true, only horizontal distance (X/Z) is checked so players can fly at any height within the radius (default: false)
  • checkForUpdates - checks Modrinth for updates on startup and notifies the first op to join (default: true)
  • debugMode - enables verbose save/load logging for troubleshooting (default: false)
  • bStats metrics toggle (enableMetrics: true/false)

Note: The plugin uses your world's spawn point as the center for flight activation.


Commands & Permissions

Commands

  • /spawnelytra info - Display plugin information
  • /spawnelytra reload - Reload configuration (admin only)

Permissions

  • spawnelytra.use - Basic flight access
  • spawnelytra.useboost - Boost functionality
  • spawnelytra.admin - Administrative commands

Bedrock Edition Support

SpawnElytra automatically detects Bedrock players via Floodgate and provides:

  • Virtual elytra system - No need for physical elytra items
  • Sneak-to-boost - Natural boost mechanic for Bedrock controls
  • Chestplate preservation - Automatically saves and restores chestplates
  • Inventory protection - Virtual elytra cannot be displaced by equipping other armor mid-flight

Works with Geyser and Floodgate for seamless cross-play!


Credits

Original Concept: CoolePizza - Original SpawnElytra

This is an enhanced and updated version with bug fixes, broader compatibility, Bedrock support, and additional features for modern Minecraft servers.


🌟 Join KnabbiiiCraft - CraftAttack-Style Server!

KnabbiiiCraft Discord

Experience SpawnElytra in action on our CraftAttack-inspired server!

Where this plugin was born and tested - join our community!


Download now and enhance your server with professional elytra flight mechanics.

Made with ❤️ for the Minecraft community

Ченджлог

1.2.1Релиз26.1.2, 26.2 · 3 августа 2026 г.

Spawn Elytra

Fabric - v1.2.1

Downloads Version Minecraft Fabric

🚀 SpawnElytra v1.2.1 - Fabric Edition

✨ What's New in v1.2.1

  • Updated to Minecraft 26.2

🔧 Technical Details

  • Fabric Loader 0.19.3+ required
  • Fabric API (version-specific)
  • Cloth Config 26.1.154+
  • Java 25+
  • Optional: LuckPerms API 5.4

📥 Installation

  1. Install Fabric API and Cloth Config
  2. Download spawnelytra-1.2.0.jar and place it in your mods folder
  3. Configure in config/spawnelytra.toml

🌟 Why Fabric?

  • ✅ Lightweight and efficient server-side mod
  • ✅ Compatible with Minecraft 26.1.2
  • ✅ Easy configuration with Cloth Config
  • ✅ Optional LuckPerms support with sensible defaults
  • ✅ Automatic update notifications

🙏 Credits

Fabric Port: @SchlangeGoto
Original Concept: CoolePizza - Original SpawnElytra


Also available for Paper/Bukkit servers - check the versions tab!

2.5.2Релиз26.1.1, 26.1.2, 26.2 · 19 июня 2026 г.

Spawn Elytra

Paper 1.21.11+ Fix + Bedrock Hotbar Protection

Downloads Version Minecraft Bedrock

🔧 SpawnElytra v2.5.2 - Bug Fix Release

Sorry for the issues introduced in v2.5.1! This release fixes a Paper 1.21.11 startup crash and two gaps in the Bedrock virtual elytra protection.

✨ What's Changed

🚨 Paper 1.21.11 Startup Fix

  • Fixed NullPointerException on startup when running Paper 1.21.11
  • Paper 1.21.11 changed getConfig() to call the overridden reloadConfig() before DataManager was initialized — this is now guarded correctly
  • Plugin now enables cleanly on Paper 1.21.11 without crashing

🛡️ Bedrock Elytra Item Protection

  • Elytra items in the inventory could previously displace the virtual elytra mid-flight — this is now blocked
  • Previously only *_CHESTPLATE items were protected; elytra items are now included in all three inventory guards:
    • Direct clicks on the chestplate armor slot (slot 38)
    • MOVE_TO_OTHER_INVENTORY / auto-equip actions
    • Cursor placement onto the armor slot

🛡️ Bedrock Hotbar Right-click Protection

  • Right-clicking a chestplate or elytra in the hotbar (with inventory closed) while flying no longer auto-equips it to the armor slot
  • This path was previously unhandled — it now cancels via PlayerInteractEvent

📥 Installation

Download SpawnElytra-2.5.2.jar and place it in your plugins folder.

🔄 Upgrading

  • Drop-in update from v2.5.1 or v2.5.0no configuration changes required
2.5.1Релиз26.1.1, 26.1.2, 26.2 · 18 июня 2026 г.

Spawn Elytra

Bedrock Elytra Fix + Update Checker + Debug Mode

Downloads Version Minecraft Bedrock

🔧 SpawnElytra v2.5.1 - Bedrock Fix & Quality of Life

A Bedrock inventory fix, a built-in update checker, and a new debug mode config option.

✨ What's Changed

🛡️ Bedrock Elytra Inventory Fix

  • Bedrock players could previously right-click or shift-click a chestplate from their inventory to displace the virtual elytra mid-flight — this is now blocked
  • Three paths are now prevented for flying Bedrock players:
    • Direct clicks on the chestplate armor slot (slot 38)
    • MOVE_TO_OTHER_INVENTORY / auto-equip actions on any *_CHESTPLATE item
    • Cursor placement of a chestplate onto the armor slot

🔔 Built-in Update Checker

  • Plugin now checks Modrinth for updates asynchronously on startup
  • If an update is available: logged to console and sent to the first op to join after each restart
  • Can be disabled via checkForUpdates: false in config.yml

🐛 Debug Mode

  • Added debugMode: false config option
  • When false (default): only important messages are logged — no more spam from save/load cycles
  • When true: verbose save/load logging is restored (useful for troubleshooting)

📥 Installation

Download SpawnElytra-2.5.1.jar and place it in your plugins folder.

🔄 Upgrading

  • Drop-in update from v2.5.0no need to delete your config
  • New config keys (checkForUpdates, debugMode) default to safe values if missing
  • To use them, add to your config.yml:
checkForUpdates: true
debugMode: false

Or simply delete your config and let the plugin regenerate it with all options included.

2.5.0Релиз26.1.1, 26.1.2, 26.2 · 17 июня 2026 г.

Spawn Elytra

Older Versions Work Again + New Config Option

Downloads Version Minecraft Bedrock

🔧 SpawnElytra v2.5.0 - Broader Compatibility

This update restores compatibility with older server versions and adds a new config option for the spawn radius.

✨ What's Changed

🌍 Broader Version Support

  • Plugin now works on 1.20.1 and all newer versions including 26.1.x, 26.2.x and beyond
  • Previously was locked to 26.1.x only — this is now fixed

📐 New Config Option: ignoreYInSpawnRadius

  • Added ignoreYInSpawnRadius to config.yml
  • When false (default): uses full 3D distance from spawn — players high above spawn leave the radius sooner
  • When true: only horizontal distance (X/Z) is checked — players can fly as high as they want while staying in the radius

📥 Installation

Download SpawnElytra-2.5.0.jar and place it in your plugins folder.

🔄 Upgrading

  • Drop-in update from v2.4.2no need to delete your config
  • If ignoreYInSpawnRadius is missing from your config, the plugin defaults to false (old behavior)
  • To use the new option, add this line to your config.yml:
ignoreYInSpawnRadius: false

Or simply delete your config and let the plugin regenerate it with all new options included.

2.4.2Релиз26.1, 26.1.1, 26.1.2 · 28 апреля 2026 г.

Spawn Elytra

Paper 26.1.x Compatibility

Downloads Version Minecraft Bedrock

🔧 SpawnElytra v2.4.2 - Compatibility Update

This update adds compatibility with Paper 26.1.x (the new Minecraft versioning scheme). No new features, no config changes required.

✨ What's Changed

🖥️ Paper 26.1.x Support

  • Updated api-version to support Paper 26.1+ (26.1, 26.1.1, 26.1.2+)
  • Requires Java 25+ when running on Paper 26.1.x

📥 Installation

Download SpawnElytra-2.4.2.jar and place it in your plugins folder.

Paper 26.1.x users: Compatible with 26.1, 26.1.1 and 26.1.2+. Requires Java 25+.

🔄 Upgrading

  • Drop-in update from v2.4.1
  • No config changes required
1.2.0Релиз26.1.2 · 27 апреля 2026 г.

Spawn Elytra

Fabric Port - v1.2.0

Downloads Version Minecraft Fabric

🚀 SpawnElytra v1.2.0 - Fabric Edition

🎯 Major Features

  • 🎮 Full Fabric support for Minecraft 26.1.2
  • 🔑 LuckPerms integration with smart defaults
  • 📊 Update checker via Modrinth API
  • ⚙️ Cloth Config for easy in-game configuration

✨ What's New in v1.2.0

  • Ported to Minecraft 26.1.2 — the first fully unobfuscated Minecraft release
  • Fixed nether portal bug: flight and mayfly are now immediately revoked for survival/adventure players when entering any non-overworld dimension
  • Updated build toolchain: Fabric Loom 1.16, Gradle 9.4.1, Java 25

🔧 Technical Details

  • Fabric Loader 0.19.2+ required
  • Fabric API (version-specific)
  • Cloth Config 26.1.154+
  • Java 25+
  • Optional: LuckPerms API 5.4

📥 Installation

  1. Install Fabric API and Cloth Config
  2. Download spawnelytra-1.2.0.jar and place it in your mods folder
  3. Configure in config/spawnelytra.toml

🌟 Why Fabric?

  • ✅ Lightweight and efficient server-side mod
  • ✅ Compatible with Minecraft 26.1.2
  • ✅ Easy configuration with Cloth Config
  • ✅ Optional LuckPerms support with sensible defaults
  • ✅ Automatic update notifications

🙏 Credits

Fabric Port: @SchlangeGoto
Original Concept: CoolePizza - Original SpawnElytra


Also available for Paper/Bukkit servers - check the versions tab!

1.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 3 марта 2026 г.

Spawn Elytra

Fabric Port - v1.1.0

Downloads Version Minecraft Fabric

🚀 SpawnElytra v1.1.0 - Fabric Edition

🎯 Major Features

  • 🎮 Full Fabric support for Minecraft 1.20.1 - 1.21.11
  • 🔑 LuckPerms integration with smart defaults
  • 📊 Update checker via Modrinth API
  • ⚙️ Cloth Config for easy in-game configuration

✨ What's New in v1.1.0

  • Improved world safety: strict world checks to prevent nether portal flight bugs
  • Automatic config validation and regeneration
  • Cross-world flight prevention and instant flight stop on world change
  • Enhanced ground detection for all block types
  • Minor performance improvements and bugfixes

🔧 Technical Details

  • Fabric Loader 0.15.0+ required
  • Fabric API (version-specific)
  • Cloth Config 11.0.0+
  • Java 21+
  • Optional: LuckPerms API 5.4

📥 Installation

  1. Install Fabric API and Cloth Config
  2. Download spawnelytra-1.1.0.jar and place it in your mods folder
  3. Configure in config/spawnelytra.toml

🌟 Why Fabric?

  • ✅ Lightweight and efficient server-side mod
  • ✅ Compatible with Minecraft 1.20.1 through 1.21.11
  • ✅ Easy configuration with Cloth Config
  • ✅ Optional LuckPerms support with sensible defaults
  • ✅ Automatic update notifications

🙏 Credits

Fabric Port: @SchlangeGoto
Original Concept: CoolePizza - Original SpawnElytra


Also available for Paper/Bukkit servers - check the versions tab!

2.4.1Релиз1.21.9, 1.21.10, 1.21.11 · 3 февраля 2026 г.

Spawn Elytra

Hotfix: Persistence, Performance & Debugging

Downloads Version Minecraft Bedrock

🩹 SpawnElytra v2.4.1 - Hotfix Update

This hotfix improves data reliability, performance, and plugin safety, with no configuration changes required.

✨ What's Changed

💾 Data & Persistence

  • Added DataManager for centralized saving/loading
  • Encode/decode support for consistent stored data

🪂 Flight State Handling

  • Added save/load methods in SpawnBoostListener for flying data
  • Prevents desync after restarts or crashes

⚡ Performance Improvements

  • Optimized internal collections (Lists → Sets)
  • Player tracking now uses UUIDs instead of Player objects

🧯 Stability & Safety

  • Added validation in onEnable() to prevent duplicate listeners
  • Safer behavior on reloads and restarts

🧰 Logging & Debugging

  • Added extended logging for better debugging and plugin usage insights

📥 Installation

Download SpawnElytra-2.4.1.jar and place it in your plugins folder.

🔄 Upgrading

  • Drop-in update from v2.4.0
  • No config changes required

🌟 Why This Hotfix?

  • ✅ More reliable saving/loading
  • ✅ Better performance and memory usage
  • ✅ Improved debugging for server owners

Комментарии

Загружаем…