# Overview

{% hint style="warning" %}
This AntiCheat system cannot detect some advanced bypass, and weaker than advanced AntiCheat plugins.
{% endhint %}

**General AntiCheat Service** is a simple anti-cheat system

### Dependencies

**packetevents** AntiCheat service use packetevents as protocol library

### Including checks

**BadPacket:** Invalid network packets from client

### Compability

**GrimAC** Incompatible, detections duplicate

**Geyser/Floodgate** Planned to make compability with Bedrock players

### Commands

#### /gac query \<player>

Display information of player from AntiCheat service

**\<player>** Target player ID

#### /gac notify \<message...>

Sending notification to players with permission **general.service.ac.notify**

### Permission

**general.service.ac** Main permission and permisison to use **/gac** command

**general.service.ac.bypass** Bypass all AntiCheat detections (Excluding other plugins)

**general.service.ac.notify** Receive/Send notifications

### Configuration

#### operation/ban-command

Configure the ban command

**%player** Placeholder of player name

**%duration** Placeholder of ban duration, configure at **checks/\*/ban-duration**

#### **checks/\***

Configuration of checks

**state** Is the check enabled

**ban-duration** Duration value when banning player

**vl/notify** Minimum VL of sending notifications to operator

**vl/notify-l2** Minimum VL of sending L2 notifications to operator

**vl/max** Minimum VL of banning player


---

# 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://afternode.gitbook.io/general/anticheat/overview.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.
