> 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.
