From be084f6bea54944cd4613b0f0f545e17a1345621 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:21:50 +0000 Subject: [PATCH] docs: add MaxChatMessageLength configuration documentation Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com> Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/3476aa22-a6b8-442a-8d91-0acbbaaf46f6 --- docs/guide/configuration.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/guide/configuration.md b/docs/guide/configuration.md index 2e0d3235..10d0f7e7 100644 --- a/docs/guide/configuration.md +++ b/docs/guide/configuration.md @@ -322,6 +322,26 @@ Coordinate = { x = 145, y = 64, z = 2045 } - **Default:** `1.0` +#### `MaxChatMessageLength` + +- **Description:** + + Overrides the maximum chat message length. By default, MCC caps messages at 100 characters on Minecraft 1.10 and below, and 256 characters on 1.11 and above. Set to `0` to keep the default. + + Some servers (like Hypixel on 1.8) accept messages longer than the vanilla protocol default for that version. This setting lets you match whatever limit the server actually allows. + +
Warning
+ + **Setting this to a value the server doesn't support may get you kicked. Only change it if you know the server accepts longer messages than the version default.** + +