# 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!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eplugins.gitbook.io/eglow/guides/tablist-compatibility.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
