Quick Connect Button for Minecraft
This mod adds a convenient button to the game's main screen, allowing instant connection to a selected server without needing to navigate through the standard multiplayer menu.

Connection Configuration
You can configure connection parameters in two ways: through a graphical interface (using Mod Menu for Fabric or the configuration button for Forge) or by directly editing the config/quickerconnectbutton.json5 file. The graphical interface contains tooltips for each parameter.
{
/ Leave empty to disable the quick connect button
- default: ""
/
ip: "localhost",
/ - default: 25565
- must be between 0.0 and 65535.0
/
port: 25565,
/ Where to place the connect button
- default: RIGHT
- must be one of: RIGHT, REPLACE_MULTIPLAYER_BUTTON, REPLACE_SINGLEPLAYER_BUTTON, REPLACE_REALMS_BUTTON
/
buttonLocation: "REPLACE_MULTIPLAYER_BUTTON",
/ The text to display on the button. Leave empty to use "Connect".
- default: ""
/
text: "Connect to an Awesome Server",
/ What to do if the server has a resource pack
- default: PROMPT
- must be one of: ENABLED, DISABLED, PROMPT
/
resourcePackBehaviour: "ENABLED"
}

