# Claiming Commands

**🔒 Claim Commands & Advanced Guide – A Survival Server**

***

#### ℹ️ Basic Claim Info

**/ps info \[members|owners|flags]**\
Displays information about your claim:

* **Location**: Where your claim block is.
* **Priority**: Determines which claim takes precedence if overlapping.
* **Type**: Which ore type the claim block is (lapis, coal, redstone, diamond).
* **Flags**: Settings that define behaviors in your claim.
* **Owners**/**Members**: Lists players added to your claim.
* **Bounds**: The protected area's corners.

***

#### ➕ Adding & Removing People

**/ps add \[username]** — Grants member access (can interact, but not modify claim settings).\
\&#xNAN;**/ps remove \[username]** — Removes a member.

**/ps addowner \[username]** — Grants full owner access.\
\&#xNAN;**/ps removeowner \[username]** — Removes owner access.

***

#### 📊 Claim Management

* **/ps count \[username]** — View how many claims a player owns.
* **/ps list** — See all your claim locations.
* **/ps name \[new name]** — Rename your claim.
* **/ps view** — Show your claim's boundaries with particles.
* **/ps unhide** — Reveal a hidden claim block.
* **/ps unclaim** — Remove your claim and get the block back.
* **/ps priority \[number]** — Adjust claim overlap priority (higher number wins).
* **/ps setparent \[parent name]** — Make another claim a parent, inheriting its members/flags.

***

#### 🏛️ Claim Renting & Selling

**/ps rent lease \[price] \[period]** — Set your claim up for rent (e.g. `64 1w`).\
\&#xNAN;**/ps rent stoplease** — Cancel leasing, even if active.\
\&#xNAN;**/ps rent rent** — Rent a claim you're standing in.\
\&#xNAN;**/ps rent stoprenting** — Cancel renting it.

**/ps sell \[price]** — Put your claim up for sale.\
\&#xNAN;**/ps sell stop** — Cancel sale.\
\&#xNAN;**/ps buy** — Buy the claim you're standing in (if listed).

***

#### ⚖️ Claim Flags (Permissions)

**/ps flag** — Opens the flag editor for detailed settings.

**Allow/Deny Flags:**

* **piston**: Can pistons work?
* **vehicle-place** / **vehicle-destroy**: Boats, minecarts, etc.
* **lava-flow**: Defaults to Deny.
* **use**: Buttons, pressure plates, doors.
* **chest-access**: Chests, furnaces, hoppers.
* **block-break** / **block-place**: General build permissions.
* **sleep**: Sleep in beds.
* **damage-animals**: Hurt passive mobs.

**Editable Flags:**

* **allow-block-break \[block]**
* **allow-block-place \[block]**
* **deny-block-break \[block]**
* **deny-block-place \[block]**

> Combine block-break/allow-block-break for nuanced control.

**Examples:**

* `/ps flag allow-block-break dirt`
* `/ps flag deny-block-break cobblestone`
* `/ps flag -g owners piston allow`
* `/ps flag deny-block-break null` — Reset flag

> Bedrock players may need to **manually type commands** rather than click GUI buttons.

***

#### 🏨 Claim Use Cases

**✨ Hotel Claim**

* Allow `use` = Let guests open doors.
* Allow `chest-access` = Guests can access storage.
* Set group to `[ all ]` so no need to add users manually.

**📦 Shulker Claim**

**Option 1: Two Claim Method (Secure)** Split color shulker boxes across two claims and use:

* `/ps flag allow-block-break red_shulker_box,...`
* `/ps flag allow-block-place red_shulker_box,...`

**Option 2: Single Claim (Less Secure)**

* Allow `block-break`, `block-place`, `chest-access`
* Deny break/place for structure blocks:\
  `/ps flag deny-block-break iron_block,...` `/ps flag deny-block-place iron_block,...`
* Adjust group to `non-owners`

***

Need help? Ask in **Discord** or check out our helpful in-game players!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.asurvivalserver.net/player-guides/claiming-guide/claiming-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
