
Fabroxy
ArchivedThe Fabric mod for forwarding to Minecraft server proxy like Velocity, BungeeCord and Waterfall
507downloads
7followers
507downloads
7followers
Fabroxy has been archived. Fabroxy will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.19.x
Platforms
Supported environments
Server-side
Singleplayer
Tags
Creators
Details
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

