# Wilderness Configuration

The main configuration file for this module is located at `/config/wilderness/wilderness.yml`.

## :icon-phs-tag-chevron: Prefix

You can set a custom prefix for all chat messages sent by the Wilderness module, making it different from the main plugin prefix. Add some flavor to your server!

```yaml
Core:
  Prefix: <gradient:#4caf50:#8bc34a><b>WILDERNESS</b></gradient><dark_gray> » </dark_gray>
```

- See our [Text Formation](https://nightexpressdev.com/nightcore/configuration/text-formation/) page for a list of available tags and colors.

## :icon-phs-tag: Command Aliases

You can change the command labels for the Wilderness module to your own custom ones. 
The first label will be used as the primary one and will be displayed on help pages and in other places.

```yaml
Core:
  Command-Aliases: wilderness,wild,wildregion
```

- Do not leave this blank, otherwise the module will not boot.
- Separate commands with commas, and do not use spaces in command names.

!!!info
A server restart is required to apply command changes.
!!!

## Region Defaults

You can configure default values for certain region properties that automatically apply when a new wilderness region is created.

```yaml
Wilderness:
  Default-Name: <green><b>Wilderness</b></green>
  Default-Icon:
    Material: minecraft:grass_block
    Lore: []
  # [Default is 0]
  Default-Priority: 0
```

## Overlapping

There are no overlapping settings for the Wilderness module, because wilderness regions are always allowed for overlap.
