Animated-TabList

Animated-TabList

65.2k Downloads

Sorting Tablist

charlie-works opened this issue ยท 5 comments

commented

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?

commented

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
commented

does prefix have to be the same as the prefix for the rank? using another rank plugin. thanks!

commented

Prefix can be whatever you want, even a placeholder.

commented

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!

commented

Should work for any vault (permission plugin) group if you add it to TabList's groups.yml. You're welcome!