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

# Build-Lite

### Features

* Let you manage worlds & save world specific data
* Manipulates the physics of worlds
* Manages a users permissions to build (adds a build-mode)
* Manipulates many Minecraft-Events for better building experience
* Build Utilities like Banners...

### Requirements

#### List

* Java 21
* Paper (> 1.21.9)

#### Installation

* **Backup your worlds** if your server already contains existing ones.
* **Stop your server** before proceeding.
* **Place the BuildLite plugin JAR** into your server’s `/plugins` directory.
* **Restart your server** — BuildLite will automatically initialize and manage your worlds.
* To import your existing worlds into BuildLite, please refer to the Import Worlds Guide.

### Download

You can download the latest version of BuildLite here:\
&#x20;⇒ [**BuildLite Releases on GitHub**](https://github.com/raphael-goetz/build-lite/releases)


---

# 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://build-lite.gitbook.io/build-lite/build-lite.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.
