All versions
1.0.0_NeoForge
Release
JustFly 1.0.06 months ago 160
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
JustFly Mod
A simple and elegant flying mod for Minecraft with NeoForge that allows players to fly like in Creative Mode with fall damage protection.
Features
✈️ Easy Flying
- Double-tap Space to toggle flying mode on/off
/flycommand for server administrators- Smooth Creative Mode-like flying experience
- Customizable fly speed through configuration
🛡️ Fall Damage Protection
- 5-second grace period after disabling flight
- Automatic fall damage prevention during grace period
- Smart protection system that activates when landing from flight
🎮 User-Friendly
- Chat notifications show flight status
- No complex keybinds required
- Works in both singleplayer and multiplayer
- OP level 2 required for
/flycommand
Commands
| Command | Permission | Description |
|---|---|---|
/fly |
OP Level 2 | Toggle your own flying mode |
/fly <player> |
OP Level 2 | Toggle another player's flying |
/fly <player> <true/false> |
OP Level 2 | Set specific flying state |
Compatibility
- ✅ Singleplayer: Full functionality
- ✅ Multiplayer: Full functionality with proper permissions
- ✅ Other Mods: Compatible with most mods
- ✅ NeoForge: Designed specifically for NeoForge
Enjoy flying in Minecraft! ✈️
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:DfhpjkNJ:ksgixIkD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DfhpjkNJ:ksgixIkD"
}

