Anon
5228670131
Fix inventory handling across protocol versions
2026-06-05 20:26:29 +02:00
Anon
c4df73ab6a
bugfix: Script Scheduler crashing after multiple reconnects
...
Fix Script bots accumulating across reconnects causing command spam
2026-06-05 08:47:54 +02:00
copilot-swe-agent[bot]
8757533fb9
Fix Script bots accumulating on reconnect by unloading on disconnect
...
Script ChatBots were persisted in the static botsOnHold list across
reconnects. When ScriptScheduler triggered new scripts on login, the
old Script bots were still running, causing duplicate commands to be
sent simultaneously. This led to command spam and crashes.
Adding OnDisconnect to the Script ChatBot ensures scripts are removed
from the bots list before they can be saved to botsOnHold, preventing
accumulation of duplicate script instances on reconnect.
2026-06-05 06:29:43 +00:00
copilot-swe-agent[bot]
2b05b7420e
Initial plan
2026-06-05 06:23:11 +00:00
Anon
701441d424
[skipci]chores: Documented the new change in Auto Attack bot
...
Document AutoAttack cooldown range and RandomMode options
2026-06-04 23:54:28 +02:00
copilot-swe-agent[bot]
546345e816
Update AutoAttack bot translation for Cooldown_Time
2026-06-04 19:31:21 +00:00
copilot-swe-agent[bot]
d835da76d2
Update AutoAttack bot Cooldown_Time documentation to reflect new Min/Max/RandomMode options
2026-06-04 18:06:25 +00:00
Anon
6db8c817e0
feat: Auto Attack chat bot -> Add a random cooldown range option
...
feat: Auto Attack chat bot -> Add a random cooldown range option
2026-06-04 11:48:18 +02:00
Anon
c6ca3dc13d
Formatted the code and removed logs from Auto Attack
2026-06-04 11:42:41 +02:00
Anon
a4ff7ae438
feat(AutoAttack): implement random cooldown range for attack timing
2026-06-04 11:20:24 +02:00
Anon
45734ba294
[skipci]chores: Updated Android installation guide
...
[skipci]chores: Updated Android installation guide
2026-06-03 21:10:47 +02:00
Anon
6670685f51
Updated Android installation guide
2026-06-03 21:08:13 +02:00
Anon
de7af06d11
[skipci]Revert docs changes to fix search
...
docs: remove committed translation files, keep search freeze fix only
2026-06-03 12:07:47 +02:00
copilot-swe-agent[bot]
59e98867b3
chore: remove generated translation files and revert unrelated changes
...
Translation files under docs/translations/ are generated by the CI pipeline
and should not be committed. Also reverts unrelated changes to
docs/.vuepress/translations/en.json, docs/package-lock.json, and docs/yarn.lock.
2026-06-03 10:04:54 +00:00
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
copilot-swe-agent[bot]
1796e7f80c
Plan: restore search by removing getExtraFields regression
2026-06-03 09:19:30 +00:00
Anon
e331eae03c
bugfix: Fix Auto Relog not working in certain scenarios
...
bugfix: Fix Auto Relog not working in certain scenarios
2026-06-02 12:31:49 +02:00
Anon
4cc5fc00c3
bugfix: /useitem offhand handling for edible items
...
Fix `/useitem` offhand handling for edible items
2026-06-02 10:47:13 +02:00
Anon
03e2e0d3fd
Merge pull request #18 from milutinke/bugfix/autorelog-retry-accounting
...
bugfix: Fix AutoRelog retry accounting
2026-06-02 10:29:52 +02:00
Anon
47de24cf1d
Fix AutoRelog retry accounting
2026-06-02 10:24:59 +02:00
copilot-swe-agent[bot]
04a975d011
fix: support offhand food useitem fallback
2026-06-02 07:57:13 +00:00
copilot-swe-agent[bot]
2d31199f97
Initial plan
2026-06-02 07:43:21 +00:00
Anon
f39fe2d067
Merge pull request #3111 from milutinke/fix/autodig-mining-timing
...
bugfix: Fixed mining timing and block hadress values
2026-05-23 23:43:27 +02:00
Anon
8e26e55650
Removed a temporary tool tools/verify_mining_data.py
2026-05-23 23:40:41 +02:00
Anon
75f8f29d1a
[skipci]Merge pull request #3110 from MCCTeam/copilot/fix-search-index-details-tag
...
Index collapsed docs content in site search and fix the ItemType source link
2026-05-23 12:08:07 +02:00
Anon
b74364d465
Fix AutoDig mining timing
2026-05-23 10:56:06 +02:00
copilot-swe-agent[bot]
6456149d39
Fix docs search indexing
...
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/d698c0ee-5e22-482e-a065-7cc71068340a
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
2026-05-23 07:53:01 +00:00
copilot-swe-agent[bot]
858f88d9ec
Plan docs search fix
...
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/d698c0ee-5e22-482e-a065-7cc71068340a
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
2026-05-23 07:51:54 +00:00
Anon
a2dabe1aa8
[skipci]Merge pull request #3109 from MCCTeam/dependabot/npm_and_yarn/docs/webpack-dev-server-5.2.4
...
chore(deps): bump webpack-dev-server from 5.2.3 to 5.2.4 in /docs
2026-05-23 09:45:46 +02:00
dependabot[bot]
67bd944179
chore(deps): bump webpack-dev-server from 5.2.3 to 5.2.4 in /docs
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v5.2.3...v5.2.4 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-version: 5.2.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-20 11:10:16 +00:00
Anon
b13511f201
[skipci]Merge pull request #3105 from MCCTeam/dependabot/npm_and_yarn/docs/postcss-8.5.14
...
chore(deps): bump postcss from 8.5.8 to 8.5.14 in /docs
2026-05-13 11:40:23 +02:00
dependabot[bot]
f91319cdfe
chore(deps): bump postcss from 8.5.8 to 8.5.14 in /docs
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.5.8 to 8.5.14.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.5.8...8.5.14 )
---
updated-dependencies:
- dependency-name: postcss
dependency-version: 8.5.14
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-12 20:53:36 +00:00
Anon
44e3685454
[skipci]Merge pull request #3102 from MCCTeam/dependabot/npm_and_yarn/docs/fast-uri-3.1.2
...
chore(deps): bump fast-uri from 3.1.0 to 3.1.2 in /docs
2026-05-12 19:20:08 +02:00
Anon
5c1361169c
[skipci]Merge pull request #3104 from MCCTeam/dependabot/npm_and_yarn/docs/mermaid-11.15.0
...
chore(deps-dev): bump mermaid from 11.13.0 to 11.15.0 in /docs
2026-05-12 19:19:47 +02:00
dependabot[bot]
b282476607
chore(deps-dev): bump mermaid from 11.13.0 to 11.15.0 in /docs
...
Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 11.13.0 to 11.15.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases )
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.13.0...mermaid@11.15.0 )
---
updated-dependencies:
- dependency-name: mermaid
dependency-version: 11.15.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-11 20:59:28 +00:00
dependabot[bot]
ea66dd4c13
chore(deps): bump fast-uri from 3.1.0 to 3.1.2 in /docs
...
Bumps [fast-uri](https://github.com/fastify/fast-uri ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases )
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2 )
---
updated-dependencies:
- dependency-name: fast-uri
dependency-version: 3.1.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-09 00:05:05 +00:00
Anon
3f64a9158c
bugfix: Fixed Structured Components on 26.1 causing crashing with Shulkers
2026-05-07 20:26:08 +02:00
Anon
6331478e30
Merge pull request #17 from milutinke/fix/shulker-crash
2026-05-07 19:59:30 +02:00
Anon
d55fd75520
Fixed shulker crashing on 26.1 (Structured Components)
2026-05-07 19:57:23 +02:00
Anon
6673b398b1
Merge pull request #3098 from MCCTeam/copilot/bugfix-out-of-bounds-exception
2026-05-07 00:10:23 +02:00
copilot-swe-agent[bot]
93d9939378
fix: guard sky-limit block updates
...
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/c65d23bd-cf8c-4c62-8195-db980026eb94
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
2026-05-06 20:31:28 +00:00
copilot-swe-agent[bot]
a57fb7f61f
Initial plan
2026-05-06 20:18:44 +00:00
Anon
ba04636d06
feat: Load Forge mod translations from local mod jars
2026-05-04 22:23:11 +02:00
copilot-swe-agent[bot]
21a52b3bcc
fix: streamline forge translation preload
...
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/3b2dd335-d070-4067-b864-5584bb94571b
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
2026-05-04 20:15:56 +00:00
copilot-swe-agent[bot]
7ce4f82871
feat: discover forge translation mod sources
...
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/3b2dd335-d070-4067-b864-5584bb94571b
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
2026-05-04 20:11:43 +00:00
copilot-swe-agent[bot]
67066a145d
refactor: parse forge mods toml for translations
...
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/3d9090fb-cdf3-48e7-a7ce-575b54161f0e
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
2026-05-04 19:08:22 +00:00
copilot-swe-agent[bot]
d256517e21
feat: load forge mod translations from local jars
...
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/3d9090fb-cdf3-48e7-a7ce-575b54161f0e
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
2026-05-04 19:02:44 +00:00
copilot-swe-agent[bot]
90a3777dac
Initial plan
2026-05-04 18:52:10 +00:00
Anon
effc05aec3
feat: Load translation keys from server resource packs in chat parsing
2026-05-04 20:17:38 +02:00
copilot-swe-agent[bot]
b543825200
chore: finalize resource pack cache toggle
...
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/70cfa855-cff8-495e-ac06-9a65bb5cc913
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
2026-05-04 12:47:41 +00:00