# 插件不工作

## 再次阅读安装教程

尝试在一个干净的服务器上再次按照安装教程进行操作。

{% content-ref url="/pages/-M2DaLP4y3wYXxs9pJdt" %}
[首次安装](/chinese/first-install.md)
{% endcontent-ref %}

## 从官方市场获取插件

不要使用从非官方来源获取的JAR文件，它们包含错误且不安全。

## 移除任何最近安装的插件

尝试移除新插件，从服务器备份中恢复，或降级更新的插件/服务器版本，并检查问题是否仍然存在。

## 更新所有依赖项

更新所有依赖项，有时过时的JAR文件会导致问题。

## 在 Discord 上询问

可能有人遇到过相同的问题。也可以尝试使用搜索按钮。

## **如果仍有问题，请报告错误** <a href="#if-you-still-have-problems-please-read-this-and-then-contact-me" id="if-you-still-have-problems-please-read-this-and-then-contact-me"></a>

当你报告问题时，请确保：

* 遵循我教程中的每一步，并确保阅读所有wiki内容。
* 在一个**干净**的服务器上测试插件（仅安装 **ItemsAdder**），因为可能是其他插件干扰。
* 使用最新版本的插件、其依赖项和服务器。

如果问题仍然存在，并且你认为这是一个错误，请在报告问题时提供以下信息：

* 触发问题的具体操作
* 服务器版本，使用 `/version` 命令并发送给我它显示的确切文本（在控制台中使用以便复制和粘贴）
* 插件版本
* 告诉我你是否编辑了 ItemsAdder 的.yml文件
* 告诉我你是否编辑了资源包
* 压缩 ItemsAdder 的 .yml 文件并发送给我
* 插件是否在控制台或聊天中显示错误
* 服务器的完整日志（不仅仅是你看到的 **ItemsAdder** 错误的一小部分，否则我无法识别问题）

{% hint style="warning" %}
在提交报告之前使用搜索按钮，可能已经有人报告过了。
{% endhint %}

{% embed url="<https://github.com/PluginBugs/Issues-ItemsAdder/issues>" %}


---

# 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://itemsadder.devs.beer/chinese/faq/plugin-doesnt-work.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.
