> For the complete documentation index, see [llms.txt](https://itemsadder.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itemsadder.devs.beer/chinese/compatibility-with-other-plugins/not-compatible.md).

# 不兼容

***是否与插件X兼容?***

我无法准确回答这个问题，因为我不可能知道世界上所有的插件，但下列插件会引起一定问题:

* 所有使用 **自定义资源包** 的插件(如果你至少知道怎么手动合并资源包，你可以在不替换ItemsAdder文件的前提下使其兼容)
* [CraftEnhance](https://www.spigotmc.org/resources/custom-recipes-and-crafting-craftenhance.65058/), 这个插件会破坏ItemsAdder自定义配方的逻辑, 同时会导致刷物品的问题，请勿使用.
* 自定义工作台行为与配方的插件
* [LootChest ](https://www.spigotmc.org/resources/lootchest.61564/)可能导致 [问题](https://github.com/LoneDev6/ItemsAdder/issues/15#issuecomment-512990849)
* 目前与会生成不同面**蘑菇**块以创建自定义纹理的**插件**与世界生成器不兼容. 未来我会为其增添兼容性.


---

# 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, and the optional `goal` query parameter:

```
GET https://itemsadder.devs.beer/chinese/compatibility-with-other-plugins/not-compatible.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
