> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/plotsquared-wiki/bu-chong/xiang-zi-shang-dian-jian-rong.md).

# 箱子商店兼容

## 用法

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

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

```
 flags: {}
```

并将其更改为：

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

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