Commit graph

1439 commits

Author SHA1 Message Date
BruceChen
7d3512ef87
[SKIP_BUILD]Merge pull request #2390 from mrxbox98/patch-1
Fix docker permissions
2022-12-25 14:13:35 +08:00
Mrxbox98
7fc69efd0a
Fix docker permissions
The permissions were being set for the wrong file
2022-12-24 13:45:13 -08:00
Anon
dd2f102eec
Merge pull request #2388 from merlinlcb/patch-1
Update start-latest.sh
2022-12-23 22:35:21 +00:00
merlinlcb
86eeb76a9e
Update start-latest.sh
found that randomly after updating to the latest version execution was not being permitted on multiple linux devices running docker, this solves for that
2022-12-23 12:51:11 -07:00
BruceChen
5677c4187c
[SKIP_BUILD]Fixed entity yaw and pitch
Merge pull request #2378 from DevBobcorn/master
2022-12-15 20:10:14 +08:00
Tasuku Bobcorn
1a47eddb8f
Fixed entity yaw and pitch
Fixed number value type during calculation of entity yaw & pitch
2022-12-15 17:47:46 +08:00
Anon
1d0066f1d8
Merge pull request #2367 from MCCTeam/dependabot/npm_and_yarn/docs/decode-uri-component-0.2.2
Bump decode-uri-component from 0.2.0 to 0.2.2 in /docs
2022-12-10 09:30:24 +00:00
dependabot[bot]
a7a774ecba
Bump decode-uri-component from 0.2.0 to 0.2.2 in /docs
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 17:46:28 +00:00
ReinforceZwei
597af24edb
ProxiedWebRequest: Support http/1.1 (#2357)
* ProxiedWebRequest: Support http/1.1

- Support chunked transfer
- Refactor the code

* Check cookie expire
2022-12-02 21:15:05 +08:00
BruceChen
2ad6d02d59 Display ETA when downloading. 2022-12-01 23:37:15 +08:00
BruceChen
28827b720a Support downloading updates via command. 2022-12-01 22:55:48 +08:00
BruceChen
3713fa2dbe Update Tomlet to 5.0.1 2022-11-30 22:29:55 +08:00
BruceChen
759eb888a6 Fix bug in "/entity near" 2022-11-30 22:17:02 +08:00
BruceChen
046f5ddbc6 Merge branch 'master' of https://github.com/MCCTeam/Minecraft-Console-Client 2022-11-30 18:02:37 +08:00
BruceChen
c77b3e705f
[SKIP_BUILD] Merge pull request #2353 from ITHackerstein/entitynear-command
entitynear: New command to interact with the entity closest to the player.
2022-11-30 18:00:44 +08:00
BruceChen
60bec055a5 Migrate to the "entity" command. 2022-11-30 17:58:29 +08:00
BruceChen
a75e22e792 Update the documentation 2022-11-30 16:27:04 +08:00
BruceChen
2331590588 Store the text resources of the setting file separately. 2022-11-30 16:22:48 +08:00
BruceChen
6c3bfb82ee Remove color code from text 2022-11-30 16:08:55 +08:00
ITHackerstein
5b471b518f EntityNear: Created a new command called 'entitynear' similar to the
'entity' command except it will interact with the entity closest to
the player.
2022-11-28 08:29:55 +01: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
851ecf50c7
Merge pull request #2349 from ITHackerstein/entity-command-entitytype-fix
Fixes the bug in entity command that doesn't allow passing entity types as second argument
2022-11-25 10:32:04 +08:00
BruceChen
f6a11dffdf Entitycmd: Replace Parse with TryParse 2022-11-25 10:30:51 +08:00
ITHackerstein
30861a92ee Entitycmd: Added try-catch statement around the Enum.Parse instruction 2022-11-24 08:30:45 +01:00
ITHackerstein
3d2b9b22a3 Entitycmd: Fixed a bug for which when passing as the second argument
the entity type the command will error out showing its usage
description.

Also now when the type of interaction isn't passed it shows a list
of all the entities with that type.
2022-11-23 10:52:44 +01:00
BruceChen
c67a2955cc
[SKIP_BUILD] Sync translations for doc site daily 2022-11-18 19:58:59 +08:00
BruceChen
8bb81c796d
[SKIP_BUILD] Bump loader-utils from 2.0.3 to 2.0.4 in /docs 2022-11-18 19:05:00 +08:00
dependabot[bot]
bee568192c
Bump loader-utils from 2.0.3 to 2.0.4 in /docs
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-17 23:54:50 +00:00
breadbyte
bde5f76d62
add en-us to available languages
fixes #2341
2022-11-16 12:51:49 +08:00
BruceChen
9b60f24c93 Remove "build-MCC-only.yml" 2022-11-15 10:48:40 +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
c1ccdc07a1
[SKIP_BUILD] Set timeout for github action 2022-11-07 13:12:35 +08:00
BruceChen
5a540f646c Update doc 2022-11-07 11:15:19 +08:00
BruceChen
2e7c024f45
[SKIP_BUILD] Fix docker installation reference path (#2330) 2022-11-07 10:08:12 +08:00
Daniel Zauner
8990c974cb
fix docker installation reference path 2022-11-06 15:57:33 +01:00
BruceChen
09d4e71554
Change the way Crowdin integrates (#2329) 2022-11-06 21:21:21 +08:00
BruceChen
0b5a562f7f [SKIP_DEPLOY] Support account alias in configs 2022-11-06 16:20:38 +08:00
BruceChen
c0266685a8 Fix ServerList bug again 2022-11-05 21:30:15 +08:00
BruceChen
fc30e38e78 Fix ServerList bug 2022-11-05 21:15:16 +08:00
BruceChen
0dbc6086d1 Add win-x86 build 2022-11-05 20:36:34 +08:00
BruceChen
b46fef1b34
New Crowdin updates (#2326) 2022-11-05 20:27:53 +08:00
BruceChen
ae23ead4c3 [SKIP_BUILD] FIx "/reco" and "/connect" not working properly 2022-11-05 20:27:10 +08:00
BruceChen
d56dd4a74a Update README.md 2022-11-05 15:54:52 +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
55dda7bc43 Fix redirect 2022-11-05 07:46:30 +08:00
BruceChen
c88d32e83c Merge branch 'master' of https://github.com/MCCTeam/Minecraft-Console-Client 2022-11-04 20:19:47 +08:00