Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Supported environments
Dedicated servers only
Tags
Creators
Details
Licensed MIT
Published 4 months ago
DimensionDaddy
A Fabric mod for Minecraft 1.21.11 that lets operators enable or disable the End and Nether dimensions at will. Works on dedicated servers, singleplayer, and soft-hosted servers using mods like Essential. When a dimension is disabled, portal blocks are blocked and players attempting to enter receive an action bar message.
Commands
Toggle commands require operator privileges. /endstatus and /netherstatus are usable by everyone.
| Command | Description |
|---|---|
/endstatus |
Shows the current End status |
/enableend |
Enables the End dimension |
/disableend |
Disables the End dimension |
/netherstatus |
Shows the current Nether status |
/enablenether |
Enables the Nether dimension |
/disablenether |
Disables the Nether dimension |
Configuration
State is persisted in config/DimensionDaddy/dimensiondaddy.properties. The file is created automatically on first run with both dimensions enabled:
#DimensionDaddy Configuration
endEnabled=true
netherEnabled=true
You can edit this file directly while the server is stopped. Changes made via commands are written to it immediately.
Requirements
- Minecraft 1.21.11
- Fabric Loader ≥ 0.18.2
- Fabric API
- Java 21
Installation
- Install Fabric Loader for Minecraft 1.21.11.
- Download Fabric API and place it in your
modsfolder. - Place the DimensionDaddy
.jarinto yourmodsfolder. - Start your server.
License
MIT


