Minecraft-Console-Client/MinecraftClient/Protocol
ORelio 8560753949 Extend BrandInfo setting
Brand Information tells the server what client is being used to connect
to the server, possible values are the following:

- none (do not tell anything)
- vanilla (tells that you are using MC vanilla)
- mcc (tell that you are using MCC + version)

This will usually not do anything unless plugins developers use this
information for developing some MCC interoperability eg more chat
interactions instead of using GUIs. This could also be used to block
third party clients, that's why brand information can be disabled or
changed to vanilla.
2015-09-29 14:03:33 +02:00
..
Handlers Extend BrandInfo setting 2015-09-29 14:03:33 +02:00
IMinecraftCom.cs Extend BrandInfo setting 2015-09-29 14:03:33 +02:00
IMinecraftComHandler.cs Add support for C# scripts in scripting bot 2015-06-20 22:58:18 +02:00
ProtocolHandler.cs Fixed issues with passwords containing unicode special characters. 2015-08-17 11:11:09 -07:00