FabricProxy-Lite (FabricProxy-Lite)
FabricProxy-Lite 是一个支持从 Velocity 转发玩家数据的 Fabric 模组。
FabricProxy-Lite 与 [FabricProxy]( 链接 ) 类似,但仅支持 [Velocity]( 链接 ),并使用 Fabric-API 来处理 Velocity 数据包。
这个模组将具有更好的兼容性,可以与其他模组更好地配合使用。
重要提示
如果安装了 LuckPerms,请在配置中启用 `hackEarlySend`。
原因:Fabric-API 无法在 `QUERY_START` 事件之前发送数据包,因此在那个时候玩家信息(UUID)将无法准备就绪。
`hackEarlySend` 将使用 mixin 提前发送数据包到 Velocity。
设置
1. 将模组放入 mods 文件夹中。
2. 启动服务器以生成配置文件。
3. 配置 Velocity 的 `player-info-forwarding-mode` 为 `modern`,并设置 `forwarding-secret`。
4. 在 `config/FabricProxy-Lite.toml` 中配置 `secret`,以匹配 Velocity 配置。
报告问题
如果发现了问题,例如模组兼容性或登录问题,请按照以下步骤告诉我们:
1. 搜索问题,查看是否已经有人报告了类似的问题。您也可以添加一些额外信息。
2. 如果没有与您的问题匹配的问题,请点击“新问题”按钮创建一个问题。
3. 总结问题并将其写入标题,然后尽可能详细地描述问题,并确保提供任何日志以便我们了解到底发生了什么。
4. 再次检查您所写的整个内容,使用预览功能检查排版。
5. 如果您知道某个标签的含义,请选择一个或多个标签。标签不是必需的,可以将其留空。
6. 提交问题,并确保您可以收到来自问题的通知。
我们感谢您所做出的所有贡献,谢谢!
也欢迎使用中文报告问题哦 ;)
来自Modrinth
所有游戏版本 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.20.5 1.20.2 1.20.3 1.20.4 1.20.1 1.19.4 1.19.3 1.19.1 1.19.2 1.19 1.18 1.17.1 1.17 1.16.5 21w03a 21w05a 21w05b 21w06a 21w07a 所有类型 fabric quilt
2.9.0 # Note
For Minecraft 1.21.1+, you need to install the corresponding version of Fabric-API.
# Change
* update 1.21 by @lightumcc in [#89](https://github.com/OKTW-Network/FabricProxy-Lite/pull/89)
展开
版本: v2.9.0
支持游戏: 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5
Release
下载次数: 13,469
2.8.0 * Updated to 1.20.5 by @Binero in [#84](https://github.com/OKTW-Network/FabricProxy-Lite/pull/84)
展开
版本: v2.8.0
支持游戏: 1.20.5
Release
下载次数: 2,278
2.7.0 ## What's Changed
* Minecraft 1.20.2
* Support modifying the disconnection message by @wifi-left in [#62](https://github.com/OKTW-Network/FabricProxy-Lite/pull/62)
展开
版本: v2.7.0
支持游戏: 1.20.2, 1.20.3, 1.20.4
Release
下载次数: 11,755
2.6.0 ## What's Changed
* Updated to 1.20-pre1 by @BlueGamingCat1 in [#54](https://github.com/OKTW-Network/FabricProxy-Lite/pull/54)
* Update to 1.20.1 by @Tetricz in [#57](https://github.com/OKTW-Network/FabricProxy-Lite/pull/57)
展开
版本: v2.6.0
支持游戏: 1.20.1
Release
下载次数: 12,559
2.5.0 ## What's Changed
* Update to 1.19.4 by @apple502j in [#49](https://github.com/OKTW-Network/FabricProxy-Lite/pull/49)
展开
版本: v2.5.0
支持游戏: 1.19.4
Release
下载次数: 1,982
2.4.0 # Important
* **Secure chat not working** (All chat will convert to system message)
# Change
* Support Minecraft 1.19.3
* Disable secure chat
展开
版本: v2.4.0
支持游戏: 1.19.3
Beta
下载次数: 2,422
2.3.0 # Change
* Add option `hackMessageChain` ([#29](https://github.com/OKTW-Network/FabricProxy-Lite/issues/29), [#30](https://github.com/OKTW-Network/FabricProxy-Lite/issues/30))<br>
It will convert player first message after switch server to system message and prevent player kick for invalid signature.
展开
版本: v2.3.0
支持游戏: 1.19.1, 1.19.2
Beta
下载次数: 3,574
2.2.0 # Known issue
* Send chat message after switch server will kick player ([#30](https://github.com/OKTW-Network/FabricProxy-Lite/issues/30))
# Change
* Minecraft 1.19.1
* Velocity forward protocol 3
展开
版本: v2.2.0
支持游戏: 1.19.1
Beta
下载次数: 118
2.1.1 # Fixed
* `hackEarlySend` not using Velocity forward protocol 2
* Incompatible with Quilt API
展开
版本: v2.1.1
支持游戏: 1.19
Release
下载次数: 800
2.1.0 # Change
* Enable Velocity forward protocol 2
展开
版本: v2.1.0
支持游戏: 1.19
Release
下载次数: 458
2.0.0 # Important
* **Not support old Minecraft version due login packet changed.**
* Velocity forward protocol 2 not fully tested.
# Change
* Update to support Minecraft 1.19
* Support Velocity forward protocol 2 (Enforcing secure profile support)
展开
版本: v2.0.0
支持游戏: 1.19
Beta
下载次数: 111
1.1.6 ## Change
* Minecraft 1.18
## Fixed
* Config API break mod compatibility ([#13](https://github.com/OKTW-Network/FabricProxy-Lite/issues/13))
展开
版本: v1.1.6
支持游戏: 1.18
Release
下载次数: 1,696
1.1.5 ## Change
* Update latest fabric-api to support Minecraft 1.17.1
* Fix error handle
展开
版本: v1.1.5
支持游戏: 1.17.1
Release
下载次数: 2,236
1.1.4 ## Change
* Update latest fabric-api to support Minecraft 1.17
展开
版本: v1.1.4
支持游戏: 1.17
Release
下载次数: 166
1.1.3 ## Fixed
* Incompatible with Impersonate ([#4](https://github.com/OKTW-Network/FabricProxy-Lite/issues/4))
展开
版本: v1.1.3
支持游戏: 1.16.5
Release
下载次数: 6,886
1.1.2 ## Fixed
* Incompatible with fabric-api 0.34.1+
展开
版本: v1.1.2
支持游戏: 1.16.5
Release
下载次数: 170
1.1.1 ## Change
* Bundle fabric-networking-api ([#2](https://github.com/OKTW-Network/FabricProxy-Lite/pull/2))
展开
版本: v1.1.1
支持游戏: 1.16.5, 21w03a, 21w05a, 21w05b, 21w06a, 21w07a
Release
下载次数: 278
1.1.0 ## Important
**LuckPerms need enable `hackEarlySend` in config.**
## Change
* Add `hackEarlySend` in config. fix [#1](https://github.com/OKTW-Network/FabricProxy-Lite/issues/1)
展开
版本: v1.1.0
支持游戏: 1.16.5, 21w05b
Release
下载次数: 122
1.0.1 展开
版本: v1.0.1
支持游戏: 1.16.5
Release
下载次数: 278
全部版本