|
快速连接按钮 (Quick Connect Button)Github |相关wiki |源站链接支持: fabric , quiltOne-click connection to your favourite server!
快速连接按钮,让你一键连接到你喜爱的服务器!
适用于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\"
}Copy已复制!
将 `address` 字段更改为你要连接的服务器的IP地址,并根据需要更改其他任何字段以自定义按钮的外观。
来自Modrinth所有游戏版本1.19.31.191.19.11.19.21.161.16.11.16.21.16.31.16.41.16.51.171.17.11.181.18.11.18.21.16.3-rc11.16.4-pre11.16.4-pre21.16.4-rc11.16.5-rc11.17-pre11.17-pre21.17-pre31.17-pre41.17-pre51.17-rc11.17-rc2所有类型fabricquiltv1.2.1QuickConnectButton-1.2.1.jar下载v1.2.1#ReleaseQuickConnectButton-1.2.1-sources.jar下载v1.2.1#Release- Add 1.19.3 support (triphora)展开版本: v1.2.1支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 1,798v1.2.1QuickConnectButton-1.2.1.jar下载v1.2.1#Release__Changelog__- 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类型:FabricQuiltRelease下载次数: 19,220v1.2QuickConnectButton-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.展开版本: v1.2支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricQuiltRelease下载次数: 143v1.1-1.19QuickConnectButton-1.1+1.19.jar下载v1.1-1.19#Release- Add 1.19 support (wafflecoffee)展开版本: v1.1-1.19支持游戏: 1.19类型:FabricQuiltRelease下载次数: 697v1.1-1.16QuickConnectButton-1.1+1.16.jar下载v1.1-1.16#Release- Add option to change button name (LifeIsAParadox)展开版本: v1.1-1.16支持游戏: 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5类型:FabricRelease下载次数: 445v1.1-1.18QuickConnectButton-1.1+1.18.jar下载v1.1-1.18#Release- Add 1.18 support (LifeIsAParadox)- Add option to change button name (LifeIsAParadox)展开版本: v1.1-1.18支持游戏: 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型:FabricRelease下载次数: 8,619v1.0-1.16QuickConnectButton-1.0-1.16.jar下载v1.0-1.16#Release- Added 1.16 support- Experimental, please report issues展开版本: v1.0-1.16支持游戏: 1.16.3-rc1, 1.16.3, 1.16.4-pre1, 1.16.4-pre2, 1.16.4-rc1, 1.16.4, 1.16.5-rc1, 1.16.5类型:FabricRelease下载次数: 2,679v1.0-1.17QuickConnectButton-1.0.jar下载v1.0-1.17#Release- Inital release.展开版本: v1.0-1.17支持游戏: 1.17-pre1, 1.17-pre2, 1.17-pre3, 1.17-pre4, 1.17-pre5, 1.17-rc1, 1.17-rc2类型:FabricRelease下载次数: 216全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
快速连接按钮 |
楼主
2025-8-10 18:59:33
回复(0)
收起回复
|