From 902f02e46dda5241bdbfc5cd5faae179974184d4 Mon Sep 17 00:00:00 2001 From: Vandeputte Brice Date: Thu, 5 Dec 2024 12:35:07 +0100 Subject: [PATCH 1/2] Update FAQ.md - add mineflyer tested versions : lib/version.js Add mineflyer tested versions - lib/version.js - as suggestion on connect issue. This prevent user question on patch exact version to use. --- docs/FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 0117fcbad..416e0eb68 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -2,6 +2,10 @@ This Frequently Asked Question document is meant to help people for the most common things. +### I get an error (ie. protocol/data) when bot is trying to connect to minecraft server + +Make sure the Minecraft server version is supported (cf. root readme), else you should retry using one of the [mineflyer tested versions](../lib/version.js). + ### I get an error when trying to login with a microsoft account. Make sure the email you entered into the username option in createBot can be used to login to `minecraft.net` using the 'Login with Microsoft' button. From f904180c335a31627f57a92c1f2968999f1abd82 Mon Sep 17 00:00:00 2001 From: Vandeputte Brice Date: Thu, 5 Dec 2024 12:36:56 +0100 Subject: [PATCH 2/2] Update FAQ.md - typo --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 416e0eb68..1629ce96d 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -4,7 +4,7 @@ This Frequently Asked Question document is meant to help people for the most com ### I get an error (ie. protocol/data) when bot is trying to connect to minecraft server -Make sure the Minecraft server version is supported (cf. root readme), else you should retry using one of the [mineflyer tested versions](../lib/version.js). +Make sure the Minecraft server version is supported (cf. root readme), else you should retry using one of the [mineflayer tested versions](../lib/version.js). ### I get an error when trying to login with a microsoft account.