Community listing page, reviews here may not be monitored by the author.
No Elytra Fabric
No reviews yet
Rule-based elytra control for Fabric servers. Disable flight by dimension or weather. Fully server-side, lightweight, no client required.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
No Elytra Mod
No Elytra Mod is a lightweight server-side Fabric mod that gives you full control over elytra flight using a flexible rule-based system.
The mod does not remove or unequip elytra and does not affect Creative mode.
It simply enforces server rules and prevents flight when conditions are not met.
“You can wear it. You just can’t fly.”
✨ Features
- Disable elytra flight based on rules:
- 📍 Dimensions (
minecraft:overworld,minecraft:the_end, modded worlds) - 🌧 Weather conditions (rain, thunder)
- 📍 Dimensions (
- Modular rule-based architecture (easy to extend)
- Elytra flight remains enabled:
- in Creative mode
- when no restriction rules apply
- Fully server-side (no client installation required)
- Command-based configuration
- Automatic config saving
- No datapacks required
🧠 How It Works
The mod uses a rule system:
- each rule checks a specific condition (dimension, weather, etc.)
- if any rule blocks flight, elytra gliding is disabled
- players receive a contextual message explaining why
No teleportation, no damage, no hacks — just clean control.
⚙️ Requirements
- Minecraft 1.21.7
- Fabric Loader
- Fabric API (latest for 1.21.7)
- Java 21
📦 Installation
- Install Fabric Loader
- Place the mod
.jarinto themodsfolder - Start the server
A config file will be generated:
config/noelytra.json
🛠 Commands
📍 Dimension Rules
Disable flight in a dimension:
/noelytra dimension deny minecraft:the_end
Allow flight:
/noelytra dimension allow minecraft:the_end
List blocked dimensions:
/noelytra dimension list
🌧 Weather Rules
Disable flight in rain:
/noelytra weather deny rain
Disable flight in thunderstorms:
/noelytra weather deny thunder
Allow flight:
/noelytra weather allow rain
List blocked weather conditions:
/noelytra weather list
`
Tab-completion is supported.
🗂 Configuration
Current format:
{
"rules": {
"dimension": {
"blocked": [
"minecraft:the_end"
]
},
"weather": {
"blocked": [
"RAIN",
"THUNDER"
]
}
}
}
`
Legacy format (auto-migrated):
{
"blockedDimensions": [
"minecraft:the_end"
],
"blockedWeather": [
"RAIN",
"THUNDER"
]
}
All changes made via commands are saved automatically.
🔌 Extending the Mod
The mod uses Java's ServiceLoader to automatically load rules.
This makes it easy to add new restriction types such as:
- time of day
- biomes
- player-specific rules
🤝 Compatibility
- Designed for server environments
- Works with modded dimensions (if properly registered)
- Compatible with most Fabric-based server setups
📜 License
This project is licensed under the MIT License.
No Elytra
No Elytra is a lightweight server-side Fabric mod that allows you to disable elytra flight in selected dimensions without breaking item mechanics or requiring any client-side installation.
The mod does not remove or unequip elytra and does not affect Creative mode. It simply enforces world rules in a clean and predictable way:
“You can’t fly in this dimension.”
✨ Features
-
Disable elytra gliding in any dimension (
minecraft:overworld,minecraft:the_end, modded/custom dimensions) -
Elytra flight is allowed:
- in Creative mode
- in dimensions not listed in the config
-
Command-based management
-
Automatic config saving
-
No datapacks required
-
Fully server-side (clients don’t need the mod)
⚙️ Requirements
- Minecraft: 1.21.7
- Loader: Fabric
- Fabric API: latest version for 1.21.7
- Java: 21
📦 Installation
- Install Fabric Loader
- Place
noelytra.jarinto themodsfolder - Start the server
A config file will be generated on first launch:
/config/noelytra.json
🧠 How it works
Every server tick, the mod:
- checks players
- ignores Creative mode
- detects the current dimension
- disables elytra gliding if the dimension is blocked
No teleporting, no damage, no item removal.
🛠 Commands
Disable elytra flight in a dimension:
/noelytra deny minecraft:overworld
Allow elytra flight:
/noelytra allow minecraft:overworld
List blocked dimensions:
/noelytra list
Supports tab-completion for registered dimensions.
🗂 Configuration
config/noelytra.json
{
"blockedDimensions": [
"minecraft:the_end"
]
}
All changes made via commands are saved automatically.
❓ FAQ
Why use dimension IDs as strings instead of enums? To properly support custom and modded dimensions.
Does this work with modded dimensions? Yes, as long as the dimension is registered in the world registry.
Does it break elytra items? No. The elytra remains equipped; only gliding is disabled.
📜 License
MIT
🔮 Planned features
- whitelist mode
- temporary restrictions
- per-player rules
- gamerule integration
No Elytra — gravity control without fanaticism.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources