Перейти к содержимому
Mineforgian

Quick Connect Button

One-click connection to your favourite server!

Загрузки
58K
Подписчики
95
Обновлён
23 декабря 2025 г.
Лицензия
LGPL-3.0-only

Опубликован 6 июня 2021 г.

Quick Connect Button

One-click connection to your favourite server!
For Fabric/Quilt 1.21.x. Requires Fabric API.
Looking for 1.20 ? Check out Quicker Connect Button.

Installation

Download the JAR and put it in your mods folder along with Fabric API.

Usage

By default the "Connect" button will try to connect to localhost, which you're probably not trying to connect to. To change it, go to config/quickconnectbutton.json5. The file will look like this:

{
	// The address to connect to when the button is pressed.
	"address": "localhost",
	// The name of the button.
	"connectButton": "Connect",
	// The side to align the button to. ('LEFT'/'RIGHT')
	"buttonAlign": "RIGHT",
	// The width and height of the button.
	"dimensions": {
		"height": 20,
		"width": 50
	},
	// Determines what to do if the server has a resource pack. ('ALLOW'/'DENY'/'PROMPT').
	"resourcePackPolicy": "PROMPT"
}

Change the address field to the IP address of the server you want to connect to, and change any of the other fields if you wish to customise the button's appearance.

Ченджлог

1.3Релиз1.21.11 · 23 декабря 2025 г.
  • Updated to support Minecraft v1.21.11
  • Overhauled codebase to work with modern tooling (e.g. Mojang-provided mappings)

NOTE: The mod now requires Fabric API due to dependency changes

v1.2.1Релиз1.19.3 · 22 декабря 2022 г.
  • Add 1.19.3 support (triphora)
v1.2.1Релиз1.19, 1.19.1, 1.19.2 · 9 августа 2022 г.

Changelog

  • Fixed the button not playing sound (gliscowo)

Known Issues None; please report any on GitHub!

v1.2Релиз1.19, 1.19.1, 1.19.2 · 9 августа 2022 г.

Changelog

  • Added the ability to move the button to the left
  • Added customisation of the button's size
  • Added customisation of the resource pack policy when connecting via the button
  • No longer depends on Fabric API in development environment (speeds up Gradle significantly)

Known Issues

  • The button does not play sound.
v1.1-1.19Релиз1.19 · 17 июня 2022 г.
  • Add 1.19 support (wafflecoffee)
v1.1-1.16Релиз1.16.3, 1.16.4, 1.16.5 · 29 января 2022 г.
  • Add option to change button name (LifeIsAParadox)
v1.1-1.18Релиз1.18, 1.18.1, 1.18.2 · 29 января 2022 г.
  • Add 1.18 support (LifeIsAParadox)
  • Add option to change button name (LifeIsAParadox)
v1.0-1.16Релиз1.16.4, 1.16.5-rc1, 1.16.5 · 7 июня 2021 г.
  • Added 1.16 support
    • Experimental, please report issues

Комментарии

Загружаем…