# FAQ

This page has answers to the most commonly asked questions. Please check this page first before asking a question on the Spigot forums!

#### Statz keeps spamming 'Save Statz database.' How do I disable this?

If you want to disable this message completely, set *show database save message* in the config.yml to false.

#### How can I disable stats tracking for players in creative?

Set *ignore creative* in the config.yml to false.

#### How do I disable certain statistics?

You can add disabled statistics in the config by adding it to the list of *disabled statistics*. To view the different statistics Statz stores, [click here](/data/how-to-disable-statistics.md).

#### Where can I find a list of commands or permissions?

[Click here](/commands-permissions.md#commands).


---

# 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://statz.staartvin.com/faq.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.
