HomeJavaModsNo Elytra Fabric
No Elytra Fabric
ModsJava

No Elytra Fabric

by PeatoXD · on CurseForge

Rule-based elytra control for Fabric servers. Disable flight by dimension or weather. Fully server-side, lightweight, no client required.

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Fabric only.

⬇ Download for 1.21.11⬇ Download for 1.21.10⬇ Download for 1.21.9⬇ Download for 1.21.8⬇ Download for 1.21.7
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
No Elytra Fabric — screenshot 1

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


🧠 How It Works

The mod uses a rule system:

No teleportation, no damage, no hacks — just clean control.


⚙️ Requirements


📦 Installation

  1. Install Fabric Loader
  2. Place the mod .jar into the mods folder
  3. 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:


🤝 Compatibility


📜 License

This project is licensed under the MIT License.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more