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
This commit is contained in:
copilot-swe-agent[bot] 2026-03-24 19:21:50 +00:00
parent 3745834f33
commit be084f6bea

View file

@ -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.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**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.**
</div>
- **Type:** `integer`
- **Default:** `0`
- **Range:** `0` - `32767`
#### `BotOwners`
- **Description:**