DiMa
ModrinthDiMa is a Dimension Master tool
10 downloads 1 followers updated 24d ago
latest v1.0 Modrinth
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);

Comments 0
No comments yet. Be the first to share your thoughts.