mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix format
This commit is contained in:
parent
237d14577f
commit
edeea6cae6
4 changed files with 94 additions and 95 deletions
|
|
@ -232,11 +232,11 @@
|
||||||
Should the bot use [Terrain Handling](configuration.md#terrainandmovements) instead of the command method.
|
Should the bot use [Terrain Handling](configuration.md#terrainandmovements) instead of the command method.
|
||||||
|
|
||||||
This will enable your bot to randomly move about, thus a better anti afk effect.
|
This will enable your bot to randomly move about, thus a better anti afk effect.
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to enable [Terrain Handling](configuration.md#terrainandmovements) in the settings and it's recommended to put the bot into an enclosure not to wander off. (Recommended size 5x5x5)**
|
**You need to enable [Terrain Handling](configuration.md#terrainandmovements) in the settings and it's recommended to put the bot into an enclosure not to wander off. (Recommended size 5x5x5)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
@ -264,7 +264,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This happens on each trigger of the task, so it does not permanently switch to alternative method.**
|
**This happens on each trigger of the task, so it does not permanently switch to alternative method.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Default:** `20`
|
- **Default:** `20`
|
||||||
|
|
@ -278,7 +278,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [inventoryhandling](configuration.md#inventoryhandling) and [entityhandling](configuration.md#entityhandling) enabled in order for this bot to work.**
|
**You need to have [inventoryhandling](configuration.md#inventoryhandling) and [entityhandling](configuration.md#entityhandling) enabled in order for this bot to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Settings:**
|
- **Settings:**
|
||||||
|
|
@ -429,7 +429,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [inventoryhandling](configuration.md#inventoryhandling) enabled in order for basic crafting in the inventory to work, in addition if you want to use a crafting table, you need to enable [terrainandmovements](configuration.md#terrainandmovements) in order for bot to be able to reach the crafting table.**
|
**You need to have [inventoryhandling](configuration.md#inventoryhandling) enabled in order for basic crafting in the inventory to work, in addition if you want to use a crafting table, you need to enable [terrainandmovements](configuration.md#terrainandmovements) in order for bot to be able to reach the crafting table.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Commands:**
|
- **Commands:**
|
||||||
|
|
@ -521,7 +521,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**If you're using `table` you need to set the `CraftingTable` setting.**
|
**If you're using `table` you need to set the `CraftingTable` setting.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- `Result`
|
- `Result`
|
||||||
|
|
@ -548,13 +548,13 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**If you have a case where you have to leave some fields empty, use `"Null"` to mark them as empty. Example for stone bricks: `Slots = [ "Stone", "Stone", "Null", "Stone", "Stone", "Null", "Null", "Null", "Null", ]`**
|
**If you have a case where you have to leave some fields empty, use `"Null"` to mark them as empty. Example for stone bricks: `Slots = [ "Stone", "Stone", "Null", "Stone", "Stone", "Null", "Null", "Null", "Null", ]`**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
**Slots are indexed as following:**
|
**Slots are indexed as following:**
|
||||||
|
|
@ -602,7 +602,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Make sure to provide materials for your bot by placing them in inventory first.**
|
**Make sure to provide materials for your bot by placing them in inventory first.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Auto Dig
|
## Auto Dig
|
||||||
|
|
@ -614,13 +614,13 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [inventoryhandling](configuration.md#inventoryhandling) and [terrainandmovements](configuration.md#terrainandmovements) enabled in order for this bot to work.**
|
**You need to have [inventoryhandling](configuration.md#inventoryhandling) and [terrainandmovements](configuration.md#terrainandmovements) enabled in order for this bot to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Since MCC does not yet support accurate calculation of the collision volume of blocks, all blocks are considered as complete cubes when obtaining the position of the lookahead.**
|
**Since MCC does not yet support accurate calculation of the collision volume of blocks, all blocks are considered as complete cubes when obtaining the position of the lookahead.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Commands:**
|
- **Commands:**
|
||||||
|
|
@ -785,7 +785,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [inventoryhandling](configuration.md#inventoryhandling) enabled in order for this bot to work**
|
**You need to have [inventoryhandling](configuration.md#inventoryhandling) enabled in order for this bot to work**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Settings:**
|
- **Settings:**
|
||||||
|
|
@ -839,7 +839,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Format:** `[ "<item type>", "<item type>", ...]`
|
- **Format:** `[ "<item type>", "<item type>", ...]`
|
||||||
|
|
@ -859,7 +859,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [inventoryhandling](configuration.md#inventoryhandling) enabled in order for this bot to work**
|
**You need to have [inventoryhandling](configuration.md#inventoryhandling) enabled in order for this bot to work**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Settings:**
|
- **Settings:**
|
||||||
|
|
@ -897,25 +897,25 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [entityhandling](configuration.md#entityhandling) enabled in order for this bot to work.**
|
**You need to have [entityhandling](configuration.md#entityhandling) enabled in order for this bot to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**To use the automatic rod switching and durability check feature, you need to enable [inventoryhandling](configuration.md#inventoryhandling).**
|
**To use the automatic rod switching and durability check feature, you need to enable [inventoryhandling](configuration.md#inventoryhandling).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Note: To adjust the position or angle after catching a fish, you need to enable [terrainandmovements](configuration.md#terrainandmovements).**
|
**Note: To adjust the position or angle after catching a fish, you need to enable [terrainandmovements](configuration.md#terrainandmovements).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**A fishing rod with **Mending enchantment** is strongly recommended.**
|
**A fishing rod with **Mending enchantment** is strongly recommended.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
**Steps for using this bot (with the default setting)**
|
**Steps for using this bot (with the default setting)**
|
||||||
|
|
@ -1195,7 +1195,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This might get you banned by the server owners.**
|
**This might get you banned by the server owners.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Default:** `-1`
|
- **Default:** `-1`
|
||||||
|
|
@ -1231,13 +1231,13 @@
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**Server admins can spoof PMs (`/tellraw`, `/nick`) so enable `AutoRespond` only if you trust server admins.**
|
**Server admins can spoof PMs (`/tellraw`, `/nick`) so enable `AutoRespond` only if you trust server admins.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**This bot may get spammy depending on your rules, although the global [messagecooldown](configuration.md#messagecooldown) setting can help you avoiding accidental spam.**
|
**This bot may get spammy depending on your rules, although the global [messagecooldown](configuration.md#messagecooldown) setting can help you avoiding accidental spam.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Settings:**
|
- **Settings:**
|
||||||
|
|
@ -1269,7 +1269,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This 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.**
|
**This file is not created by default, we recommend making a clone of the [`sample-matches.ini`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/sample-matches.ini) and changing it according to your needs.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Type:** `string`
|
- **Type:** `string`
|
||||||
|
|
@ -1289,7 +1289,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This feature uses the `§` symbol for color matching**
|
**This feature uses the `§` symbol for color matching**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -1373,13 +1373,13 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bot can be slow at times, you need to walk with a normal speed and to sometimes stop for it to be able to keep up with you, it's similar to making animals follow you when you're holding food in your hand. This is due to a slow pathfinding algorithm, we're working on getting a better one. You can tweak the update limit and find what works best for you. (NOTE: Do not but a very low one, because you might achieve the opposite, this might clog the thread for terrain handling) and thus slow the bot even more.**
|
**The bot can be slow at times, you need to walk with a normal speed and to sometimes stop for it to be able to keep up with you, it's similar to making animals follow you when you're holding food in your hand. This is due to a slow pathfinding algorithm, we're working on getting a better one. You can tweak the update limit and find what works best for you. (NOTE: Do not but a very low one, because you might achieve the opposite, this might clog the thread for terrain handling) and thus slow the bot even more.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [terrainandmovements](configuration.md#terrainandmovements) and [entityhandling](configuration.md#entityhandling) enabled in order for this bot to work.**
|
**You need to have [terrainandmovements](configuration.md#terrainandmovements) and [entityhandling](configuration.md#entityhandling) enabled in order for this bot to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Settings:**
|
- **Settings:**
|
||||||
|
|
@ -1433,7 +1433,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**If the bot does not respond to bot owners, see the [Detecting chat messages](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/config#detecting-chat-messages) section.**
|
**If the bot does not respond to bot owners, see the [Detecting chat messages](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/config#detecting-chat-messages) section.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Settings:**
|
- **Settings:**
|
||||||
|
|
@ -1469,7 +1469,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This settings file is for English and is not created by the default**
|
**This settings file is for English and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Default:** `hangman-en.txt`
|
- **Default:** `hangman-en.txt`
|
||||||
|
|
@ -1484,7 +1484,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This settings file is for French and is not created by the default**
|
**This settings file is for French and is not created by the default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Default:** `hangman-fr.txt`
|
- **Default:** `hangman-fr.txt`
|
||||||
|
|
@ -1525,13 +1525,13 @@
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**The bot identifies players by their name (Not by UUID!). A nickname plugin or a Minecraft rename may cause mails going to the wrong player! Never write something to the bot you wouldn't say in the normal chat (You have been warned!).**
|
**The bot identifies players by their name (Not by UUID!). A nickname plugin or a Minecraft rename may cause mails going to the wrong player! Never write something to the bot you wouldn't say in the normal chat (You have been warned!).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**Server admins can spoof PMs (`/tellraw`, `/nick`) so enable `RemoteControl` only if you trust server admins.**
|
**Server admins can spoof PMs (`/tellraw`, `/nick`) so enable `RemoteControl` only if you trust server admins.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
**Mailer Network:**
|
**Mailer Network:**
|
||||||
|
|
@ -1634,7 +1634,7 @@
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**This bot has only been tested on Windows 10, it may not work on Linux or Mac OS due to .NET BitMap API. We're looking forward to swap the underlaying Bitmap API dependency with a library.**
|
**This bot has only been tested on Windows 10, it may not work on Linux or Mac OS due to .NET BitMap API. We're looking forward to swap the underlaying Bitmap API dependency with a library.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Commands:**
|
- **Commands:**
|
||||||
|
|
@ -1674,13 +1674,13 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The bigger the size, the less is the quality.**
|
**The bigger the size, the less is the quality.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
|
**For upscaling your maps you could use (getting a bit better quality): https://deepai.org/machine-learning-model/torch-srgan**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
@ -1708,7 +1708,7 @@
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
|
**On some versions older than 1.17 this could cause some performance issue on older hardware if there a lot of maps being rendered, since map updates are sent multiple times a second. Be careful.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Available values:** `true` and `false`.
|
- **Available values:** `true` and `false`.
|
||||||
|
|
@ -1789,7 +1789,7 @@
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**Server admins can spoof PMs (`/tellraw`, `/nick`) so enable `RemoteControl` only if you trust server admins.**
|
**Server admins can spoof PMs (`/tellraw`, `/nick`) so enable `RemoteControl` only if you trust server admins.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Settings:**
|
- **Settings:**
|
||||||
|
|
@ -1841,19 +1841,19 @@
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**This bot does not work for 1.19, we need maintainers for it.**
|
**This bot does not work for 1.19, we need maintainers for it.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Please note that due to technical limitations, the client player (you) will not be shown in the replay file**
|
**Please note that due to technical limitations, the client player (you) will not be shown in the replay file**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**You SHOULD use `/replay stop` or exit the program gracefully with `/quit` OR THE REPLAY FILE MAY GET CORRUPT!**
|
**You SHOULD use `/replay stop` or exit the program gracefully with `/quit` OR THE REPLAY FILE MAY GET CORRUPT!**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Settings:**
|
- **Settings:**
|
||||||
|
|
@ -1923,7 +1923,7 @@
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
|
**It is recommended that you align subsections to the right by one tab or 4 spaces for better readability.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
**Avaliable settings/options:**
|
**Avaliable settings/options:**
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Mojang accounts are going to stop working soon for everyone, they already are not working for some people.**
|
**Mojang accounts are going to stop working soon for everyone, they already are not working for some people.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Type:** `string`
|
- **Type:** `string`
|
||||||
|
|
@ -233,10 +233,11 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
|
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**Admins can impersonate players on versions older than 1.19**
|
**Admins can impersonate players on versions older than 1.19**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
#### `MinecraftVersion`
|
#### `MinecraftVersion`
|
||||||
|
|
||||||
- **Description:**
|
- **Description:**
|
||||||
|
|
@ -262,7 +263,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**MCC supports only 1.4.6 - 1.19.2**
|
**MCC supports only 1.4.6 - 1.19.2**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### `EnableForge`
|
#### `EnableForge`
|
||||||
|
|
@ -284,7 +285,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Force-enabling only works for MC 1.13 +**
|
**Force-enabling only works for MC 1.13 +**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### `BrandInfo`
|
#### `BrandInfo`
|
||||||
|
|
@ -301,7 +302,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**For playing on Hypixel you need to use `vanilla`**
|
**For playing on Hypixel you need to use `vanilla`**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### `ChatbotLogFile`
|
#### `ChatbotLogFile`
|
||||||
|
|
@ -384,7 +385,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
|
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**This feature is currently not supported in `1.4.6 - 1.6`.**
|
**This feature is currently not supported in `1.4.6 - 1.6`.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -407,7 +408,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**This feature is currently not supported in `1.4.6 - 1.9`.**
|
**This feature is currently not supported in `1.4.6 - 1.9`.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -423,7 +424,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**This feature is currently not supported in `1.4.6 - 1.9`.**
|
**This feature is currently not supported in `1.4.6 - 1.9`.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Type:** `boolean`
|
- **Type:** `boolean`
|
||||||
|
|
@ -433,7 +434,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Sometimes the latest versions might not support this straight away, since Mojang often makes changes to this.**
|
**Sometimes the latest versions might not support this straight away, since Mojang often makes changes to this.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### `SessionCache`
|
#### `SessionCache`
|
||||||
|
|
@ -486,7 +487,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Only works on Windows XP-8 or Windows 10 with old console**
|
**Only works on Windows XP-8 or Windows 10 with old console**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### `ExitOnFailure`
|
#### `ExitOnFailure`
|
||||||
|
|
@ -532,7 +533,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Make sure the spawn point is safe**
|
**Make sure the spawn point is safe**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### `MinecraftRealms`
|
#### `MinecraftRealms`
|
||||||
|
|
@ -814,7 +815,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Not filtering anything by default**
|
**Not filtering anything by default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### `DebugFilterRegex`
|
#### `DebugFilterRegex`
|
||||||
|
|
@ -832,7 +833,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Not filtering anything by default**
|
**Not filtering anything by default**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### `FilterMode`
|
#### `FilterMode`
|
||||||
|
|
@ -870,7 +871,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**%username% and %serverip% will be substituted with your username and the IP address of the server you are connected to. So you can use something like: `console-log-%username%-%serverip%.txt`**
|
**%username% and %serverip% will be substituted with your username and the IP address of the server you are connected to. So you can use something like: `console-log-%username%-%serverip%.txt`**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### `PrependTimestamp`
|
#### `PrependTimestamp`
|
||||||
|
|
@ -908,7 +909,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**`%username%`, `%serverip%`, `%datetime%` are reserved variables**
|
**`%username%`, `%serverip%`, `%datetime%` are reserved variables**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Section header:** `Logging`
|
- **Section header:** `Logging`
|
||||||
|
|
@ -954,7 +955,7 @@ Coordinate = { x = 145, y = 64, y = 2045 }
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**Make sure your server rules allow Proxies or VPNs before setting the setting to `true`, or you may face consequences!**
|
**Make sure your server rules allow Proxies or VPNs before setting the setting to `true`, or you may face consequences!**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### `Server`
|
#### `Server`
|
||||||
|
|
|
||||||
|
|
@ -20,10 +20,8 @@ In order to run **Minecraft Console Client** you need [.NET 6.0 or new-er](https
|
||||||
|
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
|
|
||||||
**If you already have .NET, but an older version than `6.0`, please update to `6.0` since MCC might not work as expected or at all.**
|
**If you already have .NET, but an older version than `6.0`, please update to `6.0` since MCC might not work as expected or at all.**
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
#### How to install .NET on your platform
|
#### How to install .NET on your platform
|
||||||
|
|
@ -96,7 +94,7 @@ Requirements:
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
|
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- [Install Git on macOS](https://git-scm.com/download/mac)
|
- [Install Git on macOS](https://git-scm.com/download/mac)
|
||||||
|
|
@ -127,7 +125,7 @@ git clone https://github.com/MCCTeam/Minecraft-Console-Client.git --recursive
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**If you're using Linux that is either ARM, 32-bit, Rhel based, Using Musl, or Tirzen, [find an appropriate RID](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#linux-rids) for your platform and replace the `'-r linux-64` with an appropriate `-r <your RID>` (Example for arm: `-r linux-arm64`)**
|
**If you're using Linux that is either ARM, 32-bit, Rhel based, Using Musl, or Tirzen, [find an appropriate RID](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#linux-rids) for your platform and replace the `'-r linux-64` with an appropriate `-r <your RID>` (Example for arm: `-r linux-arm64`)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- On macOS:
|
- On macOS:
|
||||||
|
|
@ -139,7 +137,7 @@ git clone https://github.com/MCCTeam/Minecraft-Console-Client.git --recursive
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**If you're not using MAC with Intel, find an appropriate RID for your ARM processor, [find an appropriate RID](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#macos-rids) and replace the `'-r osx-64` with an appropriate `-r <your RID>` (Example for arm: `-r osx.12-arm64`)**
|
**If you're not using MAC with Intel, find an appropriate RID for your ARM processor, [find an appropriate RID](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#macos-rids) and replace the `'-r osx-64` with an appropriate `-r <your RID>` (Example for arm: `-r osx.12-arm64`)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
If the build has succeeded, the compiled binary `MinecraftClient` will be in:
|
If the build has succeeded, the compiled binary `MinecraftClient` will be in:
|
||||||
|
|
@ -382,7 +380,7 @@ Once the file has been downloaded, you need to run the following commands in ord
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**If you're using a different download link, update the file name in this command to match your version.**
|
**If you're using a different download link, update the file name in this command to match your version.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
2. `export DOTNET_ROOT=/root/.dotnet`
|
2. `export DOTNET_ROOT=/root/.dotnet`
|
||||||
|
|
@ -390,7 +388,7 @@ Once the file has been downloaded, you need to run the following commands in ord
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**Here we're installing .NET in `/root`, if you're installing it somewhere else, make sure to set your own path!**
|
**Here we're installing .NET in `/root`, if you're installing it somewhere else, make sure to set your own path!**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
3. `mkdir -p "$DOTNET_ROOT" && tar zxf "$DOTNET_FILE" -C "$DOTNET_ROOT"`
|
3. `mkdir -p "$DOTNET_ROOT" && tar zxf "$DOTNET_FILE" -C "$DOTNET_ROOT"`
|
||||||
|
|
@ -551,7 +549,7 @@ Here is a [Youtube video](https://youtu.be/42fwh_1KP_o) that explains it in more
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Make sure to allow the installation to add it to the context menu**
|
**Make sure to allow the installation to add it to the context menu**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
2. `ssh` and `ssh-keygen` commands (On Windows they're available with Gitbash, on macOs and Linux they should be available by default, it not, search on how to install them)
|
2. `ssh` and `ssh-keygen` commands (On Windows they're available with Gitbash, on macOs and Linux they should be available by default, it not, search on how to install them)
|
||||||
|
|
@ -602,7 +600,7 @@ Some of the reliable and cheap hosting providers (sorted for price/performance):
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Does not have Ubuntu 22.04 in the dropdown menu when ordering, you will have to re-install later or ask support to do it.**
|
**Does not have Ubuntu 22.04 in the dropdown menu when ordering, you will have to re-install later or ask support to do it.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- [OVH Cloud](https://www.ovhcloud.com/de/vps/)
|
- [OVH Cloud](https://www.ovhcloud.com/de/vps/)
|
||||||
|
|
|
||||||
|
|
@ -268,7 +268,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [Inventory Handling](configuration.md#inventoryhandling) enabled in order for this to work.**
|
**You need to have [Inventory Handling](configuration.md#inventoryhandling) enabled in order for this to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Usage:**
|
- **Usage:**
|
||||||
|
|
@ -286,13 +286,13 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**To use this feature you need to enable the [Terrain and Movements](configuration.md#terrainandmovements)**
|
**To use this feature you need to enable the [Terrain and Movements](configuration.md#terrainandmovements)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need a terminal with emoji support, like Powershell 7, Windows Terminal or Alacritty, if you do not want emoji support and want to use cmd or powershell 5, disable emojis with: [`enableemoji`](configuration.md#enableemoji)**
|
**You need a terminal with emoji support, like Powershell 7, Windows Terminal or Alacritty, if you do not want emoji support and want to use cmd or powershell 5, disable emojis with: [`enableemoji`](configuration.md#enableemoji)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Usage:**
|
- **Usage:**
|
||||||
|
|
@ -338,7 +338,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [Inventory Handling](configuration.md#inventoryhandling) enabled in order for this to work.**
|
**You need to have [Inventory Handling](configuration.md#inventoryhandling) enabled in order for this to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Usage:**
|
- **Usage:**
|
||||||
|
|
@ -350,7 +350,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Example:**
|
- **Example:**
|
||||||
|
|
@ -368,7 +368,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [Inventory Handling](configuration.md#inventoryhandling) and [Entity Handling](configuration.md#entityhandling) enabled in order for this to work.**
|
**You need to have [Inventory Handling](configuration.md#inventoryhandling) and [Entity Handling](configuration.md#entityhandling) enabled in order for this to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Usage:**
|
- **Usage:**
|
||||||
|
|
@ -388,7 +388,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**All entity types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/EntityType.cs).**
|
**All entity types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/EntityType.cs).**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Examples:**
|
- **Examples:**
|
||||||
|
|
@ -413,7 +413,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**All local variables are treated as strings in the app, when comparing their values, you can use `<variable> == "<value>"`, or better use [`.Equals`](https://www.programiz.com/csharp-programming/library/string/equals) method**
|
**All local variables are treated as strings in the app, when comparing their values, you can use `<variable> == "<value>"`, or better use [`.Equals`](https://www.programiz.com/csharp-programming/library/string/equals) method**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Usage:**
|
- **Usage:**
|
||||||
|
|
@ -495,7 +495,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**`[account]` is an account alias defined in accounts file, for more info check out [accountlist](configuration.html#accountlist)**
|
**`[account]` is an account alias defined in accounts file, for more info check out [accountlist](configuration.html#accountlist)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
### `reload`
|
### `reload`
|
||||||
|
|
@ -507,7 +507,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Some settings won't be reloaded since they are used before the client initialization. Also, settings provided by the command line paramteres will be overriden. This also does not reload the ReplayBot due to technical limitations.**
|
**Some settings won't be reloaded since they are used before the client initialization. Also, settings provided by the command line paramteres will be overriden. This also does not reload the ReplayBot due to technical limitations.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Usage:**
|
- **Usage:**
|
||||||
|
|
@ -531,13 +531,13 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**`<server>` is either a server IP or a server alias defined in servers file, for more info check out [serverlist](configuration.html#serverlist)**
|
**`<server>` is either a server IP or a server alias defined in servers file, for more info check out [serverlist](configuration.html#serverlist)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**`[account]` is an account alias defined in accounts file, for more info check out [accountlist](configuration.html#accountlist)**
|
**`[account]` is an account alias defined in accounts file, for more info check out [accountlist](configuration.html#accountlist)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
### `script`
|
### `script`
|
||||||
|
|
@ -677,13 +677,13 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [Inventory Handling](configuration.md#inventoryhandling) enabled in order for this to work.**
|
**You need to have [Inventory Handling](configuration.md#inventoryhandling) enabled in order for this to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**The [Inventory Handling](configuration.md#inventoryhandling) is currently not supported in `1.4.6 - 1.9`**
|
**The [Inventory Handling](configuration.md#inventoryhandling) is currently not supported in `1.4.6 - 1.9`**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Usage:**
|
- **Usage:**
|
||||||
|
|
@ -709,19 +709,19 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [Inventory Handling](configuration.md#inventoryhandling) and [Terrain and Movements](configuration.md#terrainandmovements) enabled in order for this to work.**
|
**You need to have [Inventory Handling](configuration.md#inventoryhandling) and [Terrain and Movements](configuration.md#terrainandmovements) enabled in order for this to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Not all inventories have a GUI representation in an ASCII art format.**
|
**Not all inventories have a GUI representation in an ASCII art format.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**The [Inventory Handling](configuration.md#inventoryhandling) is currently not supported in `1.4.6 - 1.9`.**
|
**The [Inventory Handling](configuration.md#inventoryhandling) is currently not supported in `1.4.6 - 1.9`.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Usage:**
|
- **Usage:**
|
||||||
|
|
@ -745,19 +745,19 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This command is avaliable only with [Follow Player](chat-bots.md#follow-player) Chat Bot enabled.**
|
**This command is avaliable only with [Follow Player](chat-bots.md#follow-player) Chat Bot enabled.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [Inventory Handling](configuration.md#inventoryhandling) enabled in order for this to work.**
|
**You need to have [Inventory Handling](configuration.md#inventoryhandling) enabled in order for this to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [Enity Handling](configuration.md#entityhandling) enabled in order for this to work.**
|
**You need to have [Enity Handling](configuration.md#entityhandling) enabled in order for this to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Usage:**
|
- **Usage:**
|
||||||
|
|
@ -799,13 +799,13 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [Terrain and Movements](configuration.md#terrainandmovements) enabled in order for this to work.**
|
**You need to have [Terrain and Movements](configuration.md#terrainandmovements) enabled in order for this to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**The [Terrain and Movements](configuration.md#terrainandmovements) is currently not supported in `1.4.6 - 1.6`.**
|
**The [Terrain and Movements](configuration.md#terrainandmovements) is currently not supported in `1.4.6 - 1.6`.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
- **Usage:**
|
- **Usage:**
|
||||||
|
|
@ -865,13 +865,13 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**You need to have [Inventory Handling](configuration.md#inventoryhandling) enabled in order for this to work.**
|
**You need to have [Inventory Handling](configuration.md#inventoryhandling) enabled in order for this to work.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
|
||||||
|
|
||||||
**The [Inventory Handling](configuration.md#inventoryhandling) is currently not supported in `1.4.6 - 1.9`.**
|
**The [Inventory Handling](configuration.md#inventoryhandling) is currently not supported in `1.4.6 - 1.9`.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
MCC defines inventories as containers internally, so player's inventory, chests, droppers, dispensers, hoppers, chest minecarts, barrels, furnaces, etc... are all considered a container, and each one of them has it's ID, the words container and inventory can be used interchangeably.
|
MCC defines inventories as containers internally, so player's inventory, chests, droppers, dispensers, hoppers, chest minecarts, barrels, furnaces, etc... are all considered a container, and each one of them has it's ID, the words container and inventory can be used interchangeably.
|
||||||
|
|
@ -881,7 +881,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**This command DOES NOT physically open a container (eg. chest), for that you need to use [`useblock`](#useblock) command first.**
|
**This command DOES NOT physically open a container (eg. chest), for that you need to use [`useblock`](#useblock) command first.**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
An example of player inventory with annotated IDs in ASCII art and a list of items:
|
An example of player inventory with annotated IDs in ASCII art and a list of items:
|
||||||
|
|
@ -899,7 +899,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**player and container can be simplified with p and c accordingly**
|
**player and container can be simplified with p and c accordingly**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
Actions:
|
Actions:
|
||||||
|
|
@ -923,7 +923,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**The default click is left click**
|
**The default click is left click**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
Close an inventory:
|
Close an inventory:
|
||||||
|
|
@ -941,7 +941,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**To drop all items from a slot, you can use: `all`**
|
**To drop all items from a slot, you can use: `all`**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
Give an item to the player inventory from a creative menu when in the creative mode:
|
Give an item to the player inventory from a creative menu when in the creative mode:
|
||||||
|
|
@ -953,7 +953,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**To find item types, check out [this list](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs)**
|
**To find item types, check out [this list](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
Delete an item from a player's inventory when in the creative mode:
|
Delete an item from a player's inventory when in the creative mode:
|
||||||
|
|
@ -1027,7 +1027,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**To find item types, check out [this list](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs)**
|
**To find item types, check out [this list](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs)**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
Delete an item from a player's inventory in slot number/id `36` when in the creative mode:
|
Delete an item from a player's inventory in slot number/id `36` when in the creative mode:
|
||||||
|
|
@ -1057,5 +1057,5 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
||||||
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
|
||||||
|
|
||||||
**Use "/send /help" for server help**
|
**Use "/send /help" for server help**
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue