UltimateDimensionController

⭐ — (2 endorsements) 📥 431 downloads 📌 v1.0.0 📅 1/5/2026
🟡 Updated this year

By geturplugins · game-mechanics

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 1/1/2026 📅 Created: 1/5/2026

🔍 Analysis

  • 🏆 #197 of 262 game-mechanics mods in this game by downloads

📋 About This Mod

** --- Description **UltimateDimensionController** is a lightweight, modern administration plugin for Minecraft Paper servers (1.21.x) that gives server operators complete control over player access to the Nether and The End dimensions. With simple toggle commands, administrators can instantly open or close dimensions server-wide without any file editing or server restarts. Built with a **zero-configuration philosophy**, the plugin works immediately upon installation with sensible defaults, while automatically persisting all changes across server restarts. --- Key Features | Feature | Description | |---------|-------------| | 🚪 **Instant Dimension Toggle** | Open or close Nether/End with a single command | | 🛡️ **Complete Access Control** | Blocks both portal travel and teleportation | | 💾 **Auto-Persistence** | Settings automatically saved and restored | | 🎯 **Zero Configuration** | Works out of the box, no setup required | | 🔓 **Bypass Permission** | Staff can travel regardless of restrictions | | 📝 **Tab Completion** | Full command auto-completion support | | 🎨 **Modern Chat Formatting** | Beautiful gradient colors using Adventure API | | ⚡ **Lightweight** | Minimal resource usage, no dependencies | --- Use Cases 1. Seasonal Event Control > **Scenario:** You want to open The End only during special server events. ``` Before the event /udc toggle end → Closes The End Event begins /udc toggle end → Opens The End for dragon fight event ``` --- 2. New Server Launch > **Scenario:** Your server just launched and you want players to establish themselves in the Overworld before accessing other dimensions. ``` Week 1: Both dimensions closed /udc toggle nether /udc toggle end Week 2: Open Nether /udc toggle nether Week 3: Open End for dragon fight /udc toggle end ``` --- 3. Maintenance Mode > **Scenario:** You need to perform maintenance on Nether world files. ``` Close Nether for maintenance /udc toggle nether Players see: "The Nether is currently closed." After maintenance /udc toggle nether ``` --- 4. Hardcore/Challenge Servers > **Scenario:** Running a challenge server where Nether access is a reward. ``` Keep Nether closed by default Grant bypass permission to winners /lp user <winner> permission set udc.bypass true ``` --- 5. Roleplay Servers > **Scenario:** Story-driven server where dimensions unlock as the narrative progresses. ``` Chapter 1: Overworld only Chapter 2: Nether portal discovered /udc toggle nether Chapter 3: End portal activated /udc toggle end ``` --- Commands Reference | Command | Description | Permission | |---------|-------------|------------| | `/udc toggle nether` | Opens/closes the Nether | `udc.admin` | | `/udc toggle end` | Opens/closes The End | `udc.admin` | | `/udc status` | Shows current dimension states | `udc.admin` | Command Aliases - `/dimensioncontroller` - `/dimcontrol` - `/dc` --- Permissions | Permission | Description | Default | |------------|-------------|---------| | `udc.admin` | Access to all UDC commands | OP | | `udc.bypass` | Bypass dimension restrictions | OP | | `udc.*` | Grants all UDC permissions | OP | --- What Gets Blocked When a Dimension is Closed: | Access Method | Blocked? | |---------------|----------| | ✅ Nether Portal | Yes | | ✅ End Portal | Yes | | ✅ /tp command | Yes | | ✅ /teleport command | Yes | | ✅ Ender Pearls (cross-dimension) | Yes | | ✅ Chorus Fruit (cross-dimension) | Yes | | ✅ Other plugin teleports | Yes | | ✅ Command blocks | Yes | --- Player Messages When Nether is Closed: ``` The Nether is currently closed. ``` When End is Closed: ``` The End is currently closed. ``` Toggle Confirmations: ``` The Nether has been OPENED. The Nether has been CLOSED. The End has been OPENED. The End has been CLOSED. ``` Status Display: ``` Dimension Status: » Nether: OPEN » The End: CLOSED ``` --- Configuration Default config.yml (Auto-generated) ```yaml dimensions: nether-enabled: true end-enabled: true ``` > **Note:** You never need to edit this file manually. Use in-game commands instead. --- Technical Specifications | Specification | Value | |---------------|-------| | **Plugin Name** | UltimateDimensionController | | **Version** | 1.0.0 | | **Minecraft Version** | 1.21.1 - 1.21.x | | **Server Software** | Paper (required) | | **Java Version** | 21+ | | **API Used** | Paper API, Kyori Adventure | | **File Size** | ~15 KB | | **Dependencies** | None | --- Installation ``` 1. Download UltimateDimensionController-1.0.0.jar 2. Place in /plugins/ folder 3. Start or restart server 4. Done! Use /udc status to verify ``` --- Compatibility ✅ Compatible With: - Paper 1.21.1+ - Folia (with minor adjustments) - LuckPerms - Multiverse-Core - EssentialsX - WorldGuard - All teleportation plugins ❌ Not Compatible With: - Spigot (requires Paper API) - Bukkit (requires Paper API) - Minecraft versions below 1.2

---

Description

UltimateDimensionController is a lightweight, modern administration plugin for Minecraft Paper servers (1. 21.x) that gives server operators complete control over player access to the Nether and The End dimensions. With simple toggle commands, administrators can instantly open or close dimensions server-wide without any file editing or server restarts.

Built with a zero-configuration philosophy, the plugin works immediately upon installation with sensible defaults, while automatically persisting all changes across server restarts.

Key Features

| Feature | Description | |---------|-------------| | 🚪 Instant Dimension Toggle | Open or close Nether/End with a single command | | 🛡️ Complete Access Control | Blocks both portal travel and teleportation | | 💾 Auto-Persistence | Settings automatically saved and restored | | 🎯 Zero Configuration | Works out of the box, no setup required | | 🔓 Bypass Permission | Staff can travel regardless of restrictions | | 📝 Tab Completion | Full command auto-completion support | | 🎨 Modern Chat Formatting | Beautiful gradient colors using Adventure API | | ⚡ Lightweight | Minimal resource usage, no dependencies |

1. Seasonal Event Control > Scenario: You want to open The End only during special server events.

``` Before the event /udc toggle end → Closes The End

Event begins /udc toggle end → Opens The End for dragon fight event ```

2. New Server Launch > Scenario: Your server just launched and you want players to establish themselves in the Overworld before accessing other dimensions.

``` Week 1: Both dimensions closed /udc toggle nether /udc toggle end

Week 2: Open Nether /udc toggle nether

Week 3: Open End for dragon fight /udc toggle end ```

3. Maintenance Mode > Scenario: You need to perform maintenance on Nether world files.

``` Close Nether for maintenance /udc toggle nether

Players see: "The Nether is currently closed."

After maintenance /udc toggle nether ```

4. Hardcore/Challenge Servers > Scenario: Running a challenge server where Nether access is a reward.

``` Keep Nether closed by default Grant bypass permission to winners /lp user permission set udc.bypass true ```

5. Roleplay Servers > Scenario:* Story-driven server where dimensions unlock as the narrative progresses.

``` Chapter 1: Overworld only Chapter 2: Nether portal discovered /udc toggle nether

Chapter 3: End portal activated /udc toggle end ```

Commands Reference

| Command | Description | Permission | |---------|-------------|------------| | `/udc toggle nether` | Opens/closes the Nether | `udc.admin` | | `/udc toggle end` | Opens/closes The End | `udc.admin` | | `/udc status` | Shows current dimension states | `udc.admin` |

Command Aliases - `/dimensioncontroller` - `/dimcontrol` - `/dc`

Permissions

| Permission | Description | Default | |------------|-------------|---------| | `udc.admin` | Access to all UDC commands | OP | | `udc.bypass` | Bypass dimension restrictions | OP | | `udc.` | Grants all UDC permissions | OP |

What Gets Blocked

When a Dimension is Closed:

| Access Method | Blocked? | |---------------|----------| | ✅ Nether Portal | Yes | | ✅ End Portal | Yes | | ✅ /tp command | Yes | | ✅ /teleport command | Yes | | ✅ Ender Pearls (cross-dimension) | Yes | | ✅ Chorus Fruit (cross-dimension) | Yes | | ✅ Other plugin teleports | Yes | | ✅ Command blocks | Yes |

Player Messages

When Nether is Closed: ``` The Nether is currently closed. ```

When End is Closed: ``` The End is currently closed. ```

Toggle Confirmations: ``` The Nether has been OPENED. The Nether has been CLOSED. The End has been OPENED. The End has been CLOSED. ```

Status Display: ``` Dimension Status: » Nether: OPEN » The End: CLOSED ```

Configuration

Default config.yml (Auto-generated)

```yaml dimensions: nether-enabled: true end-enabled: true ```

> Note: You never need to edit this file manually. Use in-game commands instead.

Technical Specifications

| Specification | Value | |---------------|-------| | Plugin Name | UltimateDimensionController | | Version | 1. 0. 0 | | Minecraft Version | 1. 21. 1 - 1. 21.x | | Server Software | Paper (required) | | Java Version | 21+ | | API Used | Paper API, Kyori Adventure | | File Size | ~15 KB | | Dependencies | None |

Installation

``` 1. Download UltimateDimensionController-1. 0. 0.jar 2. Place in /plugins/ folder 3. Start or restart server 4. Done! Use /udc status to verify ```

Compatibility

✅ Compatible With: - Paper 1. 21. 1+ - Folia (with minor adjustments) - LuckPerms - Multiverse-Core - EssentialsX - WorldGuard - All teleportation plugins

❌ Not Compatible With: - Spigot (requires Paper API) - Bukkit (requires Paper API) - Minecraft versions below 1. 2

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
geturplugins
Version
1.0.0
Downloads
431
Endorsements
2
Category
game-mechanics
Created
1/5/2026
Updated
1/1/2026
Game Versions
1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5
Tags
game-mechanics

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does UltimateDimensionController support?

The author lists 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6. Other versions may work but are untested by the author.

What is the latest version of UltimateDimensionController?

Version 1.0.0, published 2026-01-01 with 431 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More game-mechanics 👤 More by geturplugins 🔎 Similar Mods 🌐 Best game-mechanics (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods