Commit graph

2395 commits

Author SHA1 Message Date
Anon
16637f7eba Fix custom model data decoding for 1.21.4 2026-06-11 16:20:42 +02:00
Anon
883ed12ccd
feat: Patch the client to support Hypixel
feat: Patch the client to support Hypixel
2026-06-10 17:28:01 +02:00
Anon
98d4781d2c add packet debug toggle 2026-06-10 17:24:25 +02:00
Anon
e744ff206b hypixel book fixes 2026-06-10 17:16:30 +02:00
Anon
61c2cbf7c3
bugfix: Fixed Telegram Bridge not displaying player names properly for players with an underscore in their nick names
Update TelegramBridge.cs
2026-06-07 14:11:54 +02:00
werfrag
2e383403c3
Update TelegramBridge.cs
The names of players containing the "_" symbol were not read.
2026-06-07 01:36:38 +02:00
Anon
80c07634e2
bugfix: Fixed not being able to send messages on legacy versions (1.4.6 - 1.6.4)
bugfix: Fixed not being able to send messages on legacy versions (1.4.6 - 1.6.4)
2026-06-06 14:14:52 +02:00
Anon
eeb89d676b Formatting 2026-06-06 14:12:28 +02:00
Anon
9980e08bac Fixed chat on legacy versions 2026-06-06 14:09:54 +02:00
Anon
861084db9b
bugfix: Fixed inventory sync and Script Scheduler dupliating instances of bots on reconnects
bugfix: Fixed inventory sync and Script Scheduler dupliating instances of bots on reconnects
2026-06-06 13:14:29 +02:00
Anon
71f935eaeb
Merge pull request #23 from milutinke/bugfix/script-scheduler-reconnect
bugfix: Fixed Script Scheduler bug
2026-06-06 12:12:11 +02:00
Anon
a5423211ad Fixed Script Scheduler bug 2026-06-06 12:09:36 +02:00
Anon
fc74cc066c
Merge branch 'MCCTeam:master' into master 2026-06-06 11:12:31 +02:00
Anon
5b13e740ef
bugfix: Player inventory state sync from the Container inventory
bugfix: Player inventory state sync from the Container inventory
2026-06-06 10:35:53 +02:00
Anon
b1d02edd99 Remove local inventory report from branch 2026-06-06 10:27:20 +02:00
Anon
6bfcd9e9ca Fix mirrored player inventory sync 2026-06-06 10:22:45 +02:00
Anon
3c59bfe13a Experimental inventory sync 2026-06-06 09:13:19 +02:00
Anon
654d9d4dd7
Revert inventory sync changes
chores: Revert inventory sync changes
2026-06-06 09:05:40 +02:00
Anon
0a514d1351 Revert inventory sync changes 2026-06-06 09:02:02 +02:00
Anon
913c0f0f72
bugfix: Fix offline LAN encrypted login
bugfix: Fix offline LAN encrypted login
2026-06-05 22:14:10 +02:00
Anon
4bbc751cc1 Fix offline LAN encrypted login 2026-06-05 22:09:52 +02:00
Anon
5f0ca8837f
bugfix: Fixed crashing and bugs on 1.9, 1.9.1, 1.9.2, 1.16.2, 1.21.10 and Player Inventory
bugfix: Fixed crashing and bugs on 1.9, 1.9.1, 1.9.2, 1.16.2, 1.21.10 and Player Inventory
2026-06-05 21:46:49 +02:00
Anon
f25fe53881
Merge pull request #20 from milutinke/fix/inventory-version-regressions
chores: Improved skills, pulled from master, formatted, removed unused imports.
2026-06-05 21:19:24 +02:00
Anon
82555bd823 Keep version adaptation skill generalized 2026-06-05 21:17:09 +02:00
Anon
29b0087a3a Merge branch 'master' of https://github.com/MCCTeam/Minecraft-Console-Client into fix/inventory-version-regressions
# Conflicts:
#	MinecraftClient/Mapping/World.cs
2026-06-05 21:13:59 +02:00
Anon
b10bd81bee Keep inventory sweep generalized 2026-06-05 21:00:39 +02:00
Anon
5545aabb60 Add reusable inventory sweep tooling 2026-06-05 20:57:49 +02:00
Anon
c98c2a8f83
Merge pull request #19 from milutinke/fix/inventory-version-regressions
bugfix: Fixed crashing and bugs on 1.9, 1.9.1, 1.9.2, 1.16.2, 1.21.10 and Player Inventory
2026-06-05 20:52:49 +02:00
Anon
b698f122cf
Merge branch 'master' into fix/inventory-version-regressions 2026-06-05 20:52:35 +02:00
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