

World Dimension Nexus
A powerful server-side tool for managing dimensions, worlds, and player data without requiring client-side mod installation.
🛠️ This mod was created as part of the NeoForged Serverside Summer Modjam 2025.
⚠️ Beta Version Notice: The mod is currently in beta testing. Functionality and commands may change before the stable release.
✨ Key Features
Dimension Management
- Multi-world Support - Create and manage unlimited custom dimensions with various world types
- World Import/Export - Easy movement of dimensions between servers
- Game Mode Management - Configure different game modes for each dimension (creative, survival, adventure, spectator)
- Cross-dimension Safety - Protection from falling into the void, safe landing, and automatic fallback systems
Teleportation and Movement
- Cross-dimensional Teleportation - Seamless movement between worlds with built-in safety systems
- 📍 Warp System - Creation of personal and public teleportation points
- Personal warps for own bases and locations
- Public warps for common areas and landmarks
- Configurable limits and abuse protection
- Support for warps between dimensions
- 🤖 Automatic Teleportation - Automatic player movement based on events and triggers
- First join, death, respawn triggers
- Customizable destination coordinates
- Player routing by events
Portal Network
- Physical Portals - Creation of visible gates between dimensions
- Portal Management - Binding and configuration of portal connections
- Visual Portal System - Interactive portal blocks for immersive movement
Server Administration
- Fully Server-side - Works with vanilla clients without requiring mod installation
- Comprehensive Commands - Intuitive command system with autocompletion
- Flexible Configuration - Extensive settings for all systems
- Permission Integration - Support for access levels and moderation tools
🚀 Quick Start (Demo)
This brief guide will show you a limited set of commands to get started with the World Dimension Nexus mod.
It's recommended to use a test world to check commands and features before using them in your main world.
Dimension Setup
The following commands will help you create and manage dimensions:
# Import a new dimension, such as lobby and fishing
/wdn dimension import lobby_dimension.wdn
/wdn dimension import fishing_dimension.wdn
# Optionally: create a new dimension with a preset
/wdn dimension create my_skyblock skyblock
# Show list of all dimensions
/wdn dimension list
Teleportation and Automatic Movement
Set up automatic player movement between dimensions using auto-teleportation rules:
# Teleport to a dimension
/wdn teleport dimension world_dimension_nexus:my_skyblock
# Set up auto-teleportation rules
/wdn autoteleport add always world_dimension_nexus:lobby_dimension # 🏠 Send new players to lobby
/wdn autoteleport add on_death world_dimension_nexus:fishing_dimension # 🎣 Send players to fishing on death
# Show all auto-teleportation rules
/wdn autoteleport list
After executing these commands:
- 🏠 Players will be sent to the lobby dimension on first join
- 🎣 Players will be sent to the fishing dimension on death
💡 Tip: You can customize triggers, target dimensions, and even coordinates! See Auto-teleportation Commands for advanced options.
Note: Quick creation of dimensions is limited, so a server restart may be required for full dimension functionality with all features and entities.
Portal Setup
Create and manage portals between dimensions:
# Teleport to the fishing dimension (if not already in this dimension)
/wdn teleport dimension world_dimension_nexus:fishing_dimension
# Use a good location for the portal, for example near one of the trees
/wdn portal create unbound green 43 49 20
# Teleport to the lobby dimension
/wdn teleport dimension world_dimension_nexus:lobby_dimension
# Use a good location for the portal, for example in the forest
/wdn portal create unbound green -36 9 -27
After executing these commands, you will have two portals created in the lobby and fishing areas. You can now use the portals to teleport between dimensions.
🎯 Use Cases
- Creative Servers - Separate building worlds with different themes
- Survival Networks - Multiple survival worlds with varying difficulty
- Minigame Servers - Dedicated arenas and lobbies
- Hub Servers - Central lobby connecting various game modes
- Event Hosting - Temporary dimensions for special events
📚 Documentation
📖 Complete Wiki Documentation - Detailed guides and tutorials
Quick Links
- ⚡ Quick Start Guide - Get started in 5 minutes
- 🌍 Dimension Commands - Creation and management of dimensions
- 🚀 Teleport Commands - Player movement
- 🤖 Auto-teleportation Commands - Automatic rules
- 🏗️ Example Tutorials - Step-by-step setups
🤝 Contributing
We welcome contributions to development! Please:
- Check existing issues and pull requests
- Follow the existing code style and conventions
- Thoroughly test your changes
- Update documentation as needed
🐛 Support
- Bug Reports: GitHub Issues
- Feature Requests: GitHub Discussions
- Documentation: Wiki
- Troubleshooting: Debug Guide
📜 License
This project is open source under the MIT License.
Ready to get started? Check out the Quick Start Guide to create your first dimension in minutes!