# FAQ

## How does the logging work?

Starting from the 1.8 version and above, every player gets logged by default. To prevent certain players from being logged in, grant them the following permission **logger.exempt.**

## What versions are supported?

This plugin is compatible with all Minecraft Versions \[1.7 to 1.19].

## How can I set up the discord feature?

&#x20;Refer to this [<mark style="color:orange;">link</mark>](/logger/getting-started/discord-integration.md) if you want to set up the Discord Integration for your Server!

## I followed the [Discord Integration](/logger/getting-started/discord-integration.md) steps and it's not working!

1. Make sure that you have followed those steps carefully and that the bot has the correct permissions for your channels.
2. Make sure that the Bot Token is Correct.
3. Make sure that the Channel ID is Correct.
4. Make sure that the server is online.

**If the issue persists, join our** [**Discord**](https://discord.gg/MfR5mcpVfX) **and open a ticket describing your issue.**

## How can I suggest a new checker for the plugin?

If you want to suggest anything for the Plugin, join our [<mark style="color:blue;">**Discord**</mark>](https://discord.gg/MfR5mcpVfX) Server, and in the commands channel, perform the **-suggest \<suggestion>** command!

## I only see BungeeCord. But I'm using WaterFall | FlameCord. Will it work?

Yes, it will work. You'll have to use the [<mark style="color:orange;">BungeeCord</mark>](/logger/getting-started/installation/logger-bungeecord.md) one. It has been tested on them and no errors were reported.&#x20;

## MariaDB Type isn't working even if the credentials are correct?

This can occur if your host does not support it. Ask them first if it's available. If it is but still not connecting, join our [<mark style="color:blue;">**Discord**</mark>](https://discord.gg/MfR5mcpVfX) and open a ticket describing your issue!&#x20;


---

# 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://prism3.gitbook.io/logger/extra/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.
