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
SpawnElytra Fabric v1.0.0
release27 ноября 2025 г.
🚀 SpawnElytra v1.0.0 - Fabric Edition
🎯 Major Features
- 🎮 Full Fabric support for Minecraft 1.20.1 - 1.21.10
- 🔑 LuckPerms integration with smart defaults
- 📊 Update checker via Modrinth API
- ⚙️ Cloth Config for easy in-game configuration
✨ What's New
Fabric Platform
SpawnElytra is now available for Fabric servers:
- Native Fabric API integration
- Efficient mixin-based event handling
- TOML configuration via Cloth Config
- Automatic update notifications
Permission System
- Optional LuckPerms integration
- Smart defaults: all players can fly and boost by default
- Fine-grained control with
spawnelytra.use,spawnelytra.useboost, andspawnelytra.admin - Works perfectly without LuckPerms installed
Performance & Safety
- Thread-safe async operations with CompletableFuture
- Tick-based delay system (no blocking)
- Instant elytra activation on double-jump
- World-specific flight boundaries
🔧 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.0.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.10
- ✅ Easy configuration with Cloth Config
- ✅ Optional LuckPerms support with sensible defaults
- ✅ Automatic update notifications
🙏 Credits
Fabric Port: @SchlangeGoto - Initial Fabric implementation
Original Concept: CoolePizza - Original SpawnElytra
Also available for Paper/Bukkit servers - check the versions tab!
SpawnElytra v2.3.0
release18 ноября 2025 г.
🚀 SpawnElytra v2.3.0 - Bedrock Edition & Metrics Update
🎯 Major Features
- 🌍 Full Bedrock Edition support with Geyser/Floodgate compatibility
- 📊 bStats integration with privacy controls
- 🎮 Platform-specific controls - F-key for Java, Sneak for Bedrock
✨ What's New
Bedrock/Geyser Compatibility
SpawnElytra now fully supports Bedrock Edition players through Geyser:
- Virtual elytra system (no physical item required)
- Automatic Bedrock player detection
- Sneak-to-boost for Bedrock players
- Chestplate preservation and restoration
- Protected elytra during flight (cannot be removed)
Privacy & Metrics
- Optional bStats integration for plugin statistics
- Fully configurable via
enableMetricsin config.yml - Complete transparency and user control
Configuration
- New
enableMetricsoption (default: true) - Cleaned up configuration comments
- Enhanced documentation
🔧 Technical Details
- Floodgate API integration (soft dependency)
- Reflection-based detection for compatibility
- Event-driven boost system for both platforms
- Gradle Shadow plugin for dependency shading
📥 Installation
Download SpawnElytra-2.3.0.jar and place it in your plugins folder.
🔄 Upgrading
Existing configurations from v2.2.x work perfectly. Optionally add enableMetrics: false to disable metrics.
🌟 Why This Update?
- ✅ Welcome Bedrock players to your server
- ✅ Privacy-focused metrics with full control
- ✅ Better cross-platform experience
- ✅ Production-tested on live servers


