Duplicate player nicknames
Hi guys, Im having a problem with duplicate player names, historically this was a problem with luckperms, but now Im running 1.21 and the newest version of luckperms and this issue persists. Im running bungeecord and syncing all permissions(ranks) across servers, no problems on the others. I cant find anything misconfigured. Any ideas how to fix this?
Im running Purpur 1.21 newest;
Plugins: BlueMap, BlueMap-BannerMarker, CommandAPI, CoreProtect, FastAsyncWorldEdit, LPC, LuckPerms, Minetrax, PlaceholderAPI, ProtocolLib, RealisticSeasons, TAB, UltimateAutoRestart, Vault, Waypoints, BlueMap-Marker
5 Replies
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 arocles#0
issue with your TAB setup and or LuckPerms setup
send your tab groups.yml file
Player:
tabprefix: "&0&l[&7&lPlayer&0&l] &3"
tagprefix: "&2&lPlayer &3"
example_group:
header:
- "This is an example of per-group header/footer"
footer:
- "applied to a group"
# default settings for all groups, all groups will take properties from this section unless player's primary group overrides a specific setting
DEFAULT:
tabprefix: "%luckperms-prefix%%player%"
tagprefix: "%luckperms-prefix%%player%"
customtabname: ""
customtagname: "" # don't forget to enable unlimited nametag mode to make this one work
tabsuffix: " %condition:afk%"
tagsuffix: " %condition:afk%"
per-world:
world1:
Owner:
tabprefix: "&0&l[&a&lOwner&0&l] &a"
tagprefix: "&2&lOwner &a"
Luckperms maybe adds name to prefix placeholder, this might be it
It was truly it! Modifications that resolved this:
tabprefix: "%luckperms-prefix%"
tagprefix: "%luckperms-prefix%"
customtabname: "%player%" //Moved player placeholder in custom tab name
customtagname: "%player%"
tabsuffix: "%luckperms-suffix% %condition:afk%"
tagsuffix: "%luckperms-suffix% %condition:afk%"
Thanks for pointing at tab, I didnt even know that its formatting player nicknames outside tab.
post closed!
The post/thread has been closed!
Requested by arocles#0