Skip to content

Setting sort priority

TheNety edited this page Sep 12, 2021 · 5 revisions

If you've already created tablist groups in groups.yml as described on this page, here you can find out how to set sort priority for those groups.

It's really simple!

Just add sort-priority to all groups as shown in this example:

groups:
  Owner:
    prefix: "Owner"
    tabname: "%player%"
    suffix: ""
    sort-priority: 3

  Admin:
    prefix: "%anim:Admin%"
    tabname: "%essentials_nickname%"
    suffix: "&7 <62>"
    sort-priority: 2

  Default:
    prefix: "&7"
    tabname: "%player%"
    suffix: ""
    sort-priority: 1

Higher priority = higher in the player list

Clone this wiki locally