diff --git a/docs/guide/chat-bots.md b/docs/guide/chat-bots.md index 26a5f7fd..5b59764f 100644 --- a/docs/guide/chat-bots.md +++ b/docs/guide/chat-bots.md @@ -860,15 +860,16 @@ #### `Items` +
Tip
+ + **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).** + +Tip
- - **All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).** - -Tip
+ + **This might get you banned by the server owners.** + +Tip
- - **This might get you banned by the server owners.** - -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.** + +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.** - -Tip
+ + **This feature uses the `§` symbol for color matching** + +Tip
- - **This feature uses the `§` symbol for color matching** - -Tip
+ + **This settings file is for English and is not created by the default** + +Tip
- - **This settings file is for English and is not created by the default** - -Tip
+ + **This settings file is for French and is not created by the default** + +Tip
- - **This settings file is for French and is not created by the default** - -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** + +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** - -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.** + +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.** - -Tip
+ + **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.** + +Tip
- - **It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.** - -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`)** + +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`)** - -