> 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/command-reference/commands.md).

# Overview

BuildSystem exposes multiple subcommands and shortcuts for managing worlds, settings, and player states.

***

## Command Reference Table

| Base Command                                                            | Arguments / Subcommands | Permission Node              | Description                                                   |
| ----------------------------------------------------------------------- | ----------------------- | ---------------------------- | ------------------------------------------------------------- |
| [**`/worlds`**](/v4/command-reference/worlds.md)                        | `[subcommand]`          | `buildsystem.navigator`      | Opens the world navigator inventory or executes a subcommand. |
| [**`/settings`**](/v4/command-reference/settings.md)                    | *None*                  | `buildsystem.settings`       | Opens the GUI containing per-player settings.                 |
| [**`/build`**](/v4/command-reference/other-commands.md#build)           | `[player]`              | `buildsystem.build`          | Toggles Build Mode.                                           |
| [**`/blocks`**](/v4/command-reference/other-commands.md#blocks)         | *None*                  | `buildsystem.blocks`         | Opens the custom blocks library.                              |
| [**`/gm`**](/v4/command-reference/other-commands.md#gm)                 | `<mode> [player]`       | `buildsystem.gamemode`       | Changes gamemode directly.                                    |
| [**`/speed`**](/v4/command-reference/other-commands.md#speed)           | `<value>`               | `buildsystem.speed`          | Toggles walk or flight speed.                                 |
| [**`/skull`**](/v4/command-reference/other-commands.md#skull)           | `<name>`                | `buildsystem.skull`          | Spawns a player head.                                         |
| [**`/spawn`**](/v4/command-reference/other-commands.md#spawn)           | `[set/remove]`          | *None* / `buildsystem.spawn` | Teleports to or manages the global spawn point.               |
| [**`/back`**](/v4/command-reference/other-commands.md#back)             | *None*                  | `buildsystem.back`           | Teleports to previous location.                               |
| [**`/day`**](/v4/command-reference/other-commands.md#day-and-night)     | *None*                  | `buildsystem.day`            | Sets world time to day.                                       |
| [**`/night`**](/v4/command-reference/other-commands.md#day-and-night)   | *None*                  | `buildsystem.night`          | Sets world time to night.                                     |
| [**`/physics`**](/v4/command-reference/other-commands.md#physics)       | *None*                  | `buildsystem.physics`        | Toggles block physics.                                        |
| [**`/explosions`**](/v4/command-reference/other-commands.md#explosions) | *None*                  | `buildsystem.explosions`     | Toggles explosion damage.                                     |
| [**`/noai`**](/v4/command-reference/other-commands.md#noai)             | *None*                  | `buildsystem.noai`           | Toggles mob artificial intelligence.                          |
| [**`/config`**](/v4/command-reference/other-commands.md#config)         | `<reload>`              | `buildsystem.config`         | Reloads configurations.                                       |
| [**`/setup`**](/v4/command-reference/other-commands.md#setup)           | *None*                  | `buildsystem.setup`          | Opens the plugin setup wizard.                                |


---

# 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/command-reference/commands.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.
