mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
New Crowdin updates (#2325)
This commit is contained in:
parent
86c933dc82
commit
50cd64d4b9
60 changed files with 1980 additions and 1950 deletions
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot. ScriptScheduler. TaskList]]` of the section: `[ChatBot. ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot. ScriptScheduler. TaskList]]` of the section: `[ChatBot. ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot. ScriptScheduler. TaskList]]` of the section: `[ChatBot. ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot. ScriptScheduler. TaskList]]` of the section: `[ChatBot. ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot. ScriptScheduler. TaskList]]` of the section: `[ChatBot. ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot. ScriptScheduler. TaskList]]` of the section: `[ChatBot. ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -895,16 +895,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1282,18 +1283,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1360,6 +1361,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1382,6 +1383,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1580,16 +1581,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1799,12 +1800,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1817,6 +1812,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1839,16 +1840,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2062,6 +2063,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2073,12 +2080,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
|
|
@ -897,16 +897,17 @@
|
||||||
|
|
||||||
#### `Items`
|
#### `Items`
|
||||||
|
|
||||||
- **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>
|
<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).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is where you can specify the list of items which you want to drop, or keep.
|
||||||
|
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
||||||
- **Type:** `array of strings`
|
- **Type:** `array of strings`
|
||||||
|
|
@ -1286,18 +1287,18 @@
|
||||||
|
|
||||||
#### `Retries`
|
#### `Retries`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
Number of retries.
|
|
||||||
|
|
||||||
Use `-1` for infinite retries.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
Number of retries.
|
||||||
|
|
||||||
|
Use `-1` for infinite retries.
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1364,6 +1365,12 @@
|
||||||
|
|
||||||
#### `Matches_File`
|
#### `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:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
|
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._
|
_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`
|
- **Type:** `string`
|
||||||
|
|
||||||
- **Default:** `matches.ini`
|
- **Default:** `matches.ini`
|
||||||
|
|
@ -1386,6 +1387,12 @@
|
||||||
|
|
||||||
#### `Match_Colors`
|
#### `Match_Colors`
|
||||||
|
|
||||||
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
||||||
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
|
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)
|
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`
|
- **Type:** `boolean`
|
||||||
|
|
||||||
- **Default:** `true`
|
- **Default:** `true`
|
||||||
|
|
@ -1584,16 +1585,16 @@
|
||||||
|
|
||||||
#### `FileWords_EN`
|
#### `FileWords_EN`
|
||||||
|
|
||||||
- **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>
|
<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**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</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.
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/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`
|
#### `FileWords_FR`
|
||||||
|
|
||||||
- **Description:**
|
|
||||||
|
|
||||||
This setting is same as the above but for French.
|
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<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**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting is same as the above but for French.
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
|
||||||
|
|
||||||
|
|
@ -1803,12 +1804,6 @@
|
||||||
|
|
||||||
#### `Should_Resize`
|
#### `Should_Resize`
|
||||||
|
|
||||||
- **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>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
@ -1821,6 +1816,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should resize the image.
|
||||||
|
|
||||||
|
The default map size is `128x128`.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1843,16 +1844,16 @@
|
||||||
|
|
||||||
#### `Auto_Render_On_Update`
|
#### `Auto_Render_On_Update`
|
||||||
|
|
||||||
- **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>
|
<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.**
|
**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>
|
</div>
|
||||||
|
|
||||||
|
- **Description:**
|
||||||
|
|
||||||
|
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -2066,6 +2067,12 @@
|
||||||
|
|
||||||
### Defining a task
|
### 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:**
|
- **Description:**
|
||||||
|
|
||||||
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
|
||||||
|
|
@ -2078,12 +2085,6 @@
|
||||||
<setting> = <value>
|
<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:**
|
**Avaliable settings/options:**
|
||||||
|
|
||||||
- `Trigger_On_First_Login`
|
- `Trigger_On_First_Login`
|
||||||
|
|
|
||||||
|
|
@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
|
||||||
|
|
||||||
### Linux, macOS
|
### 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:
|
Requirements:
|
||||||
|
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
- Linux:
|
- 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)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
||||||
- .NET SDK 6.0 or new-er
|
- .NET SDK 6.0 or new-er
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue