
Fabroxy
The Fabric mod for forwarding to Minecraft server proxy like Velocity, BungeeCord and Waterfall
- Загрузки
- 497
- Подписчики
- 7
- Обновлён
- 2 апреля 2023 г.
- Лицензия
- MIT
Опубликован 5 марта 2023 г.
Fabroxy
The Fabric mod for forwarding to Minecraft server proxy like Velocity
Requirements
A version that fits each requirement is written together in the Changelog.
Supports
- Velocity
BungeeCord(not supported yet)Waterfall(not supported yet)
Setting up
Setting up with Velocity
The common usage is almost the same as setting up a proxy on Paper.
Velocity Server
- Open
velocity.toml. - Change the value of
player-info-forwarding-modeto"modern"and save it. - Open
forwarding.secretand remember its value.
Fabric Server
- Start your server to create a new Fabroxy config.
- Open
server.propertiesin your server directory. - Change the value of
online-modetofalseand save it. - Open
config/fabroxy.json. - Change the value
enabledtotrueandsecretto the valueforwarding.secretyou just rememered. - Save it and enter
proxy reloadin your Fabric server console.
Configuration
| Name | Type | Default Value |
Description |
|---|---|---|---|
| enabled | boolean | false |
Enable Fabroxy's Velocity proxy features. |
| secret | string | "" |
A HMacSHA256 encryption key to communicate with the Velocity proxy. It should be match the contents of the file forwarding.secret on the Velocity proxy server. |
| direct_connection | boolean | false |
Allow clients to connect to the Fabric server without connecting the Velocity server. |
Notes
The mod file name indicates the mod name, loader and version:
Fabroxy-mod loader-MC version-mod version.jar
For example:
Fabroxy-fabric-1.19.3-1.0.0.jar
Ченджлог
1.1.0Релиз1.19.2, 1.19.3, 1.19.4 · 2 апреля 2023 г.
- Added 'Allow Direct Connection' feature and config option
Version Requirements
- Minecraft - upper 1.19
- Fabric Loader - upper 0.14.14
- Fabric API - upper 0.75.1
1.0.1Релиз1.19.2, 1.19.3, 1.19.4 · 2 апреля 2023 г.
- Fixed some bugs
Version Requirements
- Minecraft - upper 1.19
- Fabric Loader - upper 0.14.14
- Fabric API - upper 0.75.1
1.0.0Релиз1.19.3, 1.19.4 · 26 марта 2023 г.
- Updated to 1.0.0
- Added main features
Version Requirements
- Minecraft - upper 1.19.3
- Fabric Loader - upper 0.14.14
- Fabric API - upper 0.75.1
Комментарии
Загружаем…