FAQ - CodeCrafter47/AdvancedTabOverlay GitHub Wiki

Content

The icons next to the player name in the tab list are not showing up

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).

Players in spectator mode cannot see the custom tab list

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.

Random player icons show up in the bottom right/top left of the tab list

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_SIZE with size set 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.