Minecraft-Console-Client/MinecraftClient
ORelio 2d174f81c0 Rewrite Scripting bot respecting the Bot API + Code Optimization
Do NOT put thread sleeps in bots. NEVER. Initialize() and Update() are
called in the main thread!
Also, a delay should be respected between each chat/command sendind to
avoid being kicked.
Putting Thread.Sleep() in bots may cause the client to be out of sync
with the server or make it lose connection so again do not use them :)
2013-07-20 12:58:41 +02:00
..
config Rewrite Scripting bot respecting the Bot API + Code Optimization 2013-07-20 12:58:41 +02:00
lib Added Library Folder (Aesthetic) 2013-07-19 17:59:43 +10:00
Properties Added MCC Source Code v1.5.2 2013-07-18 09:27:19 +02:00
resources Updated App Icon 2013-07-20 12:10:37 +02:00
.gitignore Add .gitignore for Microsoft Visual Studio files. 2013-07-19 17:54:33 +10:00
Bots.cs Rewrite Scripting bot respecting the Bot API + Code Optimization 2013-07-20 12:58:41 +02:00
ChatParser.cs Script Works? 2013-07-20 11:01:49 +10:00
ConsoleIO.cs Added MCC Source Code v1.5.2 2013-07-18 09:27:19 +02:00
Crypto.cs Added MCC Source Code v1.5.2 2013-07-18 09:27:19 +02:00
McTcpClient.cs Rewrite Scripting bot respecting the Bot API + Code Optimization 2013-07-20 12:58:41 +02:00
MinecraftClient.csproj +Application Icon :) 2013-07-19 18:41:55 +10:00
MinecraftClient.csproj.user Rewrite Scripting bot respecting the Bot API + Code Optimization 2013-07-20 12:58:41 +02:00
MinecraftCom.cs Script Works? 2013-07-20 11:01:49 +10:00
Program.cs Rewrite Scripting bot respecting the Bot API + Code Optimization 2013-07-20 12:58:41 +02:00