# 3.7 - 最后：运营需求的插件

在完成上文提及的基础插件、拓展玩法插件后，最后就是运营需求插件。这也是我将一个服务器用到的插件归纳的三类。

## 经验：常用的运营需求插件

### 登录（正版服无需考虑）

* AuthMe

经典老牌，功能丰富。

{% embed url="<https://ci.codemc.io/job/AuthMe/job/AuthMeReloaded/>" %}

* NexAuth

小巧轻盈，使用方便，新手无脑推荐这个。

{% embed url="<https://www.spigotmc.org/resources/nexauth-simple-light-and-modern-authorization.88015/>" %}

* LibreLogin

功能异常强大，群组服使用，如果开群组服，无脑推荐这个。

{% embed url="<https://github.com/kyngs/LibreLogin>" %}

### MOTD

* MiniMOTD

支持 MiniMessage 格式的 MOTD 插件。

{% embed url="<https://www.spigotmc.org/resources/minimotd-server-list-motd-plugin-with-rgb-gradients.81254/>" %}

## 封禁

如果是单服，原版的封禁，或者综合基础插件的封禁已经够用，但是群组服值得再用）

* AdvancedBan

免费好用的封禁插件。

{% embed url="<https://www.spigotmc.org/resources/advancedban.8695/>" %}

## 跨版本

跨版本只适合你的服务器玩法缺少在多版本上都可以流畅体验时使用，ItemsAdder 等服务器不适合使用。

* ViaVersion（这是低版本服支持高版本客户端使用）
* ViaBackwards（这是高版本服支持低版本客户端使用，需要使用 ViaVersion 作为前置插件）
* ViaRewinds（这是高版本服支持特别低的版本客户端使用，需要以上两者作为前置插件）

以上三个插件在群组服中，如果不使用 ViaVersion 提供的 API，可以直接装在支持的群组端中（如BungeeCord），无需每个子服都安装。一般使用其API的是反作弊插件，因为不同客户端版本判断玩家是否作弊策略一般也不同。

## 反作弊

萝卜青菜，各有所爱。常见的有：

* Vulcan
* Matrix
* Spartan

## 计分板/TAB/自定义PAPI/各种消息处理

无脑推荐 TAB。


---

# 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/jian-ru-jia-jing/3.7-zui-hou-yun-ying-xu-qiu-de-cha-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.
