Sort Player By Name and Etc

example_handler:
    type: PLAYER_LIST
    text: '{player_name}'
    sorter: '{player_name}'
    order: ASCEND

Explanation

This will sort all of your players by placeholder {player_name} and it will order by ASCEND. Possible order values: ASCEND, DESCEND. You can change the placeholder inside sorter to {player_level} if you want to sort it by level or to ANY placeholder you want. See the Sorting Feature page for more information about this feature and how to combine 2 sorter or more.

pageSorting Feature

Last updated