> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/geyser-wiki/floodgate-wiki/zhu-ye.md).

# 主页

## 什么是 Floodgate?

Floodgate是一个允许 **Minecraft:基岩版** 帐号加入 **Minecraft:Java版** 正版服务器而无需 **Minecraft:Java正版账号** 的混合模式插件。这是为 Geyser 提供额外功能的插件。与 **Geyser** 不同，**Floodgate** 只能作为插件安装在 **Spigot（包括Paper和forks），Bungeecord 和 Velocity** 上，并且只影响安装了它的服务器。

## Floodgate 2.0 提供什么?

Floodgate2.0 是 Floodgate1.0 的重写，有各种错误修复和改进。它还引入了新功能：能够 [**在Java版上查看基岩版玩家的皮肤**](/geyser-wiki/floodgate-wiki/gong-neng.md#shen-me-shi-pi-fu-shang-chuan)、[使用 **BE Form UI**](https://github.com/GeyserMC/Floodgate/wiki/Forms) (需额外开发)、[**使用 通用 API**](/geyser-wiki/floodgate-wiki/gong-neng.md#shen-me-shi-tong-yong-api)、[**使用通用连接**](/geyser-wiki/floodgate-wiki/gong-neng.md#shen-me-shi-tong-yong-lian-jie) 等。

#### 有关设置说明、功能、Floodgate API等，请参阅右侧边栏。

你可以 [点击这里](https://ci.opencollab.dev/job/GeyserMC/job/Floodgate/job/master/) 以下载 **Floodgate**。


---

# 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://docs.superiormc.cn/geyser-wiki/floodgate-wiki/zhu-ye.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.
