Animated-TabList

Animated-TabList

65.2k Downloads

Group Ordering bugged

yashbattlebee opened this issue ยท 27 comments

commented

After I set the group order in the way I want them to appear, the players still appear randomly on the Tab List

commented

I got this problem also

commented

Hey, we understand it's an issue, I'm also (after long time) able to reproduce this. We're trying to fix it.

commented

I have the same issue. sort-priority don't works, too.

commented

The newest build from Actions page fixes this issue, select the first one and find Artifacts. Please let us know if it works.

commented

The newest build from Actions page fixes this issue, select the first one and find Artifacts. Please let us know if it works.

Sorry I don't know what to do :D

commented

It works for me, thanks.

commented

Show screenshot, plugin version that you use, show how you configured groups ordering and configuration.

commented

Format of the displayed name: prefix - tabname - suffix

This will be applied to all players without any other group assigned

groups:
NORMIE:
prefix: '&#e7ffe3[NORMIE] '
tabname: '&f%player%'
INTERN:
prefix: '&e&l[INTERN] '
tabname: '&f%player%'
MOD:
prefix: '&#f86eff&l[MOD] '
tabname: '&f%player%'
BOOSTER:
prefix: '&#f066ff&l[BOOSTER] '
tabname: '&f%player%'
VIP:
prefix: '&b&l[VIP] '
tabname: '&f%player%'
VIP+:
prefix: '&a&l[VIP+] '
tabname: '&f%player%'
LEGEND:
prefix: '&#2f1cff&l[LEGEND] '
tabname: '&f%player%'
FATHER:
prefix: '&#ff1f35&l[FATHER]&r '
tabname: '&f%player%'
ADMIN:
prefix: '&c&l[ADMIN] '
tabname: '&f%player%'
OWNER:
prefix: '&6&l[OWNER] '
tabname: '&f%player%'

Groups.yml file
image

commented

Bugged ordering, I am using the latest version!

commented

Bugged ordering, I am using the latest version!

/version tablist and show the output, not the latest

commented

version 5.5.4

commented

how do I do that?

commented

Use this example in one of your group:

VIP:
  prefix: "vip"
  sort-priority: 3

and do the same with your others group

commented

and the higher the priority the higher they appear?

commented

Higher priority will appear at the top

commented

okay thanks!

commented

so priority 1 will always be at the bottom?

commented

yes

commented
# Format of the displayed name: prefix - tabname - suffix
# This will be applied to all players without any other group assigned
groups:
  NORMIE:
    prefix: '&#e7ffe3[NORMIE] '
    sort-priority: 1
    tabname: '&f%player%'
  INTERN:
    prefix: '&e&l[INTERN] '
    sort-priority: 2
    tabname: '&f%player%'
  MOD:
   prefix: '&#f86eff&l[MOD] '
   sort-priority: 3
   tabname: '&f%player%'
  BOOSTER:
    prefix: '&#f066ff&l[BOOSTER] '
    sort-priority: 4
    tabname: '&f%player%'
  VIP:
    prefix: '&b&l[VIP] '
    sort-priority: 5
    tabname: '&f%player%'
  VIP+:
    prefix: '&a&l[VIP+] '
    sort-priority: 6
    tabname: '&f%player%'
  LEGEND:
    prefix: '&#2f1cff&l[LEGEND] '
    sort-priority: 7
    tabname: '&f%player%'
  FATHER:
    prefix: '&#ff1f35&l[FATHER]&r '
    sort-priority: 8
    tabname: '&f%player%'
  ADMIN:
    prefix: '&c&l[ADMIN] '
    sort-priority: 9
    tabname: '&f%player%'
  OWNER:
    prefix: '&6&l[OWNER] '
    sort-priority: 10
    tabname: '&f%player%'

Still doesn't work

commented

Show screenshot

commented

image
image

commented

You don't even have sort-priority specified in any of your group.

commented

I have the same issue. What is the expected fix time?

commented

Is this still reproducible with the newest releases (v5.5.5)?

commented

Able to reproduce in v.5.5.5!
image

image

Edit: Now the tablist is wreaking havoc :p

wo5yURAZJ2

commented

Same goes for me...
image

commented

image