mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add server IP in default window title
Unix-Tool-Like syntax : user@host Window title can be changed or disabled in INI file
This commit is contained in:
parent
05a141c50d
commit
2c31efd0c9
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ namespace MinecraftClient
|
|||
+ "\r\n"
|
||||
+ "language=en_GB\r\n"
|
||||
+ "botowners=Player1,Player2,Player3\r\n"
|
||||
+ "consoletitle=%username% - Minecraft Console Client\r\n"
|
||||
+ "consoletitle=%username%@%serverip% - Minecraft Console Client\r\n"
|
||||
+ "internalcmdchar=slash #use 'none', 'slash' or 'backslash'\r\n"
|
||||
+ "mcversion=auto #use 'auto' or '1.X.X' values\r\n"
|
||||
+ "chatbotlogfile= #leave empty for no logfile\r\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue