# Criar sua Loja

Para criar loja, o jogador precisa ter algum `VIP`.

## ✅ Criar a loja

1. Coloque um baú no local desejado.
2. Fique olhando para o baú.
3. Segure o item que quer vender.
4. Use:

```bash
/lojabau create preco
```

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

## 💰 Custo

Criar um baú de loja custa `300 coins`.

## 📦 Colocar estoque

Abra o baú e coloque dentro os itens que serão vendidos.

## 🔄 Mudar modo da loja

| Comando           | Para que serve           |
| ----------------- | ------------------------ |
| `/lojabau buy`    | muda para modo de compra |
| `/lojabau sell`   | muda para modo de venda  |
| `/lojabau remove` | remove a loja do baú     |

## 📍 Criar warp da loja

Para criar uma warp:

```bash
/pwarp set nome_da_loja
```

Para remover:

```bash
/pwarp remove nome_da_loja
```

## 💸 Custos extras

| Ação                    | Custo          |
| ----------------------- | -------------- |
| Criar warp da loja      | `30.000 coins` |
| Destacar a warp por 48h | `50.000 coins` |

<details>

<summary>💡 Dica</summary>

Escolha um item com boa procura para sua primeira loja e mantenha o baú sempre com estoque.

</details>


---

# 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.endercraft.com.br/guias/como-criar-sua-loja.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.
