Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
copilot-swe-agent[bot] db5faa22b1 Add configurable MaxChatMessageLength to override default limits for older versions
Adds a MaxChatMessageLength config option under [Main.Advanced] that allows
users to override the protocol-defined maximum chat message length. Default is
0 (auto: 100 for MC 1.10 and below, 256 for MC 1.11+). Some servers like
Hypixel support longer messages on older versions, so this lets users set a
custom limit (e.g. 256 on 1.8.9). Includes a warning about potential kicks
if set incorrectly.

Closes #2947

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/39c78e6a-f748-4f41-a905-2f5d27f99eff
2026-03-24 18:50:01 +00:00
..
Forge Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
Packet/s2c Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
PacketPalettes refactor: convert redundant new TypeName() to target-typed new() 2026-03-24 00:37:35 +00:00
StructuredComponents Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
ConfigurationPacketTypesIn.cs feat: add MC 1.21.9/1.21.10 (protocol 773) version constants and enum values 2026-03-21 14:04:42 +08:00
ConfigurationPacketTypesOut.cs feat: add MC 1.21.9/1.21.10 (protocol 773) version constants and enum values 2026-03-21 14:04:42 +08:00
DataTypes.cs Fixed inventory crashing on 1.13-1.13.2 2026-03-24 15:39:50 +01:00
PacketType18Handler.cs feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
PacketTypesIn.cs feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
PacketTypesOut.cs feat: add 26.1 packet palette, structured components registry, and version routing 2026-03-22 20:04:08 +08:00
Protocol16.cs Add configurable MaxChatMessageLength to override default limits for older versions 2026-03-24 18:50:01 +00:00
Protocol18.cs Add configurable MaxChatMessageLength to override default limits for older versions 2026-03-24 18:50:01 +00:00
Protocol18Forge.cs Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
Protocol18Terrain.cs Modernize data carriers to records and add primary constructors 2026-03-24 01:31:17 +00:00
SocketWrapper.cs refactor: convert == null / != null to is null / is not null in 31 files 2026-03-24 00:42:59 +00:00
ZlibUtils.cs Implemented .net 10 support. Updated all affected libraries and the code. Not testes yet. 2026-03-21 20:07:20 +01:00