> For the complete documentation index, see [llms.txt](https://setup.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://setup.superiormc.cn/kai-shi/geng-xin.md).

# 更新

## **主要更新与次要更新**

**Superior v5** 的更新分为 **主要更新和次要更新**。如果发生了一次 **主要更新**，那么 **Superior v5** 版本号的第二位将会发生变化（例如：v.5.1 -> v.5.2）；如果发生了一次 **次要更新**，那么 **Superior v4** 版本号的第三位将会发生变化（例如：v.5.0.1 -> v.5.0.2）。每个主要更新的第一个版本的第三个数字默认为 0，且一般会被省略（例如 **v.5.5** 的第一个版本号实际为 **v.5.5.0**，但我们会把最后面的 0 省去）。

## 了解 Superior Update™

**Superior Update** 旨在方便您更快的更新 **Superior v5** 服务端。每次更新我们会通过 **Superior Update™** 形式推送给已购买的用户。

## 如何使用 Superior Update™？

### 停止运行您的 Superior v5 服务端

请先在服务器控制台输入指令 **stop** 以停止您的服务端，请勿直接叉掉服务端或者使用 **kill** 指令强制关闭服务端，这会造成一些数据保存问题。

### 下载 Superior Update™ 压缩包并检查其应该替换服务端哪里的文件

在没有特别说明的情况下，**Superior Update**™ 压缩包都是基于服务端的 `plugins` 文件夹进行替换，您只需将压缩包放置到 **任意** 文件夹并解压缩，将解压缩的文件夹内的文件全部复制并替换到服务端的 `plugins` 文件夹内。如有特殊情况，**Superior Update**™ 会有相应的提示文件。

如果 **Superior Update**™ 包含多个文件夹，且不是 `plugins` 文件夹或者又包含 `plugins` 文件夹，又包含其他名称的文件夹，则直接将 **Superior Update**™ 复制并替换到服务端的 **根目录**（即服务端核心所在的目录）。替换时要注意是替换除 **.db** 格式外的其他所有文件，**如果出现该格式文件的替换提示，请务必选择否！**

### **小心，别把自己服务端的数据给替换了！**

如果你自己修改了某个插件的配置，那么在更新时务必留意此次更新是否包含此插件的配置，**如果是的话，请一一对照，手动修改插件配置文件，不要替换，否则你自己修改的内容将会丢失**！

一般情况下，你只需要看每个文件最后修改日期，离服务端更新日期最近的文件一定是被修改的，你只需检查这些文件即可。


---

# 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://setup.superiormc.cn/kai-shi/geng-xin.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.
