mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix format error
This commit is contained in:
parent
a23747e236
commit
b3ca0a1b33
7 changed files with 163 additions and 75 deletions
|
|
@ -144,8 +144,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
|||
|
||||
This setting is where you define which language you want to use.
|
||||
|
||||
When connecting to 1.6+ servers, you will need a translation file to display properly some chat messages.
|
||||
These files describe how some messages should be printed depending on your preferred language.
|
||||
When connecting to 1.6+ servers, you will need a translation file to display properly some chat messages.These files describe how some messages should be printed depending on your preferred language.
|
||||
|
||||
The client will automatically load `en_GB.lang` from your Minecraft folder if Minecraft is installed on your computer, or download it from Mojang's servers. You may choose another language in the configuration file.
|
||||
|
||||
|
|
@ -292,8 +291,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
|||
|
||||
- **Description:**
|
||||
|
||||
This setting is where you can change how MCC identifies itself to the server.
|
||||
It can be whatever you like, example: `vanilla`, `mcc`, `empty`.
|
||||
This setting is where you can change how MCC identifies itself to the server. It can be whatever you like, example: `vanilla`, `mcc`, `empty`.
|
||||
|
||||
- **Type:** `string`
|
||||
|
||||
|
|
@ -468,6 +466,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
|||
- **Description:**
|
||||
|
||||
Use `no`, `fast` (5s timeout), or `yes`.
|
||||
|
||||
Required for joining some servers.
|
||||
|
||||
- **Type:** `string`
|
||||
|
|
@ -652,6 +651,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
|||
- **Description:**
|
||||
|
||||
Affects only Minecraft 1.19+.
|
||||
|
||||
This section contains settings related to a new chat reporting (signing and verifying) feature introduced by Mojang.
|
||||
|
||||
#### `LoginWithSecureProfile`
|
||||
|
|
@ -679,6 +679,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
|||
- **Description:**
|
||||
|
||||
Whether to sign the messages contained in the commands sent by the MCC.
|
||||
|
||||
For example, the message in `/msg` and `/me`
|
||||
|
||||
- **Type:** `boolean`
|
||||
|
|
@ -774,6 +775,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
|||
- **Description:**
|
||||
|
||||
This setting allows you to define if your want to see info messages.
|
||||
|
||||
Most of the messages from MCC.
|
||||
|
||||
- **Type:** `boolean`
|
||||
|
|
@ -933,8 +935,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
|||
|
||||
- **Description:**
|
||||
|
||||
If Mojang session services or Microsoft login services are blocked on your network or your ip is blacklisted or rate limited by Microsoft, set the value to
|
||||
`true`.
|
||||
If Mojang session services or Microsoft login services are blocked on your network or your ip is blacklisted or rate limited by Microsoft, set the value to `true`.
|
||||
|
||||
- **Type:** `boolean`
|
||||
|
||||
|
|
@ -963,6 +964,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
|||
- **Description:**
|
||||
|
||||
The proxy server IP and port.
|
||||
|
||||
Proxy server must allow HTTPS for login, and non-443 ports for playing.
|
||||
|
||||
- **Format:**
|
||||
|
|
@ -998,7 +1000,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
|||
|
||||
Only needed for password protected proxies.
|
||||
|
||||
- **Default:** ` `
|
||||
- **Default:** `` ``
|
||||
|
||||
#### `Password`
|
||||
|
||||
|
|
@ -1008,7 +1010,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
|||
|
||||
Only needed for password protected proxies.
|
||||
|
||||
- **Default:** ` `
|
||||
- **Default:** `` ``
|
||||
|
||||
## MCSettings section
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue