> For the complete documentation index, see [llms.txt](https://cyr1en.gitbook.io/commandprompter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cyr1en.gitbook.io/commandprompter/getting-started/installation.md).

# Installation

## Requirements

* A Paper-compatible server running Minecraft 26.1.2 or 26.2.x (Paper or a compatible fork such as Purpur).
* Java 25.

CommandPrompter 3.x is built against Paper APIs and is not a Spigot/Bukkit plugin. It declares Folia support and has no required plugin dependencies. Integrations such as PlaceholderAPI, LuckPerms, Towny, HuskTowns, WorldGuard, CarbonChat, and supported vanish plugins are optional.

## Install

1. Download CommandPrompter from [SpigotMC](https://www.spigotmc.org/resources/commandprompter.47772/), [Modrinth](https://modrinth.com/plugin/commandprompter), or the [GitHub releases](https://github.com/CyR1en/CommandPrompter/releases).
2. Place the downloaded `.jar` in the server's `plugins` directory.
3. Start or restart the server.
4. Confirm that `CommandPrompterPaper` enabled without errors, then edit `plugins/CommandPrompterPaper/config.yml` and `plugins/CommandPrompterPaper/prompt-config.yml` as needed.

Anvil and Sign prompts use version-specific screen providers. If no provider matches the server version, those prompts fall back to chat and a warning is written to the console.


---

# 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, and the optional `goal` query parameter:

```
GET https://cyr1en.gitbook.io/commandprompter/getting-started/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
