This mod, is designed to be a dedicated hub management solution, on a fabric server. This mod's current version is compiled for +1.21.x . If you need support for additional Minecraft versions, feel free to reach out at [email protected].
The all-in-one lobby and hub management solution for modern Fabric servers.
Advanced Fabric Hub transforms your spawn area into a fully functional, interactive lobby without needing a dozen separate plugins. From server navigation menus to double-jumping and player stackers, it includes everything you need to welcome players in style.
config/fabrichub.json./sethubradius) where blocks cannot be broken and damage is disabled./toggleplayers) to hide other players and reduce lag./hub saves your last location, and /back returns you to your survival adventure./register and /login commands for securing player accounts./hub or /lobby - Go to the hub./back - Return to your previous location./navigator - Open the server menu./toggleplayers - Hide/Show other players./register <pass> <pass> - Create an account./login <pass> - Login to your account./sethub - Set the global spawn point./sethubradius <blocks> - Set the protection radius.The configuration file config/fabrichub.json allows you to customize every aspect.
{
"hub": {
"radius": 150,
"teleportOnJoin": true,
"doubleJumpEnabled": true
},
"auth": {
"enabled": true,
"minPasswordLength": 5
},
"navigator": {
"enabled": true,
"items": [
{ "name": "Survival Server", "command": "server survival", "material": "grass_block" },
{ "name": "Creative Server", "command": "server creative", "material": "diamond_block" }
]
}
}
If you need support for additional Minecraft versions, feel free to reach out at [email protected].
[DISCLAIMER: Portions of this project were developed with AI‑assisted tools as part of PhaseZero Labs’ workflow.]
Conversation