Compatibility
Minecraft: Java Edition
1.19.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
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-mode
to"modern"
and save it. - Open
forwarding.secret
and remember its value.
Fabric Server
- Start your server to create a new Fabroxy config.
- Open
server.properties
in your server directory. - Change the value of
online-mode
tofalse
and save it. - Open
config/fabroxy.json
. - Change the value
enabled
totrue
andsecret
to the valueforwarding.secret
you just rememered. - Save it and enter
proxy reload
in 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