Minecraft-Console-Client/docs
copilot-swe-agent[bot] a7dd9fff09
fix: remove getExtraFields from searchPlugin to fix search freeze regression
The getExtraFields callback added in 6456149 dumped entire page content
as a single extraFields string. plugin-search joins title+extraFields
with .join(' ') and runs a RegExp against the result for every page on
every keystroke — multi-kilobyte strings per page caused 2–3 s blocking
tasks, freezing the page.

Fix: remove getExtraFields (and the now-unused normalizeSearchText /
htmlEntityMap helpers), restoring the pre-regression search coverage
(page titles + section headings).
2026-06-03 09:32:19 +00:00
..
.vuepress fix: remove getExtraFields from searchPlugin to fix search freeze regression 2026-06-03 09:32:19 +00:00
guide fix: support offhand food useitem fallback 2026-06-02 07:57:13 +00:00
translations fix: remove getExtraFields from searchPlugin to fix search freeze regression 2026-06-03 09:32:19 +00:00
package-lock.json Plan: restore search by removing getExtraFields regression 2026-06-03 09:19:30 +00:00
package.json chore(deps-dev): bump mermaid from 11.13.0 to 11.15.0 in /docs 2026-05-11 20:59:28 +00:00
README.md Updated the latest version to: 26.1. Fixed Warning, Tip and info blocks not-rendering properly. Updated Physics section to be up to date. Fixed a formatting error on the Installation page. 2026-03-22 16:29:14 +01:00
yarn.lock Plan: restore search by removing getExtraFields regression 2026-06-03 09:19:30 +00:00

title home heroImage tagline actions actionText actionLink features footer
Home true /images/MCC_logo_with_edge.png Minecraft Console Client (MCC) is a lightweight open-source Minecraft Java client implemented in C#
text link type
Installation ./guide/installation.md primary
text link type
Learn More → ./guide/ secondary
title details
Chat Chat with other people on the server
title details
Automation Create bots to do automated tasks
title details
Supported Versions 1.4.6 - 26.1
Made by MCC Team with ❤️