New Crowdin updates (#2325)

This commit is contained in:
BruceChen 2022-11-04 16:57:00 +08:00 committed by GitHub
parent 86c933dc82
commit 50cd64d4b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 1980 additions and 1950 deletions

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot. ScriptScheduler. TaskList]]` of the section: `[ChatBot. ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot. ScriptScheduler. TaskList]]` of the section: `[ChatBot. ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot. ScriptScheduler. TaskList]]` of the section: `[ChatBot. ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -895,15 +895,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1282,18 +1283,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1360,6 +1361,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1368,12 +1375,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1382,6 +1383,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1390,12 +1397,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1580,16 +1581,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1597,16 +1598,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1799,24 +1800,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1839,16 +1840,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2062,6 +2063,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2073,12 +2080,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er

View file

@ -897,15 +897,16 @@
#### `Items`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
- **Format:** `[ "<item type>", "<item type>", ...]`
@ -1286,18 +1287,18 @@
#### `Retries`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Description:**
Number of retries.
Use `-1` for infinite retries.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This might get you banned by the server owners.**
</div>
- **Default:** `-1`
@ -1364,6 +1365,12 @@
#### `Matches_File`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
</div>
- **Type:** `string`
- **Default:** `matches.ini`
@ -1386,6 +1387,12 @@
#### `Match_Colors`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This feature uses the `§` symbol for color matching**
</div>
- **Type:** `boolean`
- **Default:** `true`
@ -1584,16 +1585,16 @@
#### `FileWords_EN`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Description:**
This setting specifies the path to the file which Hangman will use for the list of words, each word is added on a separate line.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for English and is not created by the default**
</div>
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@ -1601,16 +1602,16 @@
#### `FileWords_FR`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Description:**
This setting is same as the above but for French.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This settings file is for French and is not created by the default**
</div>
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@ -1803,24 +1804,24 @@
#### `Should_Resize`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**The bigger the size, the less is the quality.**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -2066,6 +2067,12 @@
### Defining a task
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@ -2078,12 +2085,6 @@
<setting> = <value>
```
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
</div>
**Avaliable settings/options:**
- `Trigger_On_First_Login`

View file

@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
Requirements:
- Git
- Linux:
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
</div>
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er