# Installation

### Requirements

* Java 21
* Fabric server on Minecraft 1.21.1
* Cobblemon 1.7.1

### Server install

1. Place the jar in your server `mods/` folder.
2. Start the server once to generate config files.
3. Configure locations and formats.

### Where files are created

* Config folder: `config/CobbleTournaments/`
* Data folder: `config/CobbleTournaments/data/` (SQLite + exports)


---

# 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://dawnshade.gitbook.io/dawnshade-docs/docs/dawn-tournaments/summary/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.
