快速连接按钮,让你一键连接到你喜爱的服务器!
适用于Fabric/Quilt 1.19.x。需要Fabric API。
寻找1.20或更高版本?请查看 [更快速连接按钮](
安装
下载JAR文件,并将其放入你的 `mods` 文件夹中,同时需要安装Fabric API。
使用方法
默认情况下,“连接”按钮将尝试连接到 `localhost`,这可能不是你想要连接的服务器。要更改它,前往 `config/quickconnectbutton.json5`。文件内容如下:
{
// 按下按钮时要连接到的地址。
"address": "localhost",
// 按钮的名称。
"connectButton": "Connect",
// 按钮对齐的位置。('LEFT'/'RIGHT')
"buttonAlign": "RIGHT",
// 按钮的宽度和高度。
"dimensions": {
"height": 20,
"width": 50
},
// 确定服务器是否有资源包时的操作。('ALLOW'/'DENY'/'PROMPT')
"resourcePackPolicy": "PROMPT"
}
已复制!
将 `address` 字段更改为你要连接的服务器的IP地址,并根据需要更改其他任何字段以自定义按钮的外观。
来自Modrinth
v1.2.1
QuickConnectButton-1.2.1.jar下载v1.2.1#Release
QuickConnectButton-1.2.1-sources.jar下载v1.2.1#Release
- Add 1.19.3 support (triphora)
展开
版本: v1.2.1
支持游戏: 1.19.3
类型: Fabric Quilt
Release
下载次数: 1,782
v1.2.1
QuickConnectButton-1.2.1.jar下载v1.2.1#Release
__Changelog__
- Fixed the button not playing sound (gliscowo)
__Known Issues__
None; please report any on GitHub!
- Fixed the button not playing sound (gliscowo)
__Known Issues__
None; please report any on GitHub!
展开
版本: v1.2.1
支持游戏: 1.19, 1.19.1, 1.19.2
类型: Fabric Quilt
Release
下载次数: 18,933
v1.2
QuickConnectButton-1.2.jar下载v1.2#Release
__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.
- 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.2
支持游戏: 1.19, 1.19.1, 1.19.2
类型: Fabric Quilt
Release
下载次数: 133
收录