# BehaviorWatch

:thumbsup: **Download this plugin on** [**BuiltByBit**](https://builtbybit.com/members/chris-graph.151148/)

#### ✅ Features

* Behavior profiles per player with dominant type + % breakdown
* Session/Week/Month periods with automatic rotation
* Change detection vs previous week/month
* Staff GUIs: main list + player profile
* Offline support (last known name/UUID + heads when possible)
* PlaceholderAPI expansion (soft‑depend)
* bStats included (id 29277; opt‑out via bStats config)
* Async saves with snapshot safety, no heavy tick loops

#### ⚙️ How it works

* Tracks events: block place/break, combat, pickups, container opens, movement, chunk visits, AFK time.
* Scores are added per category and converted into percentages.
* Dominant type is chosen by highest % (configurable thresholds).
* Period rotation uses stored week/month keys to survive restarts.
* Tracking is skipped for ignored gamemodes or [behaviorwatch.ignore](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/chris/.vscode/extensions/openai.chatgpt-0.4.69-win32-x64/webview/#) permission.


---

# 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://wiki.chrisgraph.fr/how-to-install/behaviorwatch.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.
