# Join Gate

## Configuring the antiraid system

### Preventing mass joins <a href="#preventing-mass-joins" id="preventing-mass-joins"></a>

This module will trigger when the number of accounts joining the server exceeds the threshold within a short time frame.

```
Syntax: ;antiraid massjoin enable [punishment] [threshold]
Example: ;antiraid massjoin enable ban 3
```

<figure><img src="https://github.com/EvelinaServices/docs/blob/main/.gitbook/assets/Screenshot%202025-03-26%20022438.png" alt=""><figcaption></figcaption></figure>

### Requiring an avatar <a href="#requiring-an-avatar" id="requiring-an-avatar"></a>

This module will trigger when an account joins the server without an avatar.

```
Syntax: ;antiraid avatar enable [punishment]
Example: ;antiraid avatar enable ban
```

<figure><img src="https://github.com/EvelinaServices/docs/blob/main/.gitbook/assets/Screenshot%202025-03-26%20022541.png" alt=""><figcaption></figcaption></figure>

### Setting a minimum account age

This module will trigger when an account joins the server that is younger than the specified age.

<figure><img src="https://github.com/EvelinaServices/docs/blob/main/.gitbook/assets/Screenshot%202025-03-26%20022658.png" alt=""><figcaption></figcaption></figure>

### Exempting accounts from the antiraid <a href="#exempting-accounts-from-the-antiraid" id="exempting-accounts-from-the-antiraid"></a>

You can exempt accounts from the antiraid with the `antiraid whitelist` command.

{% hint style="info" %}
You can use the `antiraid whitelist view` command to view all whitelisted accounts.
{% endhint %}

<figure><img src="https://github.com/EvelinaServices/docs/blob/main/.gitbook/assets/Screenshot%202025-03-26%20022814.png" alt=""><figcaption></figcaption></figure>

## Viewing the antiraid configuration <a href="#viewing-the-antiraid-configuration" id="viewing-the-antiraid-configuration"></a>

You can use the `antiraid config` command to view the current antiraid configuration.

<figure><img src="https://github.com/EvelinaServices/docs/blob/main/.gitbook/assets/Screenshot%202025-03-26%20022847.png" alt=""><figcaption></figcaption></figure>


---

# 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://docs.evelina.bot/security/join-gate.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.
