Added Farmer Bot. Fixed a bug in the configuration. Moved Reload and Bots command to the Commands folder.

This commit is contained in:
Milutinke 2022-10-12 12:56:56 +02:00
parent 77500deef2
commit 6524fe1734
6 changed files with 208 additions and 59 deletions

View file

@ -43,7 +43,7 @@ namespace MinecraftClient
private readonly List<string> registeredCommands = new();
private readonly object delayTasksLock = new();
private readonly List<TaskWithDelay> delayedTasks = new();
private McClient Handler
protected McClient Handler
{
get
{