# Regions Configuration

The main configuration file for this module is located at `/config/regions/regions.yml`.

## :icon-phs-tag-chevron: Prefix

You can set a custom prefix for all chat messages sent by the Regions module, making it different from the main plugin prefix. Add some flavor to your server!

```yaml
Core:
  Prefix: <gradient:#fdb813:#ffd700:#f8d47a><b>REGIONS</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 Regions 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: region,regions,rg
```

- 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 region is created.

```yaml
Region:
  # Default icon for new regions.
  Default-Icon:
    Material: minecraft:grass_block
    Lore: []
  # Default priority value for new regions.
  # [Default is 5]
  Default-Priority: 5
```

## Overlapping

You can configure overlapping rules for regions.

You can read more about the overlapping feature on the [Overlapping](/core/overlapping) page.

```yaml
  Overlap:
    # Controls whether region claims can overlap with other claim types (e.g. Lands).
    Enabled: false
    # List of claim types with which region claims can overlap.
    Allowed-With-Types:
    - lands
```

## Looking for more settings?

[!card signal](/regions/claiming.md)
[!card signal](/regions/management.md)
[!card signal](/regions/billing.md)
[!card signal](/regions/quotas.md)
[!card signal](/regions/region-selection.md)
