> For the complete documentation index, see [llms.txt](https://blockcitymc.gitbook.io/blockcitymc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blockcitymc.gitbook.io/blockcitymc/citybuild/grundstucke.md).

# Grundstücke

Auf unserem Server kannst du Grundstücke besitzen, welche eine Größe von 50x50 Blöcken haben. Dort kannst du gemeinsam mit deinen Freunden bauen und die Zeit genießen.&#x20;

Ein Plot ist umgangssprachlich ein Grundstück.

<figure><img src="/files/1QwnPMo9lrHykOR51U11" alt=""><figcaption><p>Plots-Menü</p></figcaption></figure>

Das Plots-Menü öffnet man mit dem Befehl **/plots**.

### Befehle

| Befehle                      | Beispiel                  | Erklärung                            |
| ---------------------------- | ------------------------- | ------------------------------------ |
| /plot auto                   |                           | Erstelle ein Plot automatisch        |
| /plot home (Plot)            | /plot home 1              | Teleportiere dich zu deinem Plot     |
| /plot trust (Spieler)        | /plot trust Spielername   | Füge einen Spieler hinzu             |
| /plot add (Spieler)          | /plot add Spielername     | Füge einen Spieler temporär hinzu    |
| /plot remove (Spieler)       | /plot remove Spielername  | Entferne einen Spieler               |
| /plot info                   |                           | Plot Informationen                   |
| /plot visit (Spieler) (Plot) | /plot visit Spielername 1 | Besuche Spieler                      |
| /plot delete                 |                           | Lösche das Plot sowie das Eigentum   |
| /plot clear                  |                           | Leere und trenne dein Plot           |
| /plot claim                  |                           | Beanspruche ein Plot                 |
| /plotbuy                     |                           | Kaufe ein Plot                       |
| /plotsell (Coins)            | /plotsell 100000          | Verkaufe ein Plot                    |
| /plot set home               |                           | Setze dein Teleportierungspunkt      |
| /plot set alias (Name)       | /plot set alias Name      | Setze einen Plot Alias               |
| /biome                       |                           | Ändere dein Biome                    |
| /plots                       |                           | Übersicht aller Plots                |
| /merge                       |                           | Verbinde deine Plots für 30000 Coins |
| /unmerge                     |                           | Trenne deine verbundenen Plots       |
| /rand                        |                           | Ändere deinen Rand                   |
| /wand                        |                           | Ändere deine Wand                    |
| /flags                       |                           | Ändere deine Einstellungen           |
| /plot deny (Spieler)         | /plot deny Spielername    | Sperre einen Spieler                 |
| /plot kick (Spieler)         | /plot kick Spielername    | Kicke einen Spieler                  |
| /plot middle                 |                           | Teleportiere dich in die Mitte       |
| /plot confirm                |                           | Bestätige eine Abfrage               |


---

# 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, and the optional `goal` query parameter:

```
GET https://blockcitymc.gitbook.io/blockcitymc/citybuild/grundstucke.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
