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

# Common issues

For RedisChat to work, you need to <mark style="color:red;">**`disable CMI and EssentialsX chats`**</mark> by disabling chat commands such as:

* ignore
* msg
* mail
* reply
* channel/channels
* staffchat
* mutechat
* broadcast
* broadcastraw

### Disable CMI chat formatting

To deactivate the CMI chat, the values for ModifyChatFormat and&#x20;

ClickHoverMessages **must be set to false** in `cmi/Settings/Chat.yml`

## RedisChat overrides other plugins

For example, when using AdvancedBans you want to mute players but the chat works anyway.

You need to change the listener priority to something higher than AdvancedBan's priority

{% code title="config.yml" %}

```yaml
# The priority of the listening event (LOWEST, LOW, NORMAL, HIGH, HIGHEST, MONITOR)
# adjust this if other plugins are interfering with RedisChat
listeningPriority: NORMAL #Set this to HIGHEST or MONITOR
```

{% endcode %}

## Chat message validation failure

<figure><img src="/files/eSFDNJdJlOPtAf1PXpQN" alt=""><figcaption></figcaption></figure>

If you get this error you probably didn't install any Anti-Encryption plugins such as\
&#x20;                                                                     \
&#x20;                                                                        -> [**`SignedVelocity`**](https://modrinth.com/plugin/signedvelocity) <-<br>

## Placeholders are not parsing correctly

<figure><img src="/files/mTJXRPPgX4H9CXaIgBRs" alt=""><figcaption></figcaption></figure>

It is probably because **you** **didn't download Luckperms and Vault extensions** inside PlaceholderAPI\
You can do that with\ <mark style="color:orange;">**`/papi ecloud download LuckPerms`**</mark>\ <mark style="color:orange;">**`/papi ecloud download Vault`**</mark>\
and then you need to reload PlaceholderAPI with <mark style="color:orange;">**`/papi reload`**</mark>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://emibergo.gitbook.io/redischat/common-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
