Quick Connect Button
Connect to your favorite server with a single click! This mod is designed specifically for Fabric/Quilt version 1.19.x and requires Fabric API installation.
Installation
Download the JAR file and place it in the mods folder along with Fabric API.
Configuration and Usage
By default, the "Connect" button attempts to connect to localhost, which likely doesn't match your needs. To change the server address, open the configuration file config/quickconnectbutton.json5.
Example configuration file content:
{
// Server address for connection when button is pressed
"address": "localhost",
// Button text
"connectButton": "Connect",
// Button alignment ('LEFT'/'RIGHT')
"buttonAlign": "RIGHT",
// Button dimensions
"dimensions": {
"height": 20,
"width": 50
},
// Resource pack handling policy ('ALLOW'/'DENY'/'PROMPT')
"resourcePackPolicy": "PROMPT"
}
Simply change the address field to the IP address of your desired server and adjust other parameters to customize the button's appearance.