From ef438b58073905e63c88ad895a8b9a18a3c81ce4 Mon Sep 17 00:00:00 2001 From: MscBaiMeow Date: Tue, 3 Aug 2021 22:55:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f4c68a8..6ad68ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FishBot2 -![minecraft version](https://img.shields.io/badge/Minecraft-1.17-green?style=flat) +![minecraft version](https://img.shields.io/badge/Minecraft-1.17.1-green?style=flat) [![Go Report Card](https://goreportcard.com/badge/github.com/MscBaiMeow/FishBot2)](https://goreportcard.com/report/github.com/MscBaiMeow/FishBot2) Minecraft钓鱼机器人 @@ -11,29 +11,29 @@ A bot who fishes in Minecraft server an older version see also: -# 使用 +## 使用 双击打开钓鱼机,首次使用会要求填写配置文件 + ```TOML +# account 是你的登陆账号在offline时不用填写 +# login 是你的登陆模式,可以在 microsoft,mojang,offline中选择 +# name 在离线登陆(offline)时必填,在其他登陆模式时会被忽略 +# passwd 是你的登陆密码在offline时不用填写 [profile] - account = "" - #正版验证账号,离线不用填写 - astk = "" - #忽略 - name = "Msc__BaiMeow" - #玩家名,正版验证不用填写,离线模式必填 - passwd = "" - #正版验证密码,离线模式不用填写 - uuid = "" - #忽略 - + account = "3489037395@qq.com" + login = "mojang" + name = "yourid" + passwd = "MscBaiMeow." + +# ip 请填写你的服务器ip +# port 一般情况都是25565,少数服务器会使用其他端口 +# timeout 是钓鱼等待时间,超过这个时间即使没有钓到鱼也会收杆,一般而言tps20的服务器timeout应该设置为45 [setting] - ip = "" - #服务器ip + ip = "play.miaoscraft.cn" port = 25565 - #服务器端口 timeout = 45 - #钓鱼等待超时时间 + ``` -按照要求填写后双击即可启动 \ No newline at end of file +按照要求填写后双击即可启动