Skip to content

Adds a connect button to the main menu for quickly connecting to servers

License

Notifications You must be signed in to change notification settings

JamCoreModding/quicker-connect-button

Repository files navigation

Quicker Connect Button: Adds a connect button to the main menu for quickly connecting to servers.

Screenshot 1

Screenshot 2

Download on CurseForge or Modrinth.

Configuration

The config can either be changed through a GUI (using Mod Menu on Fabric or the config button on Forge), or directly at config/quickerconnectbutton.json5. The GUI contains tooltips explaining each option.

{
  /* 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"
}

Rent a server with Bisect Hosting: Use Code jamalam to get 25% off

About

Adds a connect button to the main menu for quickly connecting to servers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages