> 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/permissions-and-access/bypass.md).

# Admin & Bypass

BuildSystem features override permission nodes allowing staff, QA, or automated pipeline processes to bypass world restrictions.

***

## 1. Global Administrator Bypass

Grants complete bypass rights across all worlds.

* **Permission Node**: `buildsystem.admin`
* **Default**: `OP`
* **Overrides**:
  * Bypasses world visibility rules (private or archived worlds).
  * Bypasses builder whitelist limitations.
  * Allows world editing and deletion regardless of creator ownership.
  * Bypasses block break, block placement, and block interaction rules.

***

## 2. Granular Bypass Permissions

Fine-grained bypass nodes for non-admin accounts:

### World Action Bypasses

| Permission Node               | Default | Description                                                                                |
| ----------------------------- | ------- | ------------------------------------------------------------------------------------------ |
| `buildsystem.bypass.archive`  | `OP`    | Allows building and placing blocks inside archived worlds.                                 |
| `buildsystem.bypass.builders` | `OP`    | Allows modifying blocks in worlds where the player is not in the builder list.             |
| `buildsystem.bypass.settings` | `OP`    | Bypasses settings blocks (e.g., breaks double slabs normally, ignores interaction limits). |

### World Visibility & Entry Bypasses

| Permission Node                         | Default | Description                                                                     |
| --------------------------------------- | ------- | ------------------------------------------------------------------------------- |
| `buildsystem.bypass.permission.public`  | `OP`    | Allows joining public worlds that require a permission node the player lacks.   |
| `buildsystem.bypass.permission.private` | `OP`    | Allows joining private worlds that require a permission node the player lacks.  |
| `buildsystem.bypass.permission.archive` | `OP`    | Allows joining archived worlds that require a permission node the player lacks. |


---

# 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/permissions-and-access/bypass.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.
