SpawnElytra v2.4.2
release28 апреля 2026 г.
🔧 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-versionto 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
SpawnElytra 1.2.0
release27 апреля 2026 г.
🚀 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
mayflyare 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
- Install Fabric API and Cloth Config
- Download
spawnelytra-1.2.0.jarand place it in yourmodsfolder - 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!
SpawnElytra Fabic v1.1.0
release3 марта 2026 г.
🚀 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
- Install Fabric API and Cloth Config
- Download
spawnelytra-1.1.0.jarand place it in yourmodsfolder - 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!
SpawnElytra v2.4.1
release3 февраля 2026 г.
🩹 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
DataManagerfor centralized saving/loading - Encode/decode support for consistent stored data
🪂 Flight State Handling
- Added save/load methods in
SpawnBoostListenerfor 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
SpawnElytra v2.4.0
release27 января 2026 г.
🚀 SpawnElytra v2.4.0 - Critical Fixes & Compatibility Update
🎯 Major Fixes
- 🔧 Multi-plugin compatibility - No more conflicts with FlyCraft and similar plugins
- 🛡️ Exploit prevention - Double-jump spam and nether portal exploits fixed
- 🎮 Enhanced Bedrock protection - Death drops, inventory clicks, and cleanup
✨ What's New
Breaking Fixes
Critical fixes that improve server stability:
- FlyCraft Compatibility: Managed players tracking prevents flight permission conflicts
- Double-Jump Spam Fix: Players can no longer spam jump to gain altitude while flying
- Gliding State Detection: Checks
isGliding()to prevent flight re-enabling during active glide - Multi-Plugin Support: Plugin now tracks which players it controls, preventing interference
Enhanced Bedrock Protection
Bedrock players get better experience:
- Death drop prevention (virtual elytra no longer drops)
- Inventory click protection (cannot remove elytra while flying)
- Join cleanup system (removes leftover elytra from crashes)
- Proper chestplate restoration in all scenarios
Bug Fixes
- Nether Portal Exploit Fixed: Flight immediately stops when changing worlds
- World Change Cleanup: Managed players properly cleared on world transitions
- Ground Detection: Improved detection for various block types
- State Management: Consistent player state across all scenarios
🔧 Technical Details
managedPlayerslist for plugin-controlled player tracking- Enhanced event handlers:
InventoryClickEvent,PlayerDeathEvent - Automated dev environment with Paper 1.21.11 support
- Java 21 LTS compatibility optimizations
- State validation with
flying.contains()andisGliding()checks
📥 Installation
Download SpawnElytra-2.4.0.jar and place it in your plugins folder.
🔄 Upgrading
Existing configurations from v2.3.x work perfectly. No configuration changes required.
⚠️ Important for Multi-Plugin Servers
If you run flight plugins like FlyCraft alongside SpawnElytra, this update is critical for proper functionality.
🌟 Why This Update?
- ✅ Fixes critical multi-plugin conflicts
- ✅ Prevents exploitation of flight mechanics
- ✅ Better Bedrock player protection
- ✅ Production-tested stability improvements


