mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Added slab handling for 1.20/.1
Added Farm bot crops handling for 1.20/.1 Added utilities for Containers/Inventories Added bot movement lock to prevent multiple bots that use movements from running at the same time. General code improvements.
This commit is contained in:
parent
497a1174de
commit
272900d52e
11 changed files with 941 additions and 797 deletions
|
|
@ -283,7 +283,7 @@ public class WebSocketBot : ChatBot
|
|||
public int Port = 8043;
|
||||
|
||||
[TomlInlineComment("$ChatBot.WebSocketBot.Password$")]
|
||||
public string? Password = "wspass12345";
|
||||
public string? Password = Guid.NewGuid().ToString().Replace("-", "").Trim().ToLower();
|
||||
|
||||
[TomlInlineComment("$ChatBot.WebSocketBot.DebugMode$")]
|
||||
public bool DebugMode = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue