# Admin Notifier

## About this module

The Admin Notifier module notifies admins real-time when a module is triggered with detailed information, allowing them to know when to take action if necessary.

{% hint style="info" %}
To receive notifications, op or the permission: "**chatsentry.getnotified**" is required.
{% endhint %}

## Config guide

You can access the below settings in the **admin-notifier.yml** file within the **modules** folder of the plugin's root folder.

{% hint style="success" %}
**Config excerpts taken from v3.6.0 and may not be completely up-to-date with the latest changes. To see the most up-to-date file, see below:**
{% endhint %}

{% content-ref url="../../files/files/module-configurations/admin-notifier.yml" %}
[admin-notifier.yml](https://wiki.chatsentry.xyz/files/files/module-configurations/admin-notifier.yml)
{% endcontent-ref %}

### enable-notifications-for

These are the modules that support real time notifications. Changing these options allows you choose which of them notifications should be enabled for.

Please note that changing below values for modules which are not enabled in config.yml will have no effect.

```yaml
enable-notifications-for:
  chat-cooldown: true
  link-and-ad-blocker: true
  word-and-phrase-filter: true
  spam-blocker: true
  unicode-remover: true
  cap-limiter: true
  anti-parrot: true
  anti-chat-flood: true
  anti-statue-spambot: true
  anti-join-flood: true
  chat-executor: true
```

### send-to-console

Determines whether violation notifications should be sent to console in addition to players with notification permission.

```yaml
send-to-console: true
```

### remind-notifs-toggled-off-on-join

Should ChatSentry remind joining players (with violation notification permission) that they have violation notifications toggled off?

```yaml
remind-notifs-toggled-off-on-join: true
```
