-
Notifications
You must be signed in to change notification settings - Fork 3
FAQ
CodeCrafter47 edited this page Mar 10, 2022
·
5 revisions
- The icons next to the player name in the tab list are not showing up
- Players in spectator mode cannot see the custom tab list
- Random player icons show up in the bottom right/top left of the tab list
Your server needs to meet the following requirements for the icons to show up:
- You need to run Minecraft 1.8 or above.
- Your server cannot run in offline mode (see #269).
This is intentional.
You can use the disableCustomTabListForSpectators option in config.yml to change that.
However, displaying the custom tab list to players in spectator mode causes some issues, such as fake players used for custom slots showing up in the teleport menu and other spectators being rendered differently.
This bug only appears when specific conditions are met:
- Your Tab list doesn't use all 80 available slots.
- You don't use a playerSet that displays all players from at least the viewer's server.
This is a limitation of Minecraft and there are currently 2 solutions you can try:
- Set the Tab list type to
FIXED_SIZEwithsizeset to 80. This will fill all slots with players causing the bug to not happen. - Make sure that all players online are displayed somewhere on the tab list.