> For the complete documentation index, see [llms.txt](https://buildsystem.eintosti.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://buildsystem.eintosti.de/v2/getting-started-1/getting-started.md).

# Tutorials

## Installing BuildSystem

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 changed to the `config` as you wish.
6. Run the server.
7. All done! **BuildSystem** should be installed and ready to be used.

## Creating a world&#x20;

1. Open the navigator by clicking on the `Navigator` item or by using the command:

```
/worlds
```

&#x20;  2\. Click on the chest icon to open the `World Navigator`.

![](/files/-M6oc8FnP_7DnKJZsOoL)

{% hint style="info" %}
If you cannot open the navigator, make sure you have the correct [permission](/v2/permissions/bypass.md#open-the-navigator).
{% endhint %}

&#x20;  3\. Click on the `"+" skull` at the bottom of the navigator.

![](/files/-M6ocK7spFpSOUwlfqKW)

{% hint style="info" %}
If you cannot see the item for creating a world, make sure you have to correct [permission](/v2/permissions/bypass.md#create-a-world).
{% endhint %}

&#x20;  4\. Decide whether you want to create a **predefined** **world** or a [**template**](/v2/getting-started-1/getting-started.md#installing-templates).

![Predefined worlds](/files/-M6ocCI-AbbIZrxq47-7)

![Templates](/files/-M6ocHDgwjF5Eei6det0)

&#x20;  5\. Enter the name of the world you want to create into the chat

{% hint style="warning" %}
The world name cannot contain spaces, dots and special symbols
{% endhint %}

## Installing templates

1. Place the world folder you wish to use as a template in the `templates` directory in the `BuildSystem` directory.

![](/files/-M6ohSMWcxczswhTA2l1)

&#x20;  2\. When creating a world now select the template you just added.


---

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