---
title: Managing Dimensions on a Pixelmon Server
description: Control where Pixelmon features are available by configuring the settings in dimensions.yml. This guide explains how to enable or disable Pixelmon dimensions and adjust dimension-related behavior and access across your server.
source: "https://nodecraft.com/support/games/minecraft/mods/pixelmon/managing-dimensions-on-a-pixelmon-server"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvZGNiMGFkNjkzOC9jYXZlcy1hbmQtY2xpZmZzLXB0LTItMS0yLTAucG5nL20vIn0seyJuYW1lIjoiZ2FtZV9sb2dvIiwiaW1hZ2VfdXJsIjoiaHR0cHM6Ly9jbXMtYS5ub2RlY3JhZnQuY29tL2YvMTMzOTMyLzM3NXgxNTAvM2MxZGIyYmFiNS9taW5lY3JhZnQucG5nL20vIn0seyJuYW1lIjoiY3RhX3RleHQiLCJ0ZXh0IjoiQ3JlYXRlIHlvdXIgb3duIHNlcnZlciEifSx7Im5hbWUiOiJ0ZXh0IiwidGV4dCI6Ik1hbmFnaW5nIERpbWVuc2lvbnMgb24gYSBQaXhlbG1vbiBTZXJ2ZXIifV0&s=6dd37c48191f786d4a1dae19bc62aff0a835af6f5e84451d1a9f3addf0198404"
published: "2026-08-16T23:26:01.019Z"
updated: "2026-08-16T23:26:01.019Z"
---

# Managing Dimensions on a Pixelmon Server

Control where Pixelmon features are available by configuring the settings in dimensions.yml. This guide explains how to enable or disable Pixelmon dimensions and adjust dimension-related behavior and access across your server.

The Dimension section contains the options Pixelmon uses for this part of the server. Enable or disable Pixelmon dimensions and control dimension-related access and world behavior.

## Pixelmon Dimension Settings

The settings below are listed in the same order as they appear in dimensions.yml. The table preserves each default and identifies the accepted value type. The Setting column shows a reader-friendly name first, followed by the matching dimensions.yml key for reference.

| Setting and Config Key | Default and Accepted Values | Description |
| --- | --- | --- |
| **Ultra Space** ultra-space | **Default:** true **Values:** true or false | Whether the Ultra Space Dimension is activated or not. |
| **Wild Berry Trees** wild-berry-trees | **Default:** false **Values:** true or false | Where the Berry Trees are capable of spawning in the wild. |
| **Tumblestone Spawn Chance** tumblestone-spawn-chance | **Default:** 0.009999999776482582 **Values:** decimal number | The chance that a tumblestone block will spawn in the world. |
| **Tumblestone Growth Chance** tumblestone-growth-chance | **Default:** 0.10000000149011612 **Values:** decimal number | The chance that a tumblestone block will grow. |
| **Tumblestone Restore Chance** tumblestone-restore-chance | **Default:** 0.25 **Values:** decimal number | The chance that a tumblestone block will restore itself. |
| **Common Fossils** common-fossils | **Default:** [helix, dome, old_amber, root, claw] **Values:** list | List of fossils considered 'common' for regular fossil blocks. Valid values: helix, dome, old_amber, root, claw, skull, armor, cover, plume, jaw, sail, bird, dino, drake, fish |
| **Rare Fossils** rare-fossils | **Default:** [skull, armor, cover, plume, jaw, sail, bird, dino, drake, fish] **Values:** list | List of fossils considered 'rare' for deepslate fossil blocks. Valid values: Same as commonFossils |

## Important Dimension Setting Notes

### Defaults and Value Types

Boolean toggles, numeric rates, timers, lists, and mappings use different value formats. Preserve the value type shown in the table and keep collection syntax intact when changing dimensions.yml.

### Settings That Work Together

Several dimension options can affect the same outcome. Review related rates, limits, timers, and lists together before deciding that one value is responsible for a result.

### Testing Changes

- Change one related group of settings at a time so its effect is easy to measure.
- Test the result under the conditions affected by the setting, including relevant dimensions, player states, or encounter types.
- Keep a copy of the previous values so unexpected balance or performance changes can be reversed quickly.

## Final Thoughts

Dimension settings are easier to balance when changes are deliberate and documented. Start with the defaults, adjust only what the server needs, and verify the result before moving on to the next group.
