Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Supported environments
Server-side
Singleplayer
Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
Spawn Glider
Spawn Glider is a lightweight Fabric mod for Minecraft that gives players a smooth, elytra‑style gliding experience whenever they enter the configured spawn area. It includes optional glowing effects, configurable rocket boosts, and fully server‑controlled behavior.
✨ Features
Automatic elytra‑like gliding inside the defined region
Temporary boost rockets placed in the last hotbar slot
Fully configurable rocket count and flight duration
Optional glowing effect while gliding
Locked rocket slot to prevent moving, dropping, or transferring boost items
Original hotbar item is restored after the glide session ends
Clean, server‑authoritative logic with proper session cleanup
🔧 Config Options
{
"enabled": true,
"centerX": 0.0,
"centerY": 100.0,
"centerZ": 0.0,
"radius": 10.0,
"boostRocketCount": 10,
"boostRocketFlightDuration": 3,
"glowEnabled": false
}
📝 Commands
/spawnglider setboostcount <count>
/spawnglider setboostduration <duration>
/spawnglider setglow <true|false>
/spawnglider setcenter <x> <y> <z>
/spawnglider setradius <radius>
/spawnglider enable
/spawnglider disable
/spawnglider info
/spawnglider reload


