# Commands

- [/back](https://buildsystem.eintosti.de/v2/commands/back.md): Teleport back to your previous location.
- [/blocks](https://buildsystem.eintosti.de/v2/commands/blocks.md): Opens a menu with secret blocks
- [/build](https://buildsystem.eintosti.de/v2/commands/build.md): Puts the player into "Build Mode", which allows them to bypass worlds that are set to "archive".
- [/buildsystem](https://buildsystem.eintosti.de/v2/commands/buildsystem.md): Overview of all commands.
- [/config](https://buildsystem.eintosti.de/v2/commands/config.md): Reload the config.
- [/day](https://buildsystem.eintosti.de/v2/commands/day.md): Sets the time in a world to daytime.
- [/explosions](https://buildsystem.eintosti.de/v2/commands/explosions.md): Disables explosions in a world.
- [/gm](https://buildsystem.eintosti.de/v2/commands/gm.md): Change your gamemode.
- [/night](https://buildsystem.eintosti.de/v2/commands/night.md): Sets the time in a world to nighttime.
- [/noai](https://buildsystem.eintosti.de/v2/commands/noai.md): Disables entity AIs in a world.
- [/physics](https://buildsystem.eintosti.de/v2/commands/physics.md): Toggles a world's block physics.
- [/settings](https://buildsystem.eintosti.de/v2/commands/settings.md): Opens a menu with per player settings.
- [/setup](https://buildsystem.eintosti.de/v2/commands/setup.md): Change the default items when creating worlds or changing a world's status.
- [/skull](https://buildsystem.eintosti.de/v2/commands/skull.md): Receive a player's skull.
- [/spawn](https://buildsystem.eintosti.de/v2/commands/spawn.md): Set, remove or teleport to the spawn.
- [/speed](https://buildsystem.eintosti.de/v2/commands/speed.md): Changes a player's speed
- [/top](https://buildsystem.eintosti.de/v2/commands/top.md): Teleport to the highest location above you.
- [/worlds](https://buildsystem.eintosti.de/v2/commands/worlds.md): Opens the navigator.
- [addBuilder](https://buildsystem.eintosti.de/v2/commands/worlds/addbuilder.md): Add a builder to a world
- [builders](https://buildsystem.eintosti.de/v2/commands/worlds/builders.md): Display the builders of a world
- [delete](https://buildsystem.eintosti.de/v2/commands/worlds/delete.md): Delete a world.
- [edit](https://buildsystem.eintosti.de/v2/commands/worlds/edit.md)
- [help](https://buildsystem.eintosti.de/v2/commands/worlds/help.md): Overview of all /worlds commands.
- [importAll](https://buildsystem.eintosti.de/v2/commands/worlds/importall.md): Import all worlds located in your server directory at once.
- [import](https://buildsystem.eintosti.de/v2/commands/worlds/import.md): Import a world.
- [info](https://buildsystem.eintosti.de/v2/commands/worlds/info.md): Shows information about a world.
- [item](https://buildsystem.eintosti.de/v2/commands/worlds/item.md): Receive the "World Navigator".
- [removeBuilder](https://buildsystem.eintosti.de/v2/commands/worlds/removebuilder.md): Removes a builder from a world
- [removeSpawn](https://buildsystem.eintosti.de/v2/commands/worlds/removespawn.md): Remove's a world's custom spawn point.
- [rename](https://buildsystem.eintosti.de/v2/commands/worlds/rename.md): Rename an existing world.
- [setItem](https://buildsystem.eintosti.de/v2/commands/worlds/setitem.md): Set a world's item which is shown in the world navigator.
- [setCreator](https://buildsystem.eintosti.de/v2/commands/worlds/setcreator.md): Set a world's creator.
- [setProject](https://buildsystem.eintosti.de/v2/commands/worlds/setproject.md): Set a world's project.
- [setStatus](https://buildsystem.eintosti.de/v2/commands/worlds/setstatus.md): Set a world's status.
- [setPermission](https://buildsystem.eintosti.de/v2/commands/worlds/setpermission.md): Set a world's permission.
- [setSpawn](https://buildsystem.eintosti.de/v2/commands/worlds/setspawn.md): Set a world's spawn point which a player is teleported to on entering the world.
- [tp](https://buildsystem.eintosti.de/v2/commands/worlds/tp.md): Teleport to another world.
- [unimport](https://buildsystem.eintosti.de/v2/commands/worlds/unimport.md): Remove a world from the navigator and worlds.yml


---

# Agent Instructions: 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/v2/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.
