# Installation & Setup

This page helps you to install and setup **Kudos** on your Minecraft server.\
If you have any questions or issues, please consider to [contact me](https://discord.com/invite/hDqPms3MbH)!

### Requirements

* Java 25 or later
* Spigot server with 1.20 or higher
  * for 1.19 support please use Kudos up to plugin version 6.0.0.

### Installation

* stop your server
* download [Kudos](https://www.spigotmc.org/resources/kudos-praise-system.106036/)
* drag Kudos into your plugin folder
* start your server

### Database Setup

It is possible to use a MySQL database to store data. By default data will be stored in a local SQLite database. You can find the database file in the `/plugins/Kudos/data` folder.

* navigate to `/plugins/Kudos`
* open the config.yml and set `use-MySQL` to `true`
* enter your database credentials in the `mysql.yml` file
* restart your server

[Installation and Setup Video Tutorial](https://www.youtube.com/watch?v=hmIXCLzd1JQ)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://urbance.gitbook.io/kudos-v5-wiki/getting-started/installation-and-setup.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.
