# 箱子商店兼容

## 用法

如果想要实现在地皮中使用箱子商店，你需要遵从如下步骤：

* 打开你的 `/plugins/PlotSquared/settings/worlds.yml` 文件.
* 在其中找到你想要更改的地皮世界对应的选项区域.
* 找到如下内容：

```
 flags: {}
```

并将其更改为：

```
 flags:
   use: '#signs'
```

* 输入指令 `/plot reload` 即可.


---

# 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.superiormc.cn/plotsquared-wiki/bu-chong/xiang-zi-shang-dian-jian-rong.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.
