Fix format

This commit is contained in:
BruceChen 2022-11-04 14:25:59 +08:00
parent 27c40f27d2
commit 5624e77125
245 changed files with 307 additions and 167833 deletions

View file

@ -5,7 +5,9 @@
By the default all of the configurations are stored in the configuration file named `MinecraftClient.ini` which is created the first time you run the program, but you also can specify your own configuration file by providing a path to it as a first parameter when starting the MCC, check out [Usage](usage.md#quick-usage-of-mcc-with-examples) for examples.
::: warning
**Recently we have changed the configuration format from INI to TOML, the documentation had to be updated. If you spot a mistake, please report it on our Discord or in the repository as an issue.**
:::
## Notes
@ -101,7 +103,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
This setting is where you define the type of your account: `mojang` or `microsoft`
::: tip
**Mojang accounts are going to stop working soon for everyone, they already are not working for some people.**
:::
- **Type:** `string`
@ -228,8 +232,10 @@ Coordinate = { x = 145, y = 64, y = 2045 }
```
::: warning
**Admins can impersonate players on versions older than 1.19**
:::
:::
#### `MinecraftVersion`
@ -254,7 +260,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
```
::: tip
**MCC supports only 1.4.6 - 1.19.2**
:::
#### `EnableForge`
@ -274,7 +282,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
- **Default:** `auto`
::: tip
**Force-enabling only works for MC 1.13 +**
:::
#### `BrandInfo`
@ -289,7 +299,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
- **Default:** `mcc`
::: tip
**For playing on Hypixel you need to use `vanilla`**
:::
#### `ChatbotLogFile`
@ -371,15 +383,19 @@ Coordinate = { x = 145, y = 64, y = 2045 }
This setting is where you can set if you want to enable terrain movement, so you can use command like `/move` and some bots.
::: warning
**This feature is currently not supported in `1.4.6 - 1.6`.**
:::
:::
- **Type:** `boolean`
- **Default:** `false`
::: tip
**Sometimes the latest versions might not support this straight away, since Mojang often makes changes to this.**
:::
#### `InventoryHandling`
@ -389,7 +405,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
This setting is where you can set if you want to enable inventory handling using the `/inventory` command.
::: warning
**This feature is currently not supported in `1.4.6 - 1.9`.**
:::
- **Type:** `boolean`
@ -403,7 +421,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
This setting is where you can set if you want to enable interactions with entities such as players, mobs, minecarts, etc..
::: warning
**This feature is currently not supported in `1.4.6 - 1.9`.**
:::
- **Type:** `boolean`
@ -411,7 +431,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
- **Default:** `false`
::: tip
**Sometimes the latest versions might not support this straight away, since Mojang often makes changes to this.**
:::
#### `SessionCache`
@ -462,7 +484,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
- **Default:** `true`
::: tip
**Only works on Windows XP-8 or Windows 10 with old console**
:::
#### `ExitOnFailure`
@ -506,7 +530,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
- **Default:** `false`
::: tip
**Make sure the spawn point is safe**
:::
#### `MinecraftRealms`
@ -560,7 +586,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
- **Default:** `2`
::: warning
**A movement speed higher than 2 may be considered cheating by some plugins.**
:::
### Account List section
@ -784,7 +812,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
- **Default:** `.*`
::: tip
**Not filtering anything by default**
:::
#### `DebugFilterRegex`
@ -800,7 +830,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
- **Default:** `.*`
::: tip
**Not filtering anything by default**
:::
#### `FilterMode`
@ -836,7 +868,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
- **Default:** `console-log.txt`
::: tip
**%username% and %serverip% will be substituted with your username and the IP address of the server you are connected to. So you can use something like: `console-log-%username%-%serverip%.txt`**
:::
#### `PrependTimestamp`
@ -872,7 +906,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
To define a variable/setting, simply make a new line with the following format under the `[AppVar.VarStirng]` section:
::: tip
**`%username%`, `%serverip%`, `%datetime%` are reserved variables**
:::
- **Section header:** `Logging`
@ -916,7 +952,9 @@ Coordinate = { x = 145, y = 64, y = 2045 }
- **Default:** `false`
::: warning
**Make sure your server rules allow Proxies or VPNs before setting the setting to `true`, or you may face consequences!**
:::
#### `Server`