> 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/getting-started/player-settings.md).

# Player Settings

BuildSystem allows each player to customize client-side building assists, fly parameters, and HUD selections via the `/settings` menu.

***

## Accessing Player Settings

* **Command**: `/settings`
* **Default Access**: All players can open the menu by default.
* **Toggle Locks**: Admins can restrict individual toggle options via standard permission nodes (see the [Settings Option Permissions](/v4/permissions-and-access/commands.md#system-settings-permissions) checklist).

***

## Detailed Settings Reference

### 🧱 Building Assistants

#### Slab Breaking

* **Behavior**: When breaking a double slab block, only the targeted half (top or bottom slab) breaks, leaving the other half intact. Useful for detailing without accidentally destroying adjacent slabs.

#### Instant Place Signs

* **Behavior**: Placing a sign places it instantly on the block face without opening the standard text entry interface.

#### Open (Trap-)Doors

* **Behavior**: Allows players to toggle iron doors, iron trapdoors, and wooden counterparts simply by right-clicking them, even when in adventure mode or when a build mode restriction is active.

#### Place Plants

* **Behavior**: Allows placing flowers, saplings, coral, vines, and sweet berries on unsupported surfaces (e.g., placing flowers on stone blocks or glass).

***

### ✈️ Movement & Visibility

#### NoClip

* **Behavior**: When flying in creative mode, flying directly against or into a solid block automatically transitions the player into Spectator Mode, allowing seamless block clipping. Moving back into empty space restores the previous game mode.

#### Nightvision

* **Behavior**: Grants infinite nightvision, removing darkness and shadows globally.

#### Hide Players

* **Behavior**: Vanishes all other players on the server, ensuring builders can focus on their blocks without player clutter.

***

### 📊 HUD & Layout

#### Scoreboard

* **Behavior**: Toggles the visibility of the BuildSystem info sidebar, which displays world coordinates, active project metadata, creator, and speed rates.

#### New Navigator

* **Behavior**: Swaps the Navigator UI interface from a standard chest container GUI to a localized layout.

#### Spawn Teleport

* **Behavior**: Automatically teleports the player to the spawn point of a world as soon as they join or warp to it.

#### World Sort

* **Behavior**: Changes the default sorting of worlds in your personal Navigator list:
  * Alphabetical (A-Z or Z-A)
  * Project name (A-Z or Z-A)
  * Creation date (Newest or Oldest)
  * Status (Finished or Not Started)

#### Change Design

* **Behavior**: Select the color theme (e.g., glass panels) representing GUI borders.


---

# 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/getting-started/player-settings.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.
