New Crowdin updates (#2324)

This commit is contained in:
BruceChen 2022-11-04 16:37:49 +08:00 committed by GitHub
parent b3ca0a1b33
commit 86338f8a92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
180 changed files with 5671 additions and 1861 deletions

View file

@ -67,6 +67,7 @@
- **Default:** `false`
#### `Beep_Enabled`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
@ -84,6 +85,7 @@
- **Default:** `true`
#### `Trigger_By_Words`
- **Description:**
@ -97,6 +99,7 @@
- **Default:** `false`
#### `Trigger_By_Rain`
- **Description:**
@ -110,6 +113,7 @@
- **Default:** `false`
#### `Trigger_By_Thunderstorm`
- **Description:**
@ -123,6 +127,7 @@
- **Default:** `false`
#### `Log_To_File`
- **Description:**
@ -136,6 +141,7 @@
- **Default:** `false`
#### `Log_File`
- **Description:**
@ -147,6 +153,7 @@
- **Default:** `"alerts-log.txt"`
#### `Matches`
- **Description:**
@ -162,6 +169,7 @@
```
#### `Excludes`
- **Description:**
@ -199,6 +207,7 @@
- **Default:** `false`
#### `Delay`
- **Description:**
@ -214,6 +223,7 @@
- **Default:** `{ min = 60.0, max = 60.0 }`
#### `Command`
- **Description:**
@ -225,6 +235,7 @@
- **Default:** `/ping`
#### `Use_Sneak`
- **Description:**
@ -236,20 +247,21 @@
- **Default:** `false`
#### `Use_Terrain_Handling`
<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)**
</div>
- **Description:**
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.
<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)**
</div>
- **Available values:** `true` and `false`.
- **Type:** `boolean`
@ -257,6 +269,7 @@
- **Default:** `false`
#### `Walk_Range`
- **Description:**
@ -268,32 +281,33 @@
- **Default:** `5`
#### `Walk_Retries`
<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.**
</div>
- **Description:**
This is the number of times the bot will try to pathfind, if he can't find a valid path for 20 times, he will use the command method.
<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.**
</div>
- **Default:** `20`
## Auto Attack
<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.**
</div>
- **Description:**
Automatically attacks mobs around you, you can configure it to attack both hostile and passive mobs and only certain mobs or all mobs.
<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.**
</div>
- **Settings:**
**Section:** **`ChatBot.AutoAttack`**
@ -311,6 +325,7 @@
- **Default:** `false`
#### `Mode`
- **Description:**
@ -330,6 +345,7 @@
- **Default:** `single`
#### `Priority`
- **Description:**
@ -344,6 +360,7 @@
- **Default:** `distance`
#### `Cooldown_Time`
- **Description:**
@ -363,6 +380,7 @@
- **Default:** `{ Custom = false, value = 1.0 }`
#### `Interaction`
- **Description:**
@ -386,6 +404,7 @@
- **Default:** `Attack`
#### `Attack_Hostile`
- **Description:**
@ -399,6 +418,7 @@
- **Default:** `true`
#### `Attack_Passive`
- **Description:**
@ -412,6 +432,7 @@
- **Default:** `false`
#### `List_Mode`
- **Description:**
@ -425,6 +446,7 @@
- **Default:** `whitelist`
#### `Entites_List`
- **Description:**
@ -443,16 +465,16 @@
## Auto Craft
<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.**
</div>
- **Description:**
Automatically craft items in your inventory or in a crafting table.
<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.**
</div>
- **Commands:**
- `/autocraft list`
@ -476,6 +498,7 @@
**Section:** **`ChatBot.AutoCraft`**
#### `Enabled`
- **Description:**
@ -489,6 +512,7 @@
- **Default:** `false`
#### `CraftingTable`
- **Description:**
@ -512,6 +536,7 @@
```
#### `OnFailure`
- **Description:**
@ -527,8 +552,15 @@
- **Default:** `abort`
### Defining a recipe
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using `table` you need to set the `CraftingTable` setting.**
</div>
The recipes are defines as a separate new sub-section `[[ChatBot.AutoCraft.Recipes]]` of the `[ChatBot.AutoCraft]` section.
The `[[ChatBot.AutoCraft.Recipes]]` section needs to contain the following settings:
@ -543,12 +575,6 @@
**Avaliable values:** `player` and `table`
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using `table` you need to set the `CraftingTable` setting.**
</div>
- `Result`
This is the type of resulting item.
@ -569,17 +595,6 @@
Slots = [ "<material/item type>", "<material/item type>", ... ]
```
<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", ]`**
</div>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
</div>
**Slots are indexed as following:**
@ -625,6 +640,10 @@
<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", ]`**
**All item types can be found [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs).**
**Make sure to provide materials for your bot by placing them in inventory first.**
</div>
@ -658,6 +677,7 @@
**Section:** **`ChatBot.AutoDig`**
#### `Enabled`
- **Description:**
@ -671,6 +691,7 @@
- **Default:** `false`
#### `Mode`
- **Description:**
@ -696,6 +717,7 @@
- **Default:** `lookat`
#### `Locations`
- **Description:**
@ -722,6 +744,7 @@
```
#### `Location_Order`
- **Description:**
@ -743,6 +766,7 @@
- **Default:** `distance`
#### `Auto_Start_Delay`
- **Description:**
@ -756,6 +780,7 @@
- **Default:** `3.0`
#### `Dig_Timeout`
- **Description:**
@ -767,6 +792,7 @@
- **Default:** `60.0`
#### `Log_Block_Dig`
- **Description:**
@ -780,6 +806,7 @@
- **Default:** `true`
#### `List_Type`
- **Description:**
@ -793,6 +820,7 @@
- **Default:** `whitelist`
#### `Blocks`
- **Description:**
@ -838,6 +866,7 @@
- **Default:** `false`
#### `Mode`
- **Description:**
@ -865,6 +894,7 @@
- **Default:** `include`
#### `Items`
- **Description:**
@ -914,6 +944,7 @@
- **Default:** `false`
#### `Threshold`
- **Description:**
@ -966,6 +997,7 @@
**Section:** **`ChatBot.AutoFishing`**
#### `Enabled`
- **Description:**
@ -979,6 +1011,7 @@
- **Default:** `false`
#### `Antidespawn`
- **Description:**
@ -992,6 +1025,7 @@
- **Default:** `false`
#### `Mainhand`
- **Description:**
@ -1008,6 +1042,7 @@
- **Default:** `true`
#### `Auto_Start`
- **Description:**
@ -1021,6 +1056,7 @@
- **Default:** `true`
#### `Cast_Delay`
- **Description:**
@ -1032,6 +1068,7 @@
- **Default:** `0.4`
#### `Fishing_Delay`
- **Description:**
@ -1045,6 +1082,7 @@
- **Default:** `3.0`
#### `Fishing_Timeout`
- **Description:**
@ -1056,6 +1094,7 @@
- **Default:** `300.0`
#### `Durability_Limit`
- **Description:**
@ -1069,6 +1108,7 @@
- **Default:** `2`
#### `Auto_Rod_Switch`
- **Description:**
@ -1082,6 +1122,7 @@
- **Default:** `true`
#### `Stationary_Threshold`
- **Description:**
@ -1099,6 +1140,7 @@
- **Default:** `0.001`
#### `Hook_Threshold`
- **Description:**
@ -1114,6 +1156,7 @@
- **Default:** `0.2`
#### `Log_Fish_Bobber`
- **Description:**
@ -1129,6 +1172,7 @@
- **Default:** `false`
#### `Enable_Move`
- **Description:**
@ -1144,6 +1188,7 @@
- **Default:** `false`
### Adding a position/movement
Each position/movement is added as a new `[[ChatBot.AutoFishing.Movements]]` subsection of `[ChatBot.AutoFishing]`.
@ -1185,6 +1230,7 @@
```
#### Full example
```toml
@ -1219,6 +1265,7 @@
- **Default:** `false`
#### `Delay`
- **Description:**
@ -1236,6 +1283,7 @@
- **Default:** `{ min = 3.0, max = 3.0 }`
#### `Retries`
- **Description:**
@ -1253,6 +1301,7 @@
- **Default:** `-1`
#### `Ignore_Kick_Message`
- **Description:**
@ -1264,6 +1313,7 @@
- **Default:** `false`
#### `Kick_Messages`
- **Description:**
@ -1311,6 +1361,7 @@
- **Default:** `false`
#### `Matches_File`
- **Description:**
@ -1332,6 +1383,7 @@
- **Default:** `matches.ini`
#### `Match_Colors`
- **Description:**
@ -1373,6 +1425,7 @@
- **Default:** `false`
#### `Add_DateTime`
- **Description:**
@ -1384,6 +1437,7 @@
- **Default:** `true`
#### `Log_File`
- **Description:**
@ -1393,6 +1447,7 @@
- **Default:** `chatlog-%username%-%serverip%.txt`
#### `Filter`
- **Description:**
@ -1458,6 +1513,7 @@
- **Default:** `false`
#### `Update_Limit`
- **Description:**
@ -1471,6 +1527,7 @@
- **Default:** `1.5`
#### `Stop_At_Distance`
- **Description:**
@ -1512,6 +1569,7 @@
- **Default:** `false`
#### `English`
- **Description:**
@ -1523,6 +1581,7 @@
- **Default:** `true`
#### `FileWords_EN`
- **Description:**
@ -1539,6 +1598,7 @@
- **Example**: [`words-en.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-en.txt)
#### `FileWords_FR`
- **Description:**
@ -1610,6 +1670,7 @@
**Section:** **`ChatBot.Mailer`**
#### `Enabled`
- **Description:**
@ -1623,6 +1684,7 @@
- **Default:** `false`
#### `DatabaseFile`
- **Description:**
@ -1634,6 +1696,7 @@
- **Default:** `MailerDatabase.ini`
#### `IgnoreListFile`
- **Description:**
@ -1645,6 +1708,7 @@
- **Default:** `MailerIgnoreList.ini`
#### `PublicInteractions`
- **Description:**
@ -1658,6 +1722,7 @@
- **Default:** `false`
#### `MaxMailsPerPlayer`
- **Description:**
@ -1669,6 +1734,7 @@
- **Default:** `10`
#### `MaxDatabaseSize`
- **Description:**
@ -1680,6 +1746,7 @@
- **Default:** `10000` (10 MB)
#### `MailRetentionDays`
- **Description:**
@ -1733,6 +1800,7 @@
- **Default:** `false`
#### `Should_Resize`
- **Description:**
@ -1760,6 +1828,7 @@
- **Default:** `false`
#### `Resize_To`
- **Description:**
@ -1771,6 +1840,7 @@
- **Default:** `256`
#### `Auto_Render_On_Update`
- **Description:**
@ -1790,6 +1860,7 @@
- **Default:** `false`
#### `Delete_All_On_Unload`
- **Description:**
@ -1803,6 +1874,7 @@
- **Default:** `true`
#### `Notify_On_First_Update`
- **Description:**
@ -1835,6 +1907,7 @@
- **Default:** `false`
#### `File`
- **Description:**
@ -1844,6 +1917,7 @@
- **Default:** `playerlog.txt`
#### `Delay`
- **Description:**
@ -1885,6 +1959,7 @@
- **Default:** `false`
#### `AutoTpaccept`
- **Description:**
@ -1898,6 +1973,7 @@
- **Default:** `true`
#### `AutoTpaccept_Everyone`
- **Description:**
@ -1951,6 +2027,7 @@
- **Default:** `false`
#### `Backup_Interval`
- **Description:**
@ -1986,6 +2063,7 @@
- **Default:** `false`
### Defining a task
- **Description:**
@ -2061,6 +2139,7 @@
```
### Full example
```toml