.yml file stored in ./plugins/Dimensions/Portals/. The file name is the internal ID of the portal. Open the file in any text editor, adjust the options below to your liking, then run /dim reload to apply changes without restarting your server.
Full Example Portal File
General Options
Toggles the portal on or off. When set to
false, the portal frame remains in the world but players can no longer activate or use it. Use this to temporarily disable a portal without deleting its configuration.A human-readable name for the portal. Dimensions uses this name in player-facing messages and the
/dim portals list. Choose something descriptive so you and your players can easily identify it.Portal Block Settings
The Bukkit Material name of the block that forms the portal’s frame. Dimensions detects this block when scanning for a valid portal shape. You can use any solid block — for example,
OBSIDIAN, CRYING_OBSIDIAN, or GOLD_BLOCK.Restricts which orientations the portal frame can be built in. Accepted values are:
| Value | Description |
|---|---|
all | Any orientation is accepted (default) |
x | Frame must lie along the X axis |
z | Frame must lie along the Z axis |
y | Frame must lie along the Y axis (horizontal) |
NORTH | Frame faces north |
SOUTH | Frame faces south |
EAST | Frame faces east |
WEST | Frame faces west |
The Bukkit Material that fills the interior of the portal once it is lit.
NETHER_PORTAL produces the classic purple shimmer, but you can use any block material to create a unique visual — for instance, WATER or END_PORTAL.The item a player must hold and right-click the frame with to ignite the portal. Use any valid Bukkit Material item name. Whether this item loses durability or is consumed depends on the
consumeItems setting in config.yml.The colour of the particles emitted by the portal, expressed as
red;green;blue where each channel is an integer from 0 to 255. For example, 255;80;0 produces an orange glow. This option has no effect when Options.EnableParticles is false.The sound played when the portal is broken or deactivated. Use any Bukkit Sound constant. The linked reference lists every available sound name for Bukkit 1.9 and later.
Behaviour Options
A list of world names from which players are permitted to use this portal. An empty list (
[]) allows all worlds. You can also use the special keyword all to whitelist every world, then prefix specific world names with ! to exclude them.When
true, Dimensions automatically constructs a matching exit portal at the destination if one does not already exist within searchRadius blocks. Set to false if you want to place exit portals manually or if the destination world is read-only.The number of seconds a player must stand inside the portal before being teleported. During this countdown the player sees a visual cue. Set to
0 for instant teleportation. Note that this delay also applies to entities when enableEntitiesTeleport is enabled in config.yml.When
true, the portal continuously emits particles using the colour defined in Portal.ParticlesColor. Set to false to disable particles entirely for this portal, which can improve performance in areas with many active portals.