# Minecraft Servers

!!!danger
This is the old documentation site for FancyInnovations, which is no longer maintained.
The new documentation site can be found at [fancyinnovations.com/docs/web-services/fancyanalytics](https://fancyinnovations.com/docs/web-services/fancyanalytics).
!!!

!!!danger
The FancyAnalytics platform is still in development. Expect breaking changes in the future.
!!!

If you run a Minecraft server, you might want to track metrics about your players and server performance.
We provide a Minecraft plugin which can be installed on your server to send data to FancyAnalytics.

## Installation

To install FancyAnalytics on your server, you need to follow these steps:

1. Download the latest release from the [download page](https://fancyanalytics.net/downloads)
2. Put the downloaded jar file in the ``plugins`` folder of your server
3. Restart your server
4. Run the command `/fancyanalytics version` to confirm that the plugin is installed

## Configuration

To use FancyAnalytics, you need to create an account on the [FancyAnalytics website](https://fancyanalytics.net/register) and create a new project. 
After creating the project, you need to put the project ID and the API key in the `config.yml` file of the plugin.

```yaml
project_id: "your project id"
api_key: "your api key",
enable_default_events: false
```

## Usage

All you need to do is wait for the data to be collected, and then you can see it on the website. This can take up to 2 minutes.
