mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Remove legacy command-line args & xauth bot
- Use scripting instead of xauth bot - Use ini files instead of bot:botname args
This commit is contained in:
parent
25bf5a8ca9
commit
a481640306
3 changed files with 0 additions and 115 deletions
|
|
@ -63,10 +63,6 @@ namespace MinecraftClient
|
|||
public static int AutoRelog_Retries = 3;
|
||||
public static string AutoRelog_KickMessagesFile = "kickmessages.txt";
|
||||
|
||||
//xAuth Settings
|
||||
public static bool xAuth_Enabled = false;
|
||||
public static string xAuth_Password = "";
|
||||
|
||||
//Scripting Settings
|
||||
public static bool Scripting_Enabled = false;
|
||||
public static string Scripting_ScriptFile = "script.txt";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue