Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit c56f5a0

Browse files
committed
antibot: update docs for v2.1.1
1 parent 0f4d385 commit c56f5a0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Writerside/topics/ab_configuration.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache-clear-interval: 300
99
```
1010
1111
### Verification Procedure Timeout
12-
In this field, you can specify how many time player have to complete verification procedure.
12+
In this field, you can specify how many times a player has to complete verification procedure.
1313
1414
```yaml
1515
verification-procedure-timeout: 60
@@ -52,6 +52,8 @@ verification-challenge-pool:
5252
translation: Sneak {times} times.
5353
- type: WALK_TO
5454
translation: Follow particles displayed above you.
55+
- type: EAT_FOOD
56+
translation: Eat until your food bar is full.
5557
```
5658
5759
<warning>
@@ -63,13 +65,14 @@ verification-challenge-pool:
6365
translation: TRANSLATION
6466
extra: EXTRA
6567
</code-block><br>
66-
<code>CHALLENGE</code> must be one of <code>COLLECT_ITEMS</code>, <code>CLICK_BLOCK</code>, <code>SNEAK</code> or <code>WALK_TO</code>.<br>
68+
<code>CHALLENGE</code> must be one of <code>COLLECT_ITEMS</code>, <code>CLICK_BLOCK</code>, <code>SNEAK</code>, <code>WALK_TO</code> or <code>EAT_FOOD</code>.<br>
6769
<code>TRANSLATION</code> is replacement for <code>{content}</code> placeholder.<br>
6870
<code>EXTRA</code> is optional map with values that is used by <code>CHALLENGE</code>.
6971
<ul>
7072
<li>For <code>COLLECT_ITEMS</code> available is <code>gather</code> that must be element of <code>Item</code> enum.</li>
7173
<li>For <code>CLICK_BLOCK</code> available is <code>click</code> that must be element of <code>Block</code> enum.</li>
7274
<li>For <code>WALK_TO</code> available is <code>red</code>, <code>green</code>, <code>blue</code> and <code>scale</code> that are float for dust particle.</li>
75+
<li>For <code>EAT_FOOD</code> extra parameters are not available.</li>
7376
</ul>
7477
</p>
7578
</warning>

0 commit comments

Comments
 (0)