Tags
Creators
Details
1.0.0+mod
Compatibility
Changes
🪶 Elytra Disable Datapack
Bring back classic overworld exploration by completely disabling Elytra use in your world!
Perfect for survival servers aiming for a more grounded progression style, RPG worlds with intentional travel design, or anyone who feels Elytras make the game a bit too easy.
🚫 What This Datapack Does
This datapack fully disables Elytras, preventing players from gliding or flying with them under any circumstances.
✔ Elytras cannot be used ✔ Prevents accidental activation ✔ Works for all players automatically ✔ No commands, plugins, or mods required ✔ Still allows Elytras to exist as items (if you want them as trophies)
🎮 Why Use It?
- Encourages exploration on foot or horseback
- Makes late-game travel more balanced
- Fits perfectly in RPG or hardcore-style servers
- Helps keep multiplayer worlds feeling large and meaningful
- Great for players who prefer a more traditional, grounded Minecraft experience
📥 Installation
- Download the datapack
.zip - Place it in your world’s
datapacksfolder - Reload the world (
/reload) - Elytras are now completely disabled — enjoy the adventure!
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:NMn91ofX:qc2HNKwB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NMn91ofX:qc2HNKwB"
}

