# Region Claiming

Players claim regions by selecting its area using the [Selection Mode](/regions/region-selection).

## :icon-phs-flag-banner: Claiming

>>> Toggle the Selection Mode
Run the `/region wand` command to enter [Selection Mode](/regions/region-selection).

>>> Select 2 Corners
Select the lowest and highest one positions by clicking block with Left and Right buttons accordingly.

>>> Use the Claim Command
Run the `/region claim <name>` command, specifying the unique name of your region.

>>> Verify claiming
You should get a success message showing that the region is now yours.

>>> Manage your region
The region is claimed and you can [manage](/regions/management) it now!

>>>

[!card compact](/regions/management.md)
[!card compact](/regions/quotas.md)

## :icon-phs-empty: Unclaiming

You can remove your regions permanently by using the `/region remove` command. 

Alternatively, you can do it in the Region's GUI by clicking the **Remove Region** button.

## :icon-phs-globe-x: World Blacklist

You can disable region claiming in certain worlds by configuring a [world blacklist](#configuration).

This restriction can be bypassed with the [bypass permissions](/regions/permissions).

## :icon-phs-gear: Configuration

```yaml
Claiming:
  # List of worlds where players cannot claim regions.
  Disabled-Worlds:
  - namespace:world_name
  - minecraft:custom_nether
```
