Minecraft-Console-Client/MinecraftClient/config
copilot-swe-agent[bot] 74def7c512 Modernize lock object declarations from object to System.Threading.Lock
Replace all lock object declarations using 'object' type with the C# 13
System.Threading.Lock type across 12 files. The Lock type provides a
more efficient locking mechanism - when used with lock(), the compiler
automatically uses Lock.EnterScope() instead of Monitor.Enter/Exit.

Also made two previously non-readonly lock fields readonly:
- McClient.DigLock
- Protocol18.MessageSigningLock

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-24 00:15:21 +00:00
..
ChatBots Replace legacy custom JSON parser with System.Text.Json 2026-03-22 16:39:26 +00:00
hangman-en.txt Last changes for 1.7.3 release 2014-05-14 21:39:26 +02:00
hangman-fr.txt Last changes for 1.7.3 release 2014-05-14 21:39:26 +02:00
README.md [SKIP_DEPLOY] Support account alias in configs 2022-11-06 16:20:38 +08:00
sample-matches.ini [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
sample-script-extended.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
sample-script-packet-capture.cs Modernize lock object declarations from object to System.Threading.Lock 2026-03-24 00:15:21 +00:00
sample-script-pm-forwarder.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
sample-script-random-command.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
sample-script-tick-counter.cs Run MCC at true 20 TPS 2026-03-23 14:29:04 +01:00
sample-script-with-chatbot.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
sample-script-with-http-request.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
sample-script-with-task.cs Run MCC at true 20 TPS 2026-03-23 14:29:04 +01:00
sample-script-with-world-access.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
sample-script.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
sample-script.txt Last changes for 1.8.0 Beta release 2014-08-20 23:31:47 +02:00

Minecraft Console Client User Manual

This page has been moved to appropriate sections on our new Documentation website.