Group Ordering bugged
yashbattlebee opened this issue ยท 27 comments
After I set the group order in the way I want them to appear, the players still appear randomly on the Tab List
Hey, we understand it's an issue, I'm also (after long time) able to reproduce this. We're trying to fix it.
The newest build from Actions page fixes this issue, select the first one and find Artifacts. Please let us know if it works.
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
Show screenshot, plugin version that you use, show how you configured groups ordering and configuration.
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: 'f1cff&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%'
Bugged ordering, I am using the latest version!
/version tablist
and show the output, not the latest
Use this example in one of your group:
VIP:
prefix: "vip"
sort-priority: 3
and do the same with your others group
# 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: 'f1cff&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