Sorting Feature
Introduction
How to use it
...
sorter: '{team_color};{vault_eco_balance}'
# this will sort by team color, and then the balance
...Changing the sort order
Multiple Sorter with Different Order
...
sorter: '{team_color};!{vault_eco_balance}'
# this will sort the team_color ASCENDly, and then vault_eco_balance DESCENDly
...Last updated