> 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/jie-gou-tu/jie-gou-tu-dao-chu.md).

# 结构图导出

## 设置

要想实现此功能，您需要遵从如下步骤：

* 打开 `setting.yml` 文件，找到 `schematics` 选项，并添加 `save_path` 子选项，在该子选项填结构图保存的路径，示例如下：

```
schematics:
  save_path: /var/www/schematics
```

* 站在一块地皮内并使用 `/plot schematic save` 指令保存结构图.
* **在控制台** 输入 `/plot schematic exportall` 指令以导出结构图到对应路径.
