Worlds section of ./plugins/Dimensions/config.yml.
The Worlds Block
Add a named entry under Worlds for every world you want to customise. The world name must match the folder name of that world on your server (the same string you use in portal configuration files).
Option Reference
The minimum Y coordinate at which Dimensions will place an exit portal when building one in this world. Set this above the bedrock floor or below any terrain features you want to protect. For example, set
MinHeight: 0 to prevent portals spawning underground in a flat world.The maximum Y coordinate at which Dimensions will place an exit portal in this world. Keep this below the build height limit of your world. For a standard Overworld-style world,
256 (1.17 and earlier) or 320 (1.18+) are sensible ceilings.The effective radius of the world in blocks, used to calculate the coordinate scale ratio between the source and destination worlds. If you omit
Size, Dimensions reads the world’s current border size automatically.
Set Size explicitly when you want a fixed ratio regardless of any admin changes to the world border.
When
Size is not present in the config, Dimensions queries the world border at runtime. If you later change the world border with a /worldborder command, the ratio Dimensions uses will update accordingly.Adding Worlds
Generate a New World
If you need a brand-new world, install a world generation plugin before configuring Dimensions portals. Two popular options are:- Multiverse-Core — a full-featured multi-world management suite with commands to create, import, and manage worlds.
- MyWorlds — a lightweight alternative focused on world creation and per-world settings.
Worlds block above and reference it in your portal’s destination configuration.
Use a Pre-existing World
If you already have a world folder (for example, one downloaded from a map site or exported from another server), follow these steps:- Place the world folder in your server root directory — the same directory that contains
server.propertiesand your other world folders. - Use the exact folder name as the world identifier in your portal configuration and in the
Worldsblock ofconfig.yml. - Restart the server (or use your world management plugin’s import command) so the world loads.
- Add the world entry to
config.ymland run/dim reload.
The
MinHeight and MaxHeight values only affect where exit portals are built. They do not restrict which Y level a player can be at when they enter a source portal.