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.** + +