No Elytra Fabric

Quick rating

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.

QoL & Tweaks
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
MIT License
Latest Version
noelytra-1.4.0+mc1.21.11.jar

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

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)
  • 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

  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:

  • 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

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

Screenshots

Gallery

  • 2026-01-30_17-12-55 (1).png
    2026-01-30_17-12-55 (1).png 2026-01-30_17-12-55 (1).png
  • No Elytra Mod
    No Elytra Mod Elytra flight is disabled in selected dimensions

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Total Downloads
CurseForge
~1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works