> For the complete documentation index, see [llms.txt](https://docs.stndev.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stndev.xyz/information/false-bans.md).

# False Bans

*False detections are extremely rare but may occur when custom resources perform actions that resemble cheating behavior.*

*This is most common with:*

* *Custom frameworks*
* *Character creation systems*
* *Outfit / clothing resources*
* *Teleport systems*
* *Administration tools*
* *Development resources*
* *Highly modified server scripts*

***

### Recommended Solution

Most false detections can be resolved without disabling any AntiCheat protections.

Simply whitelist the affected resource or event through the StnDev Web Panel.

#### Ignoring a Resource

If an entire resource is causing legitimate detections:

1. Open the StnDev Web Panel
2. Navigate to **Administration**
3. Open **Configuration**
4. Locate **Ignored Resources**
5. Add the resource name
6. Save your changes

The resource will now be excluded from selected AntiCheat checks.

#### Ignoring an Event

If only a specific event is causing detections:

1. Open the StnDev Web Panel
2. Navigate to **Administration**
3. Open **Configuration**
4. Locate **Ignored Events**
5. Add the event name
6. Save your changes

This is the preferred solution when only a single event requires exclusion.

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

***

### Before Reporting a False Detection

Please verify the following:

* The resource is up to date
* The resource is not causing console errors
* The event is not already listed in Ignored Events
* The resource is not already listed in Ignored Resources

In most cases, adding the resource or event to the appropriate ignore list resolves the issue immediately.

***

{% hint style="warning" %}
**Recommended Approach**

Whenever possible, use **Ignored Events** instead of **Ignored Resources**.

Ignoring a single event maintains maximum protection while resolving the false detection.
{% endhint %}

{% hint style="danger" %}
**Important**

Do not disable AntiCheat detections globally to resolve false bans.

Always use **Ignored Events** or **Ignored Resources** first. Disabling detections reduces server protection and may expose your server to real exploits.
{% endhint %}


---

# 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://docs.stndev.xyz/information/false-bans.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.
