# 为什么我的配置报错？

## 检查你的 Yaml 文件语法

参考 Yaml 语法学习一节内容。

## 检查配置是否与所给的一般配置一致

你可能把某个选项当成 List 类型填写，但实际上它只是普通的 `键: 值` 的格式。或者你可能在复制过程中不小心把某个选项的缩进给删掉了。也有可能某个选项的键与所给示例不同。

## 易犯错误

* 在所给示例中，合成配方往往是开启的，即某个物品的 `craftable` 为 `true`，但你并没有给出正确的 `recipes` 的选项。
* 药水效果的id应当遵循 SpigotAPI 的格式，详见 [**这里**](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html)。


---

# 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/ecox-doc/yi-ban-pei-zhi-ge-shi/wei-shen-me-wo-de-pei-zhi-bao-cuo.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.
