> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.cyanplex.net/llms.txt
> Use this file to discover all available pages before exploring further.

# claiming

> Learn how to claim land on Cyan Plex to protect your builds, chests, and items from other players, and manage trust permissions with ease.

Land claiming lets you designate a protected area on the map where only you, and anyone you explicitly trust, can interact with blocks, containers, and other objects. Once a claim is active, no other player can open your chests, break your builds, or grief your land without your permission.

## Creating a Claim

<Steps>
  <Step title="Grab a Wooden Shovel">
    Hold a **wooden shovel** in your hand. This is the default claiming tool on Cyan Plex.
  </Step>

  <Step title="Select the First Corner">
    **Right-click** on one corner of the area you want to protect. You will see a confirmation particle effect at that block.
  </Step>

  <Step title="Select the Opposite Corner">
    Walk to the diagonally opposite corner of your desired area and **right-click** that block. Your claim will be created automatically.
  </Step>

  <Step title="Verify the Claim Boundaries">
    Gold blocks with **glowstone** placed beside them will appear at the corners of your claim, visually marking its size and boundaries.
  </Step>
</Steps>

## Extending an Existing Claim

To expand a claim you have already created, **right-click the glowstone** marker at any corner of that claim and drag it outward to the new block you want to include. The claim boundary will update to encompass the extended area.

<Tip>
  You can check how many claim blocks you have available at any time by using `/ClaimsList`. Running low? Earn more by voting, completing quests, or purchasing them with Pebbles at `/warp pebble`.
</Tip>

## Commands Reference

Use these commands to manage your claims and control who has access to them.

| Command                   | Description                                                                                     |
| ------------------------- | ----------------------------------------------------------------------------------------------- |
| `/AbandonClaim`           | Deletes the claim you are currently standing in.                                                |
| `/AbandonAllClaims`       | Deletes all of your claims at once.                                                             |
| `/ClaimExplosions`        | Toggles whether explosions are allowed inside your claim.                                       |
| `/Trust <user>`           | Gives another player full permission to edit (place/break blocks) in your claim.                |
| `/UnTrust <user>`         | Revokes all permissions previously granted to a specific player in your claim.                  |
| `/Untrust All`            | Removes all permissions for every player in your claim.                                         |
| `/AccessTrust <user>`     | Gives a player permission to use buttons, levers, and beds in your claim.                       |
| `/ContainerTrust <user>`  | Gives a player permission to use buttons, levers, beds, crafting gear, containers, and animals. |
| `/PermissionTrust <user>` | Grants a player the ability to share their permission level with other players.                 |
| `/TrustList`              | Lists all permissions set for the claim you are standing in.                                    |
| `/ClaimsList`             | Displays all of your claims along with your claim block balance and details.                    |
| `/Trapped`                | Teleports you out of a claim you are stuck inside.                                              |

<Warning>
  Abandoning a claim does **not** remove your builds, it only removes the protection. Any player will be able to interact with that area once the claim is deleted.
</Warning>
