ModGPL-3.0-only
FabricProxy Bungee
Implements bungee player info forwarding in fabric, for use with velocity or bungeecord.
308
Downloads
1
Followers
3 months ago
Updated
📦
30
Versions
📖About FabricProxy Bungee
FabricProxy Bungee
Fabric server-side mod that enables BungeeCord/Velocity legacy forwarding (IP + UUID + profile data) on your backend servers.
- Only allows logins that include the bungee forwarding payload (
host\0ip\0uuid\0profileJson). Please esnure that your backend server is not accesible from the internet! (https://www.spigotmc.org/wiki/firewall-guide/)
Supported versions
- Minecraft: 1.20.5–1.21.10 (Fabric)
- Java: 21
Quick start
- Remove any other forwarding mods from the backend (
mods/), e.g. FabricProxy-Lite. - Drop the latest
fabric-bungee-forwarding-<mod>+<mc>.jarinto the backendmods/folder. - Proxy: enable legacy/“bungeecord” forwarding (Velocity:
player-info-forwarding-mode = legacy; Bungee/Waterfall: standard IP forwarding). - Connect through the proxy; direct connections will be rejected unless they include forwarding data.
No config file is required. Keep one forwarding mod per backend to avoid conflicts.