Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last week
Updated 2 weeks ago
LobbyMod is a simple Fabric mod that will turn any minecraft server, preferably a dedicated lobby server, into a fully functional hub to move players to other servers. This mod utilizes the vanilla /transfer command to achieve this, which means it can replace a velocity proxy if desired.
It is data driven, and allows you to add buttons to the GUI that is automatically opened on join. These buttons can be defined with a server destination using /transfer.
It also provides players with a compass they can interact with to re-open the GUI if needed.
Default configuration, found in /config/lobby.json:
{
"menu_title": "&fPLACEHOLDER",
"compass": {
"name": "&fPLACEHOLDER",
"lore": [
"&7PLACEHOLDER",
"&7PLACEHOLDER"
]
},
"buttons": [
{
"name": "&fPLACEHOLDER",
"lore": [
"&7PLACEHOLDER"
],
"item": "dirt",
"transfer_command": "transfer IP PORT %player%",
"slot": 11
},
{
"name": "&fPLACEHOLDER",
"lore": [
"&7PLACEHOLDER"
],
"item": "lime_shulker_box",
"transfer_command": "transfer IP PORT %player%",
"slot": 13
},
{
"name": "&fPLACEHOLDER",
"lore": [
"&7PLACEHOLDER"
],
"item": "gray_shulker_box",
"transfer_command": "transfer IP PORT %player%",
"slot": 15
}
]
}