# Installation

{% hint style="warning" %}
Minimum Requirements

* Java 8 (from version 2.12.1 Java 21)
* Server Version 1.8.8 +
  {% endhint %}

{% hint style="success" %}
From version 2.13.0 plugin also supports Folia
{% endhint %}

### Guide

{% stepper %}
{% step %}

### Obtain License

Visit [Spigot](https://www.spigotmc.org/resources/%E2%9A%A1-ultimaterewards-15-available-reward-types-1-8-1-20-4.108055/), [BuiltByBit](https://builtbybit.com/resources/ultimaterewards-15-types-of-rewards.27336/) or [Polymart](https://polymart.org/resource/ultimaterewards.4150) to acquire your copy of the plugin. Download the plugin's `.jar` file.
{% endstep %}

{% step %}

### Download Plugin

Once downloaded, navigate to your server's directory and locate the "plugins" folder.
{% endstep %}

{% step %}

### Insert Plugin

Place the downloaded `.jar` file directly into the `plugins` folder (not in subfolders).
{% endstep %}

{% step %}

### Start Server

Stop, start, or restart your server to initiate the plugin installation. You can do this through your server management interface or by using the appropriate server commands.

* For Bukkit/Spigot servers, use the command: `/stop`, `/start`, or `/restart`.
* For other server types, follow the specific stop/start/restart procedure applicable to your server.
  {% endstep %}

{% step %}

### Load Plugin

Allow the server to complete the loading process. Ensure that the plugin is loaded without any errors or conflicts.
{% endstep %}

{% step %}

### Configure Plugin

Once the server has successfully loaded, your plugin is ready to use! Verify its functionality and configure any necessary settings according to the plugin documentation.
{% endstep %}
{% endstepper %}

**Note**: If you encounter any issues during the setup process, refer to the plugin's documentation or [support](https://discord.gg/S3Sc6edVc3) channels for assistance.


---

# 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://ultimaterewards.athelion.eu/usage/installation.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.
