> For the complete documentation index, see [llms.txt](https://wiki.chatsentry.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.chatsentry.xyz/config-guides/module-config-guides/anti-statue-spambot.md).

# Anti Statue Spambot

## About this module

The Anti Statue Spambot module prevents joining players abilities to send messages or commands until they move in order to protect against basic artificially controlled spam bots. Has an optional command whitelist. Does not require "process-commands" in the main config to be enabled to function.

{% hint style="info" %}
To bypass this module, op or the permission: "**chatsentry.antistatuespambot.bypass"** is required.&#x20;
{% endhint %}

## Config guide

You can access the below settings in the **anti-statue-spambot.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="/pages/-MOrm5qvlMQsZwBcf5\_H" %}
[anti-statue-spambot.yml](/files/files/module-configurations/anti-statue-spambot.yml.md)
{% endcontent-ref %}

###

### join-command-whitelist&#xD;

If you have plugins that make players run commands when they join, add those commands below so they aren't blocked by ChatSentry.

Make sure to only include base commands; don't add any command arguments (spaces).

Set to "join-command-whitelist: \[]" to have an empty list.

```yaml
join-command-whitelist:
  - "/motd"
```


---

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

```
GET https://wiki.chatsentry.xyz/config-guides/module-config-guides/anti-statue-spambot.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.
