From 9aa89144183085e1b0a356f20c609fe6dc0abd85 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sat, 11 May 2024 19:10:05 +0300 Subject: [PATCH] docs: add minecraft game id performance note Added as a side effect of #370 --- GAMES_LIST.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GAMES_LIST.md b/GAMES_LIST.md index a0eb39f..7eb34cc 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -446,7 +446,9 @@ Responses with wrong `name` (gives out a steamid instead of the server name) and Conan Exiles never responds to player query. ### Minecraft -Many Minecraft servers do not respond with players data. +Many Minecraft servers do not respond with players data. +Beware that using this entry is quite slow as it attempts 3 protocols at a time (`minecraftvanilla`, `minecraftbedrock` and `gamespy3`) and waits for all the queries to finish. +If you know your use case, it's better to use a single protocol or make your own logic for attempting multiple ones. ### Farming Simulator Farming Simulator servers need a token (reffered as code in the game). It can be obtained at your server's web interface (http://ip:port/settings.html). It can be passed to GameDig with the additional option: `token`. It does only work for your own server.