mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add warnings about bot owner spoofing (#1142)
This commit is contained in:
parent
31787f8383
commit
e542612e76
2 changed files with 2 additions and 1 deletions
|
|
@ -596,7 +596,7 @@ namespace MinecraftClient
|
|||
+ "consoletitle=%username%@%serverip% - Minecraft Console Client\r\n"
|
||||
+ "internalcmdchar=slash # Use 'none', 'slash' or 'backslash'\r\n"
|
||||
+ "splitmessagedelay=2 # Seconds between each part of a long message\r\n"
|
||||
+ "botowners=Player1,Player2,Player3 # Use name list or myfile.txt with one name per line\r\n"
|
||||
+ "botowners=Player1,Player2,Player3 # Name list or myfile.txt one name per line. !Server admins can impersonate owners!\r\n"
|
||||
+ "botmessagedelay=2 # Seconds to delay between message a bot makes to avoid accidental spam\r\n"
|
||||
+ "mcversion=auto # Use 'auto' or '1.X.X' values\r\n"
|
||||
+ "mcforge=auto # Use 'auto' or 'false'\r\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue