# 4.2 - 看报错

## 无用报错

在执行某个插件指令后出现一个类似下图的报错，即为无用报错，这里指的是这个插件在开服前就根本没有成功加载，导致插件指令没有成功注册的报错而已，此时你应该提供开服时此插件的报错。

![](/files/ft56BL675wPmrAZeDROU)

## YAML 报错

在 2.1 节我已经介绍过了怎么解决。

![](/files/ASQho0VX8FgKa1WeQ3CJ)

## 空指针

报错第一行带有 NullPointerException，这一般是插件没有考虑到特殊情况导致的报错，或者是插件某个依赖没有打包好，又或者前置插件版本过低了等等，建议联系开发者是最佳解决渠道。

![](/files/VSo1MIzlaSxbzogkzwkh)

## 缺少前置插件

缺少的插件名字在第一行已经用 `[ ]` 符号标注，例如这里是 **NexEngine**。

![](/files/k6DQx3IbfeND3znpAdjr)

## 某个插件的红色提示消息

这不是报错，很多人认为是报错。

## 带有 Spawn entity 的黄色提示消息

这不是报错，很多人认为是报错。可以在 `spigot.yml` 中关闭，我只指路。

## 出现在插件提示 Checking update 等字样后的报错

只是国内特殊情况导致插件无法处理更新请求的报错，无视或者在插件配置文件关闭插件检查更新选项。


---

# 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/new-user-doc/fu-zhu-ye-yao-hui-yi-dian-zhe-xie/4.2-kan-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.
