MCStacker/tips/en/target.sort.txt

4 lines
306 B
Plaintext

<b>nearest</b> is the old default, sorting by distance (default for @p)<br><br>
<b>furthest</b> is the reverse of that (previously you'd use c=-5 for this)<br><br>
<b>random</b> for random sorting (default for @r)<br><br>
<b>arbitrary</b> is a new option to not sort the result (default for @e, @a)<br><br>