# Installing BuildSystem

{% hint style="danger" %}
BuildSystem only actively support the latest full Minecraft release (currently **1.21**).&#x20;

Older versions *may* still work but are no longer supported.
{% endhint %}

1. Download **BuildSystem** from a site of your choice.
2. Place the .jar in your plugins directory.
3. Run the server and wait for it to fully load.
4. Type `stop` in your Minecraft server console to bring the server to a clean stop.
5. Make changes to `config.yml` as you wish.
6. Run the server.
7. All done! **BuildSystem** should be installed and ready to be used.


---

# 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://buildsystem.eintosti.de/getting-started/installing-buildsystem.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.
