> For the complete documentation index, see [llms.txt](https://docs.mantic.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mantic.dev/mantic-generators/plugin-setup.md).

# Plugin Setup

Mantic Development's Generator Minecraft Plugin

## Requirements

ManticGenerators supports Spigot/Paper servers running Minecraft 1.8 and upward. It hard-depends on **Vault** and **ManticLib**, and soft-depends on **SuperiorSkyblock2**, **Multiverse-Core**, **HolographicDisplays**, and **DecentHolograms** for optional integrations.

## Installation Steps

{% stepper %}
{% step %}

### Install required dependencies

Make sure Vault and ManticLib are installed on your server (both are required dependencies).
{% endstep %}

{% step %}

### Install ManticGenerators

Drop the ManticGenerators `.jar` into your server's `plugins` folder and restart the server.
{% endstep %}

{% step %}

### Claim your license

After purchasing, join the [Discord](https://discord.mantic.dev/) to claim your license — a license key is required to run the plugin.
{% endstep %}

{% step %}

### Configure your license key

Open `config.yml` and paste your license key into the `license` field.
{% endstep %}

{% step %}

### Activate the plugin

Reload or restart the server to activate the plugin.
{% endstep %}
{% endstepper %}

## config.yml

```yml
# Put your license key here, if you don't have one, you can get one at https://discord.mantic.dev/
license: XXXX-XXXX-XXXX-XXXX

# If you experience lag I recommend increasing the update time
hologram-update-seconds: 1
```
