# Creating A PlayerShop

## Step by Step Process (Vanilla Items)

1. Make sure your chest area where you want to sell items is claimed
2. Begin by placing a chest down in front of you
3. While looking at the chest, type out \*/qs create \[money value] \[item material] \[item amount]\*
4. This then creates the sell shop on the chest if you want to sell items, if you want to buy items, while looking at the chest still you can type \*/qs buy\* and this will switch it to make it so you buy from people
5. To make players come to your area and sell/buy stuff make sure to make a playerwarp with \*/pw create \[name]\*  and begin making some other money!
6. Boom! You should now have created a shop for a vanilla item!

<figure><img src="/files/i3o63f1gqL96wEUGkXHO" alt="" width="361"><figcaption><p>This is what your shop should look like when it is setup (either buying or selling mode!)</p></figcaption></figure>

## Step By Step Process (To sell MineConomy Items/Item in your hand)

1. Begin by doing the exact same as for vanilla items, place a chest in front of you in a claimed area
2. While looking at the chest, type out \*/qs supercreate\* while holding the item in your hand you want to sell, then follow the instructions in the chat (it will ask what price you want to buy/sell at)
3. This then creates a sell shop, you can once again do \*/qs buy\* while looking at the chest to switch it to buy mode
4. That is it, finished! This is basically how you setup a shop for custom items!

<figure><img src="/files/WQltiIAR0eFo59sICsq8" alt="" width="339"><figcaption><p>This is what it should look like with a custom item/item from your hand!</p></figcaption></figure>

### Helpful Commands to know

* /qs remove | This removes the shop you're looking at
* /qs sign \[sign\_material] | This changes the material of the sign so you can make it unique
* /qs price \[price] | Edits the price of the shop you are looking at
* /qs create \[price] \[material] \[amont\_material] | Creating a shop manually
* /qs supercreate \[price] | Creates a shop based on the item in your hand
* /qs amount \[amount] | Changes the amount of the item you want to buy/sell


---

# 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://wiki.mineconomy.net/server-features/creating-a-playershop.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.
