
FabricProxy-Lite
Fabric mod for support forward player data from velocity
Обновлён 28 марта 2026 г. · опубликован 1 февраля 2021 г.
Same as FabricProxy but only supports Velocity and uses Fabric-API to handle Velocity packets.
This one will have better compatibility with other mods.
Setup
- Put the mod into the mods folder
- Start the server to generate the config
- Configure Velocity
player-info-forwarding-modetomodernand settingforwarding-secret - Configure
secretinconfig/FabricProxy-Lite.tomlto match Velocity config
Config
Here are all the parameters that you can set in the FabricProxy-Lite.toml config file or environment variables. Note that all properties require a value, but if the property isn't specified in the config file it'll just get populated by the default value. So the parameters that are marked as required needs a manually added value i.e. the Velocity forwarding secret.
| Name | Environment Variable | Description | Default | Required |
|---|---|---|---|---|
hackOnlineMode |
FABRIC_PROXY_HACK_ONLINE_MODE |
Allows connection through a proxy without disabling online-mode. | true |
|
hackEarlySend |
FABRIC_PROXY_HACK_EARLY_SEND |
Fabric-API can't send packet before QUERY_START event, so player info(UUID) will not ready at QUERY_START event. Setting hackEarlySend to true will use mixin for early send packet to velocity. This is required for some mods, such as LuckPerms. |
false |
|
hackMessageChain |
FABRIC_PROXY_HACK_MESSAGE_CHAIN |
This option fixes players being kicked for Received chat packet with missing or invalid signature. or Chat message validation failure, which only happens when the player switches to another server. See #30 and #121 for more info. |
false |
|
disconnectMessage |
FABRIC_PROXY_DISCONNECT_MESSAGE |
The custom disconnect/kick message for users that aren't connecting through Velocity. | "This server requires you to connect with Velocity." |
|
secret |
FABRIC_PROXY_SECRET |
The Velocity forwarding secret. This should be the same random string as in Velocity's forwarding.secret file. Alternatively you could set the FABRIC_PROXY_SECRET_FILE environment variable to read the secret from a file instead of config. |
✓ |
Report Issue
If you have found something wrong, like mod compatibility or login problem, follow the steps below to let us know:
- Search for the issue, and find if there's already one. You can also add some additional info you got.
- If there's no such issue matches yours, create an issue by clicking the "New issue" button.
- Summary the problem and write it into the title, then describe the issue as detailed as you can, and make sure to provide any of the logs so we can know what's really happened.
- Check again the whole thing you have written, use the preview feature to check the composing.
- Select one or multiple labels if you know what it means. The label isn't required to complete the issue and can leave it empty.
- Submit the issue and make sure you can get the notification from it.
We thank all the contributions you made, thank you!
也歡迎用中文回報問題喔 ;)
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| v2.12.0 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | fabric | 28 марта 2026 г. | .jar (72 КБ) |
| v2.11.0 | Релиз | 1.21.9, 1.21.10, 1.21.11 | fabric | 3 октября 2025 г. | .jar (73 КБ) |
| v2.10.1 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | fabric | 12 сентября 2025 г. | .jar (72 КБ) |
| v2.10.0 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | fabric | 27 августа 2025 г. | .jar (72 КБ) |
| v2.9.0 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | fabric | 14 июня 2024 г. | .jar (263 КБ) |
| v2.8.0 | Релиз | 1.20.5 | fabric | 24 апреля 2024 г. | .jar (263 КБ) |
| v2.7.0 | Релиз | 1.20.2, 1.20.3, 1.20.4 | fabric | 28 октября 2023 г. | .jar (267 КБ) |
| v2.6.0 | Релиз | 1.20.1 | fabric | 21 июня 2023 г. | .jar (204 КБ) |
| v2.5.0 | Релиз | 1.19.4 | fabric | 16 марта 2023 г. | .jar (195 КБ) |
| v2.4.0 | Бета | 1.19.3 | fabric | 10 декабря 2022 г. | .jar (194 КБ) |
| v2.3.0 | Бета | 1.19.1, 1.19.2 | fabric, quilt | 1 августа 2022 г. | .jar (188 КБ) |
| v2.2.0 | Бета | 1.19.1 | fabric, quilt | 28 июля 2022 г. | .jar (184 КБ) |
| v2.1.1 | Релиз | 1.19 | fabric, quilt | 17 июля 2022 г. | .jar (179 КБ) |
| v2.1.0 | Релиз | 1.19 | fabric | 9 июня 2022 г. | .jar (179 КБ) |
| v2.0.0 | Бета | 1.19 | fabric | 8 июня 2022 г. | .jar (179 КБ) |
Показаны последние 15 из 23 версий. Все версии — на Modrinth.
Ченджлог
v2.12.0Релиз26.1.1, 26.1.2, 26.2 · 28 марта 2026 г.
What's Changed
- Bump Minecraft to version 26.1 by @Timongcraft in #146
- Prepare for version v2.12.0 by @jimchen5209 in #147
New Contributors
- @Timongcraft made their first contribution in #146
SHA256 Checksum
dca0d05685afaa25d554372ad118d90b6b27f85ded93e6db0b85d822aa29342a FabricProxy-Lite-2.12.0.jar
Full Changelog: https://github.com/OKTW-Network/FabricProxy-Lite/compare/v2.11.0...v2.12.0
v2.11.0Релиз1.21.9, 1.21.10, 1.21.11 · 3 октября 2025 г.
- Added support for 1.21.9 by @4drian3d in #134
v2.10.1Релиз1.21.6, 1.21.7, 1.21.8 · 12 сентября 2025 г.
- Fix config init
v2.10.0Релиз1.21.6, 1.21.7, 1.21.8 · 27 августа 2025 г.
What's Changed
- Config Refactor, support secret file and read-only config by @Tert0 in #115
- For config details, checkout readme.
- Update README.md with config options by @NorskNoobing in #95
- Update to Minecraft 1.21.8 and Java 21 compatibility by @3r08r in #123
- General Updates for release of 2.10.0 by @jimchen5209 in #126
- Remove embedded Fabric API, fabric loader will now block you when proper Fabric API is not installed.
- Change config
hackMaessageChaindefault value to false
New Contributors
- @Tert0 made their first contribution in #115
- @NorskNoobing made their first contribution in #95
- @3r08r made their first contribution in #123
- @jimchen5209 made their first contribution in #126
Full Changelog: v2.9.0...v2.10.0
v2.9.0Релиз1.21.6, 1.21.7, 1.21.8 · 14 июня 2024 г.
Note
For Minecraft 1.21.1+, you need to install the corresponding version of Fabric-API.
Change
- update 1.21 by @lightumcc in #89
v2.8.0Релиз1.20.5 · 24 апреля 2024 г.
- Updated to 1.20.5 by @Binero in #84
v2.7.0Релиз1.20.2, 1.20.3, 1.20.4 · 28 октября 2023 г.
What's Changed
- Minecraft 1.20.2
- Support modifying the disconnection message by @wifi-left in #62
Полная история изменений — на Modrinth.
Комментарии
Загружаем…