Dimension and Elytra Control
Dimension and Elytra Control is a lightweight server-side mod that allows server administrators to control access to the End, access to the Nether, and Minecraft's standard elytra flight through game rules.
Server-side only: players do not need to install the mod.
All restrictions are disabled by default, so installing the mod does not change normal gameplay until an administrator enables the desired game rules.
Features
- Block travel to the End.
- Block travel to the Nether.
- Block Minecraft's standard fall-flying mechanics.
- Enable or disable each restriction independently.
- Apply changes immediately without restarting the server.
- Save settings as normal per-world game rules.
- Preserve elytra items, equipment, durability, and status effects.
- Support vanilla and compatible modded elytras.
- No client-side installation required.
Game Rules
| Game rule | Default | Description |
|---|---|---|
disableEnd |
false |
Blocks travel to the End |
disableNether |
false |
Blocks travel to the Nether |
disableElytraFlight |
false |
Blocks standard Minecraft fall flying |
Commands
End access
/gamerule disableEnd true
/gamerule disableEnd false
Nether access
/gamerule disableNether true
/gamerule disableNether false
Elytra flight
/gamerule disableElytraFlight true
/gamerule disableElytraFlight false
Changes take effect immediately and are saved with the world.
Elytra Compatibility
The mod blocks Minecraft's standard fall-flying state instead of using a hardcoded list of item IDs.
This allows it to block:
- Vanilla elytras.
- Compatible modded elytras.
- Temporary flight effects that use standard fall flying.
- Other items or effects based on Minecraft's elytra-flight mechanics.
The mod does not remove, damage, or unequip elytras, and it does not remove related status effects.
The following mechanics are not intended to be affected:
- Creative flight.
- Jetpacks.
- Levitation.
- Create: Aeronautics.
- Vehicles or aircraft that do not use standard fall flying.
- Other flight systems independent of elytra mechanics.
Installation
- Install NeoForge for Minecraft 1.21.1 on the server.
- Download the mod JAR.
- Place the JAR in the server's
modsdirectory. - Restart the server.
- Enable the desired restrictions using the game-rule commands.
Clients do not need to install the mod.
Nether Configuration
It is recommended to keep the following setting enabled in server.properties:
allow-nether=true
Nether access can then be controlled through the disableNether game rule without restarting the server.
When allow-nether=false, the vanilla server disables the Nether independently, and the mod cannot restore access using a game rule alone.
Requirements
- Minecraft 1.21.1
- NeoForge 21.1.x
- Java 21
- Dedicated server
Source Code and Support
The source code, documentation, and issue tracker are available through the links on this project page.
License
Licensed under the MIT License.
Modpack inclusion is permitted under the terms of the license.

