diff --git a/MinecraftClient/Settings.cs b/MinecraftClient/Settings.cs index 79034cbc..49f79d7b 100644 --- a/MinecraftClient/Settings.cs +++ b/MinecraftClient/Settings.cs @@ -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" diff --git a/MinecraftClient/config/README.md b/MinecraftClient/config/README.md index 56694cb7..2d3b4622 100644 --- a/MinecraftClient/config/README.md +++ b/MinecraftClient/config/README.md @@ -216,6 +216,7 @@ When the remote control bot is enabled, you can send commands to your bot using Don't forget to add your username in botowners INI setting if you want it to obey. If it doesn't respond to bot owners, read the "Detecting chat messages" section. Please note that server admins can read what you type and output from the bot. +They can also impersonate bot owners with /nick. See [#1142](https://github.com/ORelio/Minecraft-Console-Client/issues/1142) for more info. To perform a command simply do the following: /tell Where is an internal command as described in "Internal commands" section.