> 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/v4/master.md).

# BuildSystem

![BuildSystem Header Logo](/files/-M8lVnhw9VUo76-B3_-u)

Welcome to the documentation portal for **BuildSystem**, a management engine for Minecraft builders. Organize worlds, configure access controls, manage backups, and programmatically orchestrate build environments.

***

## Guide Structure

### 🛠️ User & Admin Guide

Designed for server owners and administrators configuring the plugin.

* [**Quickstart & Installation**](/v4/getting-started/installing-buildsystem.md): Install the plugin, check Java requirements.
* [**Configuring the System**](/v4/getting-started/config.md): Details of `config.yml`.
* [**Command & Permission Reference**](/v4/permissions-and-access/commands.md): Command permissions, `.self` / `.other` modifiers, bypass rules.

### 💻 Developer Portal

Designed for developers writing plugins, integrating hooks, or automating world creation.

* [**API Setup**](/v4/developer-portal/getting-started.md): Add `buildsystem-api` as a dependency.
* [**World Management**](/v4/developer-portal/world-management.md): Create and import worlds using the fluent builder pattern.
* [**Lifecycle Events**](/v4/developer-portal/event-pipeline.md): Listen for world creation, deletion, status changes, and backups.


---

# 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:

```
GET https://buildsystem.eintosti.de/v4/master.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.
