# Wilderness Management

To manage wilderness regions, a player must be in the [Admin Mode](/core/admin-mode).

To open the wilderness region GUI menu, use the `/wilderness menu` command.

The following properties are available:

{.compact}
| Property | GUI | Command |
| ---      | --- | ---     |
| Display Name | [!badge variant="success" text="Yes" icon="phs-check-circle"] | [!badge variant="success" text="Yes" icon="phs-check-circle"] |
| Description | [!badge variant="success" text="Yes" icon="phs-check-circle"] | [!badge variant="success" text="Yes" icon="phs-check-circle"] |
| Priority | [!badge variant="success" text="Yes" icon="phs-check-circle"] | [!badge variant="success" text="Yes" icon="phs-check-circle"] |
| Icon | [!badge variant="success" text="Yes" icon="phs-check-circle"] | [!badge variant="danger" text="No" icon="phs-x-circle"] |
| Rules Management | [!badge variant="success" text="Yes" icon="phs-check-circle"] | [!badge variant="danger" text="No" icon="phs-x-circle"] |
| Set Spawn Location | [!badge variant="success" text="Yes" icon="phs-check-circle"] | [!badge variant="success" text="Yes" icon="phs-check-circle"] |

- For a complete list of available commands, see the [Wilderness Commands](/wilderness/commands) page.

!!!info
If you cannot access the GUI or command for a property, you either do not have permission or this feature is disabled.
!!!

## :icon-phs-tag-simple: Name & Description

You can prevent your staff from setting names and descriptions that are too short or too long by [configuring restrictions](#configuration).

These limits can be bypassed with certain [permissions](/wilderness/permissions).

## :icon-phs-number-circle-three: Wilderness Priority

If you use the Wilderness module along with the [Lands](/lands/about) or [Regions](/regions/about) modules, 
make sure that the [default priority](/wilderness/configuration/#region-defaults) and the [allowed priority range](#configuration) 
in the module settings match your expectations.

To learn more about how priority works, see our [Overlapping](/core/overlapping) page.

## :icon-phs-gear: Configuration

Configure restrictions for editing specific region properties to prevent players from abusing or misusing them.

```yaml
Wilderness:
  Name:
    # Sets max. allowed length for region names.
    # Color & decoration tags do not count.
    Max-Length: 24
  Description:
    # Sets max. allowed length for region descriptions.
    # Color & decoration tags do not count.
    Max-Length: 48
  Priority:
    # Set min. allowed priority value for regions.
    Min-Value: 0
    # Set max. allowed priority value for regions.
    Max-Value: 10
```
