> For the complete documentation index, see [llms.txt](https://whiterdoc.lnstw.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whiterdoc.lnstw.xyz/special-play/chest-store.md).

# 箱子商店

<figure><img src="/files/4NpykjLGitgNL9SsBX72" alt=""><figcaption><p>箱子商店範例</p></figcaption></figure>

## 創建箱子商店

創建一個自己的箱子商店，很簡單！

在地面上放一個箱子或大箱子（兩個儲物箱並排），接著拿想販售的物品在生存模式下左鍵敲一下該箱子，聊天欄中輸入一個物品賣多少雲羽幣，然後就會創建成功了！

## 移除箱子商店

在創建箱子商店後，箱子前會有告示牌上寫著該商店的資訊。右鍵單按告示牌，選擇底下的移除商店即可移除商店！

## 購買商品、讓玩家購買

首先，如果有領地請業者先將領地的使用商店功能開啟，或站在領地中執行指令：`/res set shop true`來允許別人買東西，當然也可以用在 [領地與住宅](/comands/residences.md#ling-di-dan-wan-jia-quan-xian-she-ding)中學到的技巧來建立一間會員制商店喔！

## 想要收購商品，怎麼辦？

如果你想要跟玩家購買商品，首先一樣要創建箱子商店。創建完後你需要點擊前面的資訊告示牌，將模式改為收購即可喔！

另外，使用`/qs buy`即可切換為收購；使用`/qs sell`即可切換為出售。不能使用指令請跟管理員們回報！

## 我可以賣哪些東西

目前而言，你可以賣所有玩家可以獲得的東西。如果是管理員請注意，嚴禁將


---

# 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://whiterdoc.lnstw.xyz/special-play/chest-store.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.
