From 4bd0929ebf894ea534bd2d99b572f73ce137914b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:27:00 +0000 Subject: [PATCH] Document ShowEffectMessages setting Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/88621e8e-27e0-4be5-9259-efcdf8730704 Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com> --- docs/guide/configuration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/guide/configuration.md b/docs/guide/configuration.md index acb1ba55..1cb03726 100644 --- a/docs/guide/configuration.md +++ b/docs/guide/configuration.md @@ -503,6 +503,18 @@ Coordinate = { x = 145, y = 64, z = 2045 } - **Default:** `true` +#### `ShowEffectMessages` + +- **Description:** + + This setting controls whether MCC prints messages when one of your active effects is gained or expires. + + Set it to `false` if a beacon or another repeated effect source is spamming the console. + +- **Type:** `boolean` + +- **Default:** `true` + #### `ShowEffectNamesInTUI` - **Description:**