# 0.2 - 服务端目录下的文件

**cache 文件夹\***：包含官方服务端的文件，是服务端核心启动的根本。

**data-storage 文件夹\***：包含粘液科技等插件的数据。

**libraries/libs 文件夹\***：包含部分插件的运行库。

**logs 文件夹**：包含服务端的日志文件。

**plugins 文件夹**：包含服务端插件。

**其他各个文件夹**：是服务端内的各个世界。

**其他文件**：是服务端核心的配置文件等。

一般情况下：

* 我们在遇到报错，需要反馈 **bug** 时，可以将 **logs** 文件夹下的 `latest.yml` 文件发给插件开发者。
* `plugins` 文件夹是我们安装插件的地方，将插件的 jar 文件复制到其中即可。


---

# 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/qian-yan/0.2-fu-wu-duan-mu-lu-xia-de-wen-jian.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.
