# Logger

{% hint style="info" %}
**Logger:** is a Minecraft plugin that's designed to watch for nearly every player activity and server performance and logs them to a file that corresponds to the day that the events happened.
{% endhint %}

We are more than welcome to help you further on our [**Discord**](https://discord.com/invite/MfR5mcpVfX) Server.

{% tabs %}
{% tab title="Installation" %}
{% hint style="info" %}
Installation is more or less the same for all Instances.
{% endhint %}

{% content-ref url="getting-started/installation/logger-bungeecord" %}
[logger-bungeecord](https://prism3.gitbook.io/logger/getting-started/installation/logger-bungeecord)
{% endcontent-ref %}

{% content-ref url="getting-started/installation/logger-velocity" %}
[logger-velocity](https://prism3.gitbook.io/logger/getting-started/installation/logger-velocity)
{% endcontent-ref %}

{% content-ref url="getting-started/installation/logger-bukkit" %}
[logger-bukkit](https://prism3.gitbook.io/logger/getting-started/installation/logger-bukkit)
{% endcontent-ref %}
{% endtab %}

{% tab title="Plugin" %}
{% hint style="info" %}
Here you can find the plugin's permissions.
{% endhint %}

{% content-ref url="getting-started/plugin/permissions" %}
[permissions](https://prism3.gitbook.io/logger/getting-started/plugin/permissions)
{% endcontent-ref %}

{% hint style="info" %}
Here you can find the plugin's commands.
{% endhint %}

{% content-ref url="getting-started/plugin/commands" %}
[commands](https://prism3.gitbook.io/logger/getting-started/plugin/commands)
{% endcontent-ref %}
{% endtab %}

{% tab title="Discord" %}
{% hint style="info" %}
Follow the link to view the guide on how to set up your Minecraft server with discord channels.
{% endhint %}

{% content-ref url="getting-started/discord-integration/discord" %}
[discord](https://prism3.gitbook.io/logger/getting-started/discord-integration/discord)
{% endcontent-ref %}

{% hint style="info" %}
Follow the link to view the guide on how to set up Bot Activity Status.
{% endhint %}

{% content-ref url="getting-started/discord-integration/discord-activity" %}
[discord-activity](https://prism3.gitbook.io/logger/getting-started/discord-integration/discord-activity)
{% endcontent-ref %}
{% endtab %}

{% tab title="Databases" %}
{% hint style="info" %}
Guide on how to set up your server with Databases.
{% endhint %}

{% content-ref url="configurating/databases/external-database/external-database-setup" %}
[external-database-setup](https://prism3.gitbook.io/logger/configurating/databases/external-database/external-database-setup)
{% endcontent-ref %}

{% content-ref url="configurating/databases/local-database/sqlite" %}
[sqlite](https://prism3.gitbook.io/logger/configurating/databases/local-database/sqlite)
{% endcontent-ref %}
{% endtab %}
{% endtabs %}

## Features

This list applies to all instances:

1. Can Handle Incoming Events at once for Different Sub-Server.
2. Provides Permission to Prevent Players from getting Logged.
3. Logs in Separate Folders / Files.
4. Configurable Checkers for both Players and Server.
5. View more detailed Features [<mark style="color:orange;">here</mark>](https://prism3.gitbook.io/logger/extra/features).


---

# 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/logger.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.
