> For the complete documentation index, see [llms.txt](https://eplugins.gitbook.io/eglow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eplugins.gitbook.io/eglow/guides/tablist-compatibility.md).

# TabList compatibility

## Reason for compatibility issue <a href="#reason-for-compatibility-issue" id="reason-for-compatibility-issue"></a>

Somehow eGlow packet blocker is unable to properly block team changes from Tablist which causes an incorrect glow color.

## Solution <a href="#solution" id="solution"></a>

The solution to get around this is by configuring eGlow and Tablist properly. Please execute these steps:

* Disable eglows packet blocker by setting smart-package-blocker in [Config.yml](/eglow/configs/config.yml.md) to false.
* Add '%eglow\_glowcolor%' to the end of all groups tagprefixes in TabList.

## Explanation <a href="#explanation" id="explanation"></a>

Glow colors are handled by the team prefixes. Setting adding the placeholder at the end of the tagprefixes will ensure a proper glow color. We disable eGlows packet blocker to save extra resources since it failed to block Tablist packets anyway.

## Additional info <a href="#additional-info" id="additional-info"></a>

* This does require PlaceholderAPI to be installed!
