# Installation

CobbleQOL is a server-side QOL mod for Cobblemon 1.7.1 on Minecraft 1.21.1.

### Requirements

* Java 21
* Cobblemon `1.7.1`
* Minecraft `1.21.1`

### Choose your loader

#### Fabric

* Install on a Fabric server.
* Jar: `cobbleqol-fabric-*.jar`

#### NeoForge

* Install on a NeoForge server.
* Jar: `cobbleqol-*.jar`

### Server install steps

1. Drop the CobbleQOL jar into your server `mods/` folder.
2. Start the server once.
3. The mod will generate:
   * `config/CobbleQOL/config.json`
   * `config/CobbleQOL/messages.json`
4. Edit the files to your liking.
5. Run `/cobbleqol reload` to reload without restarting.


---

# 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/cobble-q.o.l/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.
