- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/af/guide/installation.md b/docs/l10n/af/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/af/guide/installation.md
+++ b/docs/l10n/af/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/ar/guide/chat-bots.md b/docs/l10n/ar/guide/chat-bots.md
index 776b3892..73203803 100644
--- a/docs/l10n/ar/guide/chat-bots.md
+++ b/docs/l10n/ar/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot. ScriptScheduler. TaskList]]` of the section: `[ChatBot. ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/ar/guide/installation.md b/docs/l10n/ar/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/ar/guide/installation.md
+++ b/docs/l10n/ar/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/ca/guide/chat-bots.md b/docs/l10n/ca/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/ca/guide/chat-bots.md
+++ b/docs/l10n/ca/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/ca/guide/installation.md b/docs/l10n/ca/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/ca/guide/installation.md
+++ b/docs/l10n/ca/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/cs/guide/chat-bots.md b/docs/l10n/cs/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/cs/guide/chat-bots.md
+++ b/docs/l10n/cs/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/cs/guide/installation.md b/docs/l10n/cs/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/cs/guide/installation.md
+++ b/docs/l10n/cs/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/da/guide/chat-bots.md b/docs/l10n/da/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/da/guide/chat-bots.md
+++ b/docs/l10n/da/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/da/guide/installation.md b/docs/l10n/da/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/da/guide/installation.md
+++ b/docs/l10n/da/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/de/guide/chat-bots.md b/docs/l10n/de/guide/chat-bots.md
index a5eb11c4..5922060f 100644
--- a/docs/l10n/de/guide/chat-bots.md
+++ b/docs/l10n/de/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/de/guide/installation.md b/docs/l10n/de/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/de/guide/installation.md
+++ b/docs/l10n/de/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/el/guide/chat-bots.md b/docs/l10n/el/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/el/guide/chat-bots.md
+++ b/docs/l10n/el/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/el/guide/installation.md b/docs/l10n/el/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/el/guide/installation.md
+++ b/docs/l10n/el/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/es/guide/chat-bots.md b/docs/l10n/es/guide/chat-bots.md
index f322b685..237f508b 100644
--- a/docs/l10n/es/guide/chat-bots.md
+++ b/docs/l10n/es/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/es/guide/installation.md b/docs/l10n/es/guide/installation.md
index bbcc47e0..812851c2 100644
--- a/docs/l10n/es/guide/installation.md
+++ b/docs/l10n/es/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/fi/guide/chat-bots.md b/docs/l10n/fi/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/fi/guide/chat-bots.md
+++ b/docs/l10n/fi/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/fi/guide/installation.md b/docs/l10n/fi/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/fi/guide/installation.md
+++ b/docs/l10n/fi/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/fr/guide/chat-bots.md b/docs/l10n/fr/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/fr/guide/chat-bots.md
+++ b/docs/l10n/fr/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/fr/guide/installation.md b/docs/l10n/fr/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/fr/guide/installation.md
+++ b/docs/l10n/fr/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/he/guide/chat-bots.md b/docs/l10n/he/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/he/guide/chat-bots.md
+++ b/docs/l10n/he/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/he/guide/installation.md b/docs/l10n/he/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/he/guide/installation.md
+++ b/docs/l10n/he/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/hu/guide/chat-bots.md b/docs/l10n/hu/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/hu/guide/chat-bots.md
+++ b/docs/l10n/hu/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/hu/guide/installation.md b/docs/l10n/hu/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/hu/guide/installation.md
+++ b/docs/l10n/hu/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/it/guide/chat-bots.md b/docs/l10n/it/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/it/guide/chat-bots.md
+++ b/docs/l10n/it/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/it/guide/installation.md b/docs/l10n/it/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/it/guide/installation.md
+++ b/docs/l10n/it/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/ja/guide/chat-bots.md b/docs/l10n/ja/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/ja/guide/chat-bots.md
+++ b/docs/l10n/ja/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/ja/guide/installation.md b/docs/l10n/ja/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/ja/guide/installation.md
+++ b/docs/l10n/ja/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/ko/guide/chat-bots.md b/docs/l10n/ko/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/ko/guide/chat-bots.md
+++ b/docs/l10n/ko/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/ko/guide/installation.md b/docs/l10n/ko/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/ko/guide/installation.md
+++ b/docs/l10n/ko/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/lv/guide/chat-bots.md b/docs/l10n/lv/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/lv/guide/chat-bots.md
+++ b/docs/l10n/lv/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/lv/guide/installation.md b/docs/l10n/lv/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/lv/guide/installation.md
+++ b/docs/l10n/lv/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/nl/guide/chat-bots.md b/docs/l10n/nl/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/nl/guide/chat-bots.md
+++ b/docs/l10n/nl/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/nl/guide/installation.md b/docs/l10n/nl/guide/installation.md
index c5f03762..7a52a668 100644
--- a/docs/l10n/nl/guide/installation.md
+++ b/docs/l10n/nl/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/no/guide/chat-bots.md b/docs/l10n/no/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/no/guide/chat-bots.md
+++ b/docs/l10n/no/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/no/guide/installation.md b/docs/l10n/no/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/no/guide/installation.md
+++ b/docs/l10n/no/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/pl/guide/chat-bots.md b/docs/l10n/pl/guide/chat-bots.md
index 6b1bd077..7b411674 100644
--- a/docs/l10n/pl/guide/chat-bots.md
+++ b/docs/l10n/pl/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/pl/guide/installation.md b/docs/l10n/pl/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/pl/guide/installation.md
+++ b/docs/l10n/pl/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/pt-BR/guide/chat-bots.md b/docs/l10n/pt-BR/guide/chat-bots.md
index 9f67e013..58b0f29b 100644
--- a/docs/l10n/pt-BR/guide/chat-bots.md
+++ b/docs/l10n/pt-BR/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot. ScriptScheduler. TaskList]]` of the section: `[ChatBot. ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/pt-BR/guide/installation.md b/docs/l10n/pt-BR/guide/installation.md
index fe6189dc..05d04acb 100644
--- a/docs/l10n/pt-BR/guide/installation.md
+++ b/docs/l10n/pt-BR/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/pt/guide/chat-bots.md b/docs/l10n/pt/guide/chat-bots.md
index 9f67e013..58b0f29b 100644
--- a/docs/l10n/pt/guide/chat-bots.md
+++ b/docs/l10n/pt/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot. ScriptScheduler. TaskList]]` of the section: `[ChatBot. ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/pt/guide/installation.md b/docs/l10n/pt/guide/installation.md
index fe6189dc..05d04acb 100644
--- a/docs/l10n/pt/guide/installation.md
+++ b/docs/l10n/pt/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/ro/guide/chat-bots.md b/docs/l10n/ro/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/ro/guide/chat-bots.md
+++ b/docs/l10n/ro/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/ro/guide/installation.md b/docs/l10n/ro/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/ro/guide/installation.md
+++ b/docs/l10n/ro/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/ru/guide/chat-bots.md b/docs/l10n/ru/guide/chat-bots.md
index d200b974..b0fb8737 100644
--- a/docs/l10n/ru/guide/chat-bots.md
+++ b/docs/l10n/ru/guide/chat-bots.md
@@ -895,15 +895,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1282,18 +1283,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1360,6 +1361,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1368,12 +1375,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1382,6 +1383,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1390,12 +1397,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1580,16 +1581,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1597,16 +1598,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1799,24 +1800,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1839,16 +1840,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2062,6 +2063,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2073,12 +2080,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/ru/guide/installation.md b/docs/l10n/ru/guide/installation.md
index 38c586d3..1acb87f8 100644
--- a/docs/l10n/ru/guide/installation.md
+++ b/docs/l10n/ru/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/sr-Cyrl/guide/chat-bots.md b/docs/l10n/sr-Cyrl/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/sr-Cyrl/guide/chat-bots.md
+++ b/docs/l10n/sr-Cyrl/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/sr-Cyrl/guide/installation.md b/docs/l10n/sr-Cyrl/guide/installation.md
index 232ab34b..0876ccb4 100644
--- a/docs/l10n/sr-Cyrl/guide/installation.md
+++ b/docs/l10n/sr-Cyrl/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/sv/guide/chat-bots.md b/docs/l10n/sv/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/sv/guide/chat-bots.md
+++ b/docs/l10n/sv/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/sv/guide/installation.md b/docs/l10n/sv/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/sv/guide/installation.md
+++ b/docs/l10n/sv/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/tr/guide/chat-bots.md b/docs/l10n/tr/guide/chat-bots.md
index c841333e..6e3ec7be 100644
--- a/docs/l10n/tr/guide/chat-bots.md
+++ b/docs/l10n/tr/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/tr/guide/installation.md b/docs/l10n/tr/guide/installation.md
index edf6c12e..d2b1b774 100644
--- a/docs/l10n/tr/guide/installation.md
+++ b/docs/l10n/tr/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/uk/guide/chat-bots.md b/docs/l10n/uk/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/uk/guide/chat-bots.md
+++ b/docs/l10n/uk/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/uk/guide/installation.md b/docs/l10n/uk/guide/installation.md
index 92f61049..b9fdf161 100644
--- a/docs/l10n/uk/guide/installation.md
+++ b/docs/l10n/uk/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/vi/guide/chat-bots.md b/docs/l10n/vi/guide/chat-bots.md
index 64b6a790..1be639e3 100644
--- a/docs/l10n/vi/guide/chat-bots.md
+++ b/docs/l10n/vi/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/vi/guide/installation.md b/docs/l10n/vi/guide/installation.md
index 9958865c..91612cf5 100644
--- a/docs/l10n/vi/guide/installation.md
+++ b/docs/l10n/vi/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/zh-Hans/guide/chat-bots.md b/docs/l10n/zh-Hans/guide/chat-bots.md
index ed0150c6..19c6c3a0 100644
--- a/docs/l10n/zh-Hans/guide/chat-bots.md
+++ b/docs/l10n/zh-Hans/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/zh-Hans/guide/installation.md b/docs/l10n/zh-Hans/guide/installation.md
index fe75d7c5..5167dee7 100644
--- a/docs/l10n/zh-Hans/guide/installation.md
+++ b/docs/l10n/zh-Hans/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er
diff --git a/docs/l10n/zh-Hant/guide/chat-bots.md b/docs/l10n/zh-Hant/guide/chat-bots.md
index d331c3c9..1cb149d9 100644
--- a/docs/l10n/zh-Hant/guide/chat-bots.md
+++ b/docs/l10n/zh-Hant/guide/chat-bots.md
@@ -897,15 +897,16 @@
#### `Items`
+ Tip
+
+ **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
+
+
+
- **Description:**
This setting is where you can specify the list of items which you want to drop, or keep.
- Tip
-
- **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
-
-
- **Format:** `[ "- ", "
- ", ...]`
@@ -1286,18 +1287,18 @@
#### `Retries`
+
Tip
+
+ **This might get you banned by the server owners.**
+
+
+
- **Description:**
Number of retries.
Use `-1` for infinite retries.
- Tip
-
- **This might get you banned by the server owners.**
-
-
-
- **Default:** `-1`
@@ -1364,6 +1365,12 @@
#### `Matches_File`
+ Tip
+
+ **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.**
+
+
+
- **Description:**
This setting specifies the path to the file which contains the list of rules for detecting of keywords and responding on them.
@@ -1372,12 +1379,6 @@
_PS: In the future we will document the rules here with examples too._
- Tip
-
- **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.**
-
-
-
- **Type:** `string`
- **Default:** `matches.ini`
@@ -1386,6 +1387,12 @@
#### `Match_Colors`
+ Tip
+
+ **This feature uses the `§` symbol for color matching**
+
+
+
- **Description:**
This setting specifies if the Auto Respond Chat Bot should keep the color formatting send by the server.
@@ -1394,12 +1401,6 @@
List of all color codes: [here](https://minecraft.tools/en/color-code.php)
- Tip
-
- **This feature uses the `§` symbol for color matching**
-
-
-
- **Type:** `boolean`
- **Default:** `true`
@@ -1584,16 +1585,16 @@
#### `FileWords_EN`
+ Tip
+
+ **This settings file is for English and is not created by the default**
+
+
+
- **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.
- Tip
-
- **This settings file is for English and is not created by the default**
-
-
-
- **Default:** `hangman-en.txt`
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
@@ -1601,16 +1602,16 @@
#### `FileWords_FR`
+ Tip
+
+ **This settings file is for French and is not created by the default**
+
+
+
- **Description:**
This setting is same as the above but for French.
- Tip
-
- **This settings file is for French and is not created by the default**
-
-
-
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
@@ -1803,24 +1804,24 @@
#### `Should_Resize`
+ Tip
+
+ **The bigger the size, the less is the quality.**
+
+
+
+ Tip
+
+ **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should resize the image.
The default map size is `128x128`.
- Tip
-
- **The bigger the size, the less is the quality.**
-
-
-
- Tip
-
- **For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -1843,16 +1844,16 @@
#### `Auto_Render_On_Update`
+ Warning
+
+ **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.**
+
+
+
- **Description:**
This setting specifies if the Map Chat Bot should automatically render maps as they're received from the servers.
- Warning
-
- **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.**
-
-
-
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@@ -2066,6 +2067,12 @@
### Defining a task
+ Tip
+
+ **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
+
+
+
- **Description:**
Each task is defined as a new subsection `[[ChatBot.ScriptScheduler.TaskList]]` of the section: `[ChatBot.ScriptScheduler]`.
@@ -2078,12 +2085,6 @@
=
```
- Tip
-
- **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
-
-
-
**Avaliable settings/options:**
- `Trigger_On_First_Login`
diff --git a/docs/l10n/zh-Hant/guide/installation.md b/docs/l10n/zh-Hant/guide/installation.md
index 6f2602d9..e0e21349 100644
--- a/docs/l10n/zh-Hant/guide/installation.md
+++ b/docs/l10n/zh-Hant/guide/installation.md
@@ -85,18 +85,18 @@ If the build has succeeded, the compiled binary `MinecraftClient.exe` will be in
### Linux, macOS
+Tip
+
+**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`)**
+
+
+
Requirements:
- Git
- Linux:
- Tip
-
- **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`)**
-
-
-
- [Install Git on macOS](https://git-scm.com/download/mac)
- .NET SDK 6.0 or new-er