Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platforms
Supported environments
Creators
Details
Startklar is a server-side Fabric mod for modern Minecraft versions that allows players to fly away without Elytra's from the spawn.
When a player is jumping off of a cliff near the world spawn on the overworld, they automatically start flying. In this flying mode, a player also does not need to worry about taking fall damage upon landing. When hitting shift midair, they get a single boost.
More Details
Here are several demonstrations showcasing the mod in action:
![]() |
![]() |
![]() |
|---|---|---|
| Fly Away From Spawn! | Boost Away to new Horizons! | Land Savely Without Dying! |
Configuration
This mod comes with a TOML file on the server at config/startklar/server.toml, allowing to adjust a few aspects about
its behaviour. This is how it might look like:
# This message is being shown to the player when they have not used their boost yet midair.
# default: ᴘʀᴇss [sʜɪғᴛ] ғᴏʀ ᴀ ʙᴏᴏsᴛ!
boostIndicator = "To infinity and beyond!"
# The spawn range where players can start flying, measured in blocks.
# This is a box with the world spawn at the center.
# default: 32
spawnDiameter = 16
# Determines after how many blocks of fall distance the fly mode should be auto-toggled.
# range: 0.0 - 256.0
# default: 3.0
toggleAfterFallDistanceOf = 6.9
# The flight duration of the boost. Setting it to 0 means the boost is disabled.
# range: 0 - 3
# default: 1
flightDuration = 3





