> 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                                                   |
| ------------------------------------------------------------------------- | ----------------------- | ------------------------------ | ------------------------------------------------------------- |
| [**`/buildsystem`**](/v4/command-reference/other-commands.md#buildsystem) | `[page]`                | `buildsystem.help.buildsystem` | Shows a paginated list of all plugin commands.                |
| [**`/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.                                |
| [**`/top`**](/v4/command-reference/other-commands.md#top)                 | *None*                  | `buildsystem.top`              | Teleports to the highest block above.                         |
