You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
<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>
67
69
<code>TRANSLATION</code> is replacement for <code>{content}</code> placeholder.<br>
68
70
<code>EXTRA</code> is optional map with values that is used by <code>CHALLENGE</code>.
69
71
<ul>
70
72
<li>For <code>COLLECT_ITEMS</code> available is <code>gather</code> that must be element of <code>Item</code> enum.</li>
71
73
<li>For <code>CLICK_BLOCK</code> available is <code>click</code> that must be element of <code>Block</code> enum.</li>
72
74
<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>
0 commit comments