This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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:<https://github.com/MscBaiMeow/FishBot> | ||
|
||
# 使用 | ||
## 使用 | ||
|
||
双击打开钓鱼机,首次使用会要求填写配置文件 | ||
|
||
```TOML | ||
# account 是你的登陆账号在offline时不用填写 | ||
# login 是你的登陆模式,可以在 microsoft,mojang,offline中选择 | ||
# name 在离线登陆(offline)时必填,在其他登陆模式时会被忽略 | ||
# passwd 是你的登陆密码在offline时不用填写 | ||
[profile] | ||
account = "" | ||
#正版验证账号,离线不用填写 | ||
astk = "" | ||
#忽略 | ||
name = "Msc__BaiMeow" | ||
#玩家名,正版验证不用填写,离线模式必填 | ||
passwd = "" | ||
#正版验证密码,离线模式不用填写 | ||
uuid = "" | ||
#忽略 | ||
|
||
account = "[email protected]" | ||
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 | ||
#钓鱼等待超时时间 | ||
|
||
``` | ||
|
||
按照要求填写后双击即可启动 | ||
按照要求填写后双击即可启动 |