Commit graph

57 commits

Author SHA1 Message Date
Anon
3a5283285a
Merge pull request #2971 from MCCTeam/copilot/modernize-authentication-module 2026-03-24 09:49:42 +01:00
Anon
d4c6f4d708 Added the mcc-prompt-engineer skill to docs for ai assisted development 2026-03-23 17:31:08 +01:00
copilot-swe-agent[bot]
a9930b0a67 Update authentication documentation for OAuth 2.0 device code flow
- Update Account setting in configuration.md: clarify that Microsoft
  accounts don't need passwords (device code flow with 2FA support),
  add separate examples for Microsoft, offline, and Yggdrasil accounts
- Update usage.md: add tip about device code flow for Microsoft accounts,
  update command-line examples to show Microsoft and offline patterns,
  clarify that password is not needed in config files for Microsoft auth
- Update README.md features list: add Microsoft authentication with 2FA
  support as a listed feature

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/3afd0e85-19ae-45c7-ac4b-c2b7bf733008
2026-03-23 15:59:35 +00:00
copilot-swe-agent[bot]
5147fb42df Replace PPFT/urlPost HTML scraping with OAuth 2.0 device code flow for 2FA support
- Add Microsoft.RequestDeviceCode() and Microsoft.PollDeviceCodeToken() methods
- Remove XboxLive.PreAuth() and XboxLive.UserLogin() (HTML scraping)
- Remove PreAuthResponse struct, PPFT/urlPost regex patterns
- Update XblAuthenticate to always use "d=" prefix for OAuth tokens
- Update MicrosoftMCCLogin to use device code flow
- Skip password prompting for Microsoft device code method
- Add translation strings for device code prompts
- Update config comments and documentation

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/e13b31f3-8d76-4240-bb69-a519a145fc6a
2026-03-23 15:38:47 +00:00
Anon
932d01fb30
Merge pull request #2969 from milutinke/feature/true-20-tps-runtime 2026-03-23 15:34:54 +01:00
Anon
484133f07a Run MCC at true 20 TPS 2026-03-23 14:29:04 +01:00
copilot-swe-agent[bot]
a0a69caeea docs: replace .NET 8 with .NET 10 in Android/Termux install section
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/4d7542ac-8231-4da1-bc87-b617d718cc97
2026-03-23 12:43:10 +00:00
copilot-swe-agent[bot]
a16152410e Fix 404 MCC download in Android/Termux install docs
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/f43c042f-896c-40a8-a28f-67a945e5dbcb
2026-03-23 12:35:47 +00:00
copilot-swe-agent[bot]
7e2e2f3f53 Update Termux installation docs to 2026: proot-distro, F-Droid, dotnet-install.sh
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/9ba5d661-a024-469c-8382-651f34b090ca
2026-03-23 12:01:51 +00:00
copilot-swe-agent[bot]
a5896d47b5 docs: add Discord RPC docs and update Discord Bridge docs
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/2b93eea6-4093-4793-a817-4ac97a8255da
2026-03-23 01:20:56 +00:00
copilot-swe-agent[bot]
10593749dd Update Yggdrasil auth config docs
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/9b1c26c4-240d-40de-be7b-ba1174f7e2bd
2026-03-22 23:44:46 +00:00
Anon
611951668e Updated documentation to use <details> tag, updated the AGENTS md 2026-03-22 17:31:41 +01:00
Anon
dc50df3b94 Fixed documentation about configuration missmatch, updated to reflect the latest state. 2026-03-22 16:55:14 +01:00
Anon
454ce331b2 Updated docs for Yggdrasil authlib multi-user selection and cleaned the code a bit 2026-03-22 16:48:38 +01:00
Anon
5c2c176ba1 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
Anon
d95b6bb9eb Added links for skills 2026-03-22 16:04:45 +01:00
Anon
aa59c4d75a Updated the installation methods, updated creating bots. Removed Web Socket Bot pages. 2026-03-22 15:57:44 +01:00
Anon
e4aeb51f71 Updated documentation to the latest state 2026-03-22 15:40:05 +01:00
Anon
9613e0df51 Added AI Assisted development documentation. Updated Vuepress to the latest version. Added SEO and Sitemap plugins to Vuepress. 2026-03-22 14:29:02 +01:00
ozi2285
67662c5df7
[skip ci] Inventory Click Usage Description Fix (#2589)
ShiftClick Description was Wrong so Just Fixed it.
2023-09-24 17:19:22 +08:00
ReinforceZwei
37bcad37e0 [skip ci] Normalize all line endings 2023-09-15 14:44:11 +08:00
ReinforceZwei
a8200b6e14
Add setting for allowing non-English name in player list (#2556)
Non-vanilla server may have player name other than English, for example Chinese server can have player name in Chinese. This setting allow MCC to display those non-English name in the player list.
2023-08-02 14:00:11 +08:00
Anon
c5a0409edc Added documentation examples and covered an edge case 2023-07-16 20:45:24 +02:00
Anon
d417335325 Trying to fix vite from crashing again 2023-06-04 12:03:30 +02:00
Anon
a4a058aab2 Split the Web Socket documentation into multiple files due to Vite crashing. 2023-06-04 11:44:58 +02:00
Anon
2f30528e4f Added nameitem command 2023-06-04 11:24:20 +02:00
Anon
025093a11b Added Web Socket Chat Bot documentation 2023-06-04 11:18:15 +02:00
ReinforceZwei
9855e2e0f1
[skip ci] Fix document build error 2023-05-24 16:10:24 +08:00
ReinforceZwei
48b9e8b4fb
[skip ci] Fix document build error 2023-05-24 16:06:16 +08:00
ReinforceZwei
61357d23c7
[skip ci] Fix document build error 2023-05-24 15:46:43 +08:00
Anon
e1313dad4e Trying to fix the build again 2023-05-23 17:44:23 +02:00
Anon
9c78f7958f Trying to fix a build with documents 2023-05-23 17:01:44 +02:00
Anon
8f1e5cd48d Added Telegram Bridge and Items Collector chat bots 2023-05-21 16:00:40 +02:00
Anon
f72355d974 Updated the installation section for installing on VPS and Android to use .NET 7.0 2023-05-13 10:16:27 +02:00
Anon
adc6fc0029 Updated documentation to reflect the newest changes 2023-05-13 10:02:29 +02:00
ReinforceZwei
3570ef605e
[skip ci] Update document (#2468)
* Update execif document

* Update installation guide

* Add simple script page

* Add text script page to sidebar
2023-04-25 17:02:45 +08:00
BruceChen
ee90be3005 [SKIP_BUILD] Fix unintended HTML tags. 2023-01-28 14:53:15 +08:00
BruceChen
a75e22e792 Update the documentation 2022-11-30 16:27:04 +08:00
BruceChen
2b9c58de56 [SKIP_BUILD] Fix document build failure 2022-11-28 14:10:55 +08:00
BruceChen
ef39e8329c [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
BruceChen
a4e55e8a93 [SKIP_BUILD] Update Crowdin settings 2022-11-28 11:56:36 +08:00
BruceChen
75b159653a [SKIP_BUILD] Fix tips format in doc 2022-11-08 18:25:02 +08:00
BruceChen
7b017336a5 [SKIP_BUILD] Update chat-bot document 2022-11-08 10:49:15 +08:00
BruceChen
5a540f646c Update doc 2022-11-07 11:15:19 +08:00
Daniel Zauner
8990c974cb
fix docker installation reference path 2022-11-06 15:57:33 +01:00
BruceChen
0b5a562f7f [SKIP_DEPLOY] Support account alias in configs 2022-11-06 16:20:38 +08:00
BruceChen
8fef126444 Update Frontmatter for Crowdin 2022-11-05 13:43:19 +08:00
BruceChen
02e344724d Short links using document site 2022-11-05 13:30:46 +08:00
BruceChen
86c933dc82 [SKIP_DEPLOY] Fix format error 2022-11-04 16:50:52 +08:00
BruceChen
b3ca0a1b33 Fix format error 2022-11-04 16:26:53 +08:00