Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed ARR
Published 2 weeks ago
DiMa (Dimension Master)
DiMa is a developer tool for quickly adding and using custom dimensions on a server.
-- Add a Dimension --
Place your map folder in:
world/dimensions/dima/<dimension_name>/
Required folders:
- region/
- poi/
- entities/
- data/
Restart the server and the new dimension should appear.
Code methods
-- Get a Dimension --
Dimension dim = DimensionsHandler.getDimension("dimension_name");
-- Teleport Player --
dim.teleport(player);


