From cf06c6f8e1e6464eb8fdad7d414f19ef642a9c5b Mon Sep 17 00:00:00 2001 From: Milutinke Date: Sun, 25 Sep 2022 22:07:43 +0200 Subject: [PATCH] Added a description for the Player List Logger in to the default configuration file. --- MinecraftClient/Resources/config/MinecraftClient.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/MinecraftClient/Resources/config/MinecraftClient.ini b/MinecraftClient/Resources/config/MinecraftClient.ini index ece92b4e..469eb472 100644 --- a/MinecraftClient/Resources/config/MinecraftClient.ini +++ b/MinecraftClient/Resources/config/MinecraftClient.ini @@ -278,6 +278,7 @@ update_limit=10 # The rate at which the bot does calculations stop_at_distance=3 # Do not follow the player if he is in the range of 3 blocks (prevents the bot from pushing a player in an infinite loop) [PlayerListLogger] +# Log the list of players periodically into a textual file enabled=false log_file=playerlog.txt log_delay=600 # 10 = 1s \ No newline at end of file