Sorting Tablist
charlie-works opened this issue ยท 5 comments
Description
This most likely is already part of the plugin, it's just I can't get it to work. If it already is part of the plugin, can you explain how to turn it on?
If you haven't already created groups in groups.yml, then create them - https://github.com/montlikadani/TabList/wiki/How-to-create-a-group and then just add sort-priority to each group like in the example below:
groups:
owner:
prefix: '[Owner]'
tabname: ''
suffix: ''
sort-priority: 99
builder:
prefix: '[Builder]'
tabname: ''
suffix: ''
sort-priority: 98
does prefix have to be the same as the prefix for the rank? using another rank plugin. thanks!
Let me rephrase.
I am using another plugin that assigns ranks to players, and I would like those ranks to be sorted in the tablist, will the above work?
By the way, thank you very much for the support!