> For the complete documentation index, see [llms.txt](https://augustamc.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://augustamc.gitbook.io/wiki/jobs-and-economy/what-is-a-player-shop.md).

# What Is A Player Shop?

## 📍 **Player Warps (/pw)**&#x20;

**Player Warps** are a system that lets players create public or private teleport locations that others can visit. They act like small player-made “warp points” for shops, farms, towns, museums, utilities, and anything players want to share.

The command players use is:

```
/pw
```

<figure><img src="/files/hWOEuhPwhnuKZP3Apsmt" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Hover over a playerhead to see the information, and left click to go to that player shop!
{% endhint %}

***

## ⭐ **How to Create a Player Warp**

Players stand at the location where they want their warp to be.

Then they run:

```
/pw create <warpname>
```

## ⭐ **Customizing a Player Warp**

After creating a warp, players can modify it using the GUI or commands.

#### Players can edit:

* **Warp Name**
* **Warp Icon** (item shown in the GUI)
* **Warp Description**
* **Warp Category** (Shops, Farms, Towns, etc.)
* **Public / Private status**
* **Teleport Fee** (if your server allows fees)
* **Warp Location** (can be moved/updated)

#### Delete example:

```
/pw delete <warpname>
```

## ⭐ Chest Shops

• To create a shop, left-click a chest/barrel holding at least one of the items you would like to sell. Use **`/qs help`** to see a full list of shop commands in-game.

{% embed url="<https://youtu.be/kM9otG8BEx0>" %}
Quick Shop Example
{% endembed %}

## ⭐ Auction House

• View all auction house listings using **`/ah`**.

• Sell items in the auction house using **`/ah sell [price] [amount]`** while holding what you want to sell.

• Sell up to a chest full of items in one listing using **`/ah sellinventory [price]`**. This will bring up a GUI where you can drop all items you want to sell.

• Search for particular items to buy using **`/ah search [item_name]`** or by using **`/ah`** and clicking the **Categories** button on the bottom right.

• View your buy/sell history using **`/ah history`**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://augustamc.gitbook.io/wiki/jobs-and-economy/what-is-a-player-shop.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.
