mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Player head as console icon
For Windows only Idea from TNT-UP
This commit is contained in:
parent
168f8c4d99
commit
42e706d1a7
5 changed files with 63 additions and 5 deletions
|
|
@ -42,6 +42,7 @@ namespace MinecraftClient
|
|||
public static bool chatTimeStamps = false;
|
||||
public static bool exitOnFailure = false;
|
||||
public static char internalCmdChar = '/';
|
||||
public static bool playerHeadAsIcon = false;
|
||||
|
||||
//AntiAFK Settings
|
||||
public static bool AntiAFK_Enabled = false;
|
||||
|
|
@ -328,6 +329,7 @@ namespace MinecraftClient
|
|||
+ "mcversion=auto #use 'auto' or '1.X.X' values\r\n"
|
||||
+ "accountlist=accounts.txt\r\n"
|
||||
+ "serverlist=servers.txt\r\n"
|
||||
+ "playerheadicon=true\r\n"
|
||||
+ "exitonfailure=false\r\n"
|
||||
+ "timestamps=false\r\n"
|
||||
+ "\r\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue