Compatibility
Minecraft: Java Edition
1.21.8
Platforms
Supported environments
Links
Creators
Details
Dynamically generates /transfer type commands with custom names to link multiple servers together. It allows for a custom command name to be created, enabling more customization.
To use the mod:
- Open the
commands.jsonfile located in theconfig/linkerdirectory (created on first start) - Configure it to your liking. Sample:
{
"commands": [
{
"name": "creative",
"ip": "creative.example.com",
"port": 25565
},
{
"name": "skyblock",
"IP": "skyblock.example.com",
"port": 25565
}
]
}



