> 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/unique-features/ignore-public-messages.md).

# Ignore public messages

This feature is connected to [Ignore private messages](/redischat/features/ignore-private-messages.md)\
To ignore a player you'll need to execute `/ignore <playername>`

First of all you'll need to enable those 2 parameters inside config.yml

<pre class="language-yaml" data-title="config.yml"><code class="lang-yaml"><strong># Do not send public messages to players who are ignoring the sender.
</strong>ignorePublicMessages: true
# Publicly Ignored Player Notification
sendWarnWhenIgnoring: true
</code></pre>

#### Configuration Parameters Explanation

* **ignorePublicMessages**: When set to `true`, it enables the feature
* **sendWarnWhenIgnoring**: When set to `true`, a notification will be sent to the player indicating that they have been ignored on public chat\
  This serves as a warning message to the player about their status\
  By default the warning message, when clicked, shows ignored players

### This is the graphical interface

<div align="left"><figure><img src="/files/0uz5lnQRAWwH2syZC8pq" alt=""><figcaption><p><strong>Player POV</strong></p></figcaption></figure></div>
