Why is this?

I am having an issue with default rank being right under my rank (owner) and above every other rank. I setup my tab plugin correctly and my groups in lp but Idk what could be causing this.
No description
24 Replies
Admincraft Meta
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by xxer0#0
itaquito
itaquito2y ago
Probably the color code is messing it around
xer0
xer0OP2y ago
how would I fix it?
itaquito
itaquito2y ago
Just use &0, &1, &2, ..., &9 before the color code The one with &0 will be at the top
xer0
xer0OP2y ago
and it wouldnt mess with the colors any?
prefix.10.&#ffefca[Player] &r
prefix.10.&#ffefca[Player] &r
this is the prefix for the group
itaquito
itaquito2y ago
Can you also send the ones from the Jr mods and Experienced?
xer0
xer0OP2y ago
yes
prefix.95.&#9cff90[Jr\. Mod&r&#9cff90] &r
prefix.25.&#ffe599[Experienced] &r
prefix.95.&#9cff90[Jr\. Mod&r&#9cff90] &r
prefix.25.&#ffe599[Experienced] &r
I also noticed my member+ role is doing the same thing
prefix.20.&#caffd9[Member+] &r
prefix.20.&#caffd9[Member+] &r
xer0
xer0OP2y ago
these are the only 2 ranks that are doing it
No description
itaquito
itaquito2y ago
So if you want to get your Jr. Mode players to the top, you would do something like prefix.95.&0&#9cff90[Jr\. Mod&r&#9cff90] &r and then your experienced players prefix.25.&1&#ffe599[Experienced] &r and so on Minecraft by default sorts the names alphabetically, taking into consideration everything: the color codes, prefix and name of the player.
xer0
xer0OP2y ago
are you familiar with the TAB plugin? I saw this in the config but I believe its for a scoreboard and not the player list correct?
scoreboard-teams:
enabled: true
enable-collision: true
invisible-nametags: false
anti-override: true
sorting-types:
- GROUPS:owner,admin,mod,helper,builder,vip,default
- PLACEHOLDER_A_TO_Z:%player%
scoreboard-teams:
enabled: true
enable-collision: true
invisible-nametags: false
anti-override: true
sorting-types:
- GROUPS:owner,admin,mod,helper,builder,vip,default
- PLACEHOLDER_A_TO_Z:%player%
itaquito
itaquito2y ago
Yeah, if you are using TAB you can use their sorting feature
xer0
xer0OP2y ago
I didnt know if that was how it sorted them or if it as this:
primary-group-finding-list:
- Owner
- Admin
- Moderator
- trial-mod
- builder
- master
- expert
- pro
- advanced
- experienced
- member+
- member
- player
- default
primary-group-finding-list:
- Owner
- Admin
- Moderator
- trial-mod
- builder
- master
- expert
- pro
- advanced
- experienced
- member+
- member
- player
- default
this is what I messed with and it worked until the member+ and player group
itaquito
itaquito2y ago
Oh, the primary-group-finding-list is not used for sorting I believe you can run /tab debug to see which sorting type are you using.
xer0
xer0OP2y ago
No description
itaquito
itaquito2y ago
Oh yeah, is sorting by groups By the list defined here Owner, then admin, then mod, bla bla bla
xer0
xer0OP2y ago
so do I still need to do the &0 &1 etc?
itaquito
itaquito2y ago
No, just do the TAB config
xer0
xer0OP2y ago
ive had it like this for awhile now
itaquito
itaquito2y ago
Maybe you got lucky, hehe
xer0
xer0OP2y ago
thats how it was already set before I changed it to that because I had a bug so I had to change it to that. But I still need to fix the member+ and player group not being sorted properly
itaquito
itaquito2y ago
Just add your groups to this list and it should work
xer0
xer0OP2y ago
okay
QarthO
QarthO2y ago
Sorting in the tab list is only possible if the players are on a team using a scoreboard So if u want sorting you’ll need a scoreboard, which is what this config is for Don’t be confused, this scoreboard is not the thing you’ll see on the right side of ur screen TAB assigns each player a specific team, with an objective and that player has a point value on that objective. And the TAB list is sorting based of those point values. the TAB plugin doesn’t show u the team, the sidebar scoreboard or the point values when u hold tab, it’s all hidden ^ so this sorting type in this message is exactly what u want I’d recommend reading the docs.. it’s SUPER well documented and does A really good job at explaining
xer0
xer0OP2y ago
ohh okay
sorting-types:
- GROUPS:owner,admin,mod,helper,builder,vip,default
- PLACEHOLDER_A_TO_Z:%player%
sorting-types:
- GROUPS:owner,admin,mod,helper,builder,vip,default
- PLACEHOLDER_A_TO_Z:%player%
so I need to edit this like itaquito told me to? I havent done it yet but im about to @QarthO fixed it thanks guys!

Did you find this page helpful?