# Installation Guide

#### Requirements

| Item             | Version                                      |
| ---------------- | -------------------------------------------- |
| Minecraft server | Paper or Folia **1.21.6+**                   |
| Java             | **21** or higher (MC 1.21+ requires Java 21) |
| PlaceholderAPI   | Optional but strongly recommended            |

#### Setup Steps

1. Drop `TwoCubeCore.jar` into `plugins/`.
2. Start the server all default config files generate automatically.
3. Configure `database.yml` if you want MySQL instead of SQLite.
4. Edit `config.yml`, `messages.yml`, `scoreboard.yml`, `worth.yml` to your liking.
5. Run `/tcc reload` to apply changes without a restart.


---

# 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://docs.twocube.in/plugins/twocubecore-plugin/installation-guide.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.
