mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Commented Auto-Generated MinecraftClient.ini
Added example chat format in the ini comments. Further cleaning up my own mistakes as well. Note: I'm learning still. Getting better AND fast though.
This commit is contained in:
parent
1abb46b8ca
commit
93aae2d467
1 changed files with 3 additions and 2 deletions
|
|
@ -436,9 +436,10 @@ namespace MinecraftClient
|
|||
+ "enabled=false\r\n"
|
||||
+ "autotpaccept=true\r\n"
|
||||
+ "tpaccepteveryone=false\r\n"
|
||||
+ "\r\n"
|
||||
+ "[ChatBotMessages]\r\n"
|
||||
+ "herochatmessagesenabled=true\r\n"
|
||||
+ "unknownchatpluginmessagesone=true\r\n"
|
||||
+ "herochatmessagesenabled=true # Chat Format is \"[Channel][Rank] User: Message\"\r\n"
|
||||
+ "unknownchatpluginmessagesone=true # Chat Format is \"**Faction<Rank> User : Message\"\r\n"
|
||||
+ "\r\n"
|
||||
+ "[AutoRespond]\r\n"
|
||||
+ "enabled=false\r\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue