HomeJavaModsNo Elytra Mod
No Elytra Mod
ModsJava

No Elytra Mod

by PeatroXD · on Modrinth

Server-side Fabric mod that flexibly disables elytra flight in selected dimensions without breaking items or requiring client-side installation.

⬇ Download on Modrinth
No Elytra Mod — screenshot 1

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


⚙️ Requirements


📦 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:

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

No Elytra — gravity control without fanaticism.

Verified by MCModsHub

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

Explore more