# Lands Configuration

The main configuration file for this module is located at `/config/lands/lands.yml`.

## :icon-phs-tag-chevron: Prefix

You can set a custom prefix for all chat messages sent by the Lands module, making it different from the main plugin prefix. Add some flavor to your server!

```yaml
Core:
  Prefix: '<gradient:#4caf50:#8bc34a><b>CLAIMS</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 Lands 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: land,lands,l
```

- 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.
!!!

## Claim Defaults

You can configure default values for certain claim properties that automatically apply when a new claim is created.

```yaml
  Default-Name: '%player_name%''s Land'
  # Default icon for new Land claims.
  Default-Icon:
    Material: minecraft:grass_block
    Lore: []
  # Default priority value for new Land claims.
  # Claims/Regions with highest priority override lowest ones.
  # Might be useful if you're using a mixed system with Regions and/or Wilderness.
  # [Default is 10]
  Default-Priority: 5
```

## Overlapping

You can configure overlapping rules for land claims.

You can read more about the overlapping feature on the [Overlapping](/core/overlapping) page.

```yaml
  Overlap:
    # Controls whether Land claims can overlap with other claim types (e.g. Regions).
    Enabled: false
    # List of claim types with which Land claims can overlap.
    Allowed-With-Types:
    - regions
```

## Looking for more settings?

[!card signal](/lands/claiming.md)
[!card signal](/lands/management.md)
[!card signal](/lands/billing.md)
[!card signal](/lands/quotas.md)
[!card signal](/lands/border-highlight.md)
