
The ultimate serverside tool for managing dimensions, worlds, and player data without requiring any client-side installation.
🛠️ This mod is created as part of the NeoForged Serverside Summer Modjam 2025.
⚠️ Beta Version Notice: This mod is currently in beta. Features and commands may change before the stable release.
This quick start guide will show you a limited set of commands to get you started with the World Dimension Nexus mod.
Please use a test world to try out the commands and features before using them in your main world.
The following commands will help you create and manage dimensions:
# Import a new dimension like 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
# List all dimensions
/wdn dimension list
Set up automated player movement between dimensions using auto-teleport rules:
# Teleport to a dimension
/wdn teleport dimension world_dimension_nexus:my_skyblock
# Set up auto-teleport 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
# List all auto-teleport rules
/wdn autoteleport list
After running these commands:
💡 Tip: You can customize triggers, target dimensions, and even coordinates! See Auto-Teleport Commands for advanced options.
Note: The hot-creation of dimensions is limited, so you might need to restart the server to get the dimensions fully functional with all features and entities.
Create and manage portals between dimensions:
# Teleport to the fishing dimension (if not already in the dimension)
/wdn teleport dimension world_dimension_nexus:fishing_dimension
# Use a good location for the portal, e.g. at 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, e.g. in the woods
/wdn portal create unbound green -36 9 -27
After running these commands, you will have two portals created in the lobby and fishing. You can now use the portals to teleport between the dimensions.
📖 Complete Wiki Documentation - Comprehensive guides and tutorials
This project is open source under the MIT License.