> For the complete documentation index, see [llms.txt](https://wiki.mixelpixel.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mixelpixel.net/nicht-fertig/die-server-funktionen/plots/plot-aushuellen.md).

# Plot aushüllen

Man will ein Lager oder eine Farm im Keller seines Hauses bauen? Da das ganze mit der Schaufel <mark style="color:purple;">sehr viel Arbeit</mark> ist, gibt es die Möglichkeit, mit dem Befehl `/plot excavate` bestimmte Bereiche <mark style="color:yellow;">des eigenen Plots</mark> direkt zu entfernen.

Man kann **nur** <mark style="color:green;">Grasblöcke</mark>, <mark style="color:orange;">Erde</mark> und <mark style="color:blue;">Luft</mark> mit dieser Funktion ersetzen. Hat man beim Setzen der Punkte Blöcke anderer Art mit einbezogen, wird der Vorgang abgebrochen. Des Weiteren muss man <mark style="color:yellow;">mindestens 200 Blöcke</mark> ausgewählt haben.

Die Preise je Block sind in jeder Plotwelt gleich. Ein Block kostet hierbei <mark style="color:yellow;">0,2 Münzen</mark>.

## Plot aushüllen - Schritt für Schritt

| Schritt 1 | Den Befehl `/plot excavate` ausführen.                                                                                                                                                                                                                                             | ![](/files/36iRShm6KGemo4PGcKrs) |
| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| Schritt 2 | <p>Danach müssen 2 Punkte auf dem eigenen Plot definiert werden. <br>Für den ersten Punkt muss man <code>LINKSKLICK</code> auf einen Erde- oder Grasblock machen.<br>Für zweiten Punkt das gleiche mit <code>RECHTSKLICK</code>.<br>Der ausgewählte Bereich wird nun umrandet.</p> | ![](/files/4zkmWE0tFaG7BKdBJQvq) |
| Schritt 3 | Wurden die beiden Punkte erfolgreich festgelegt, wird der ausgewählte Bereich markiert.                                                                                                                                                                                            | ![](/files/rUVLO5bfDQepEWKwfx8M) |
| Schritt 4 | Des Weiteren erhält man eine Nachricht mit allen relevanten Informationen.                                                                                                                                                                                                         | ![](/files/INs3nKIVF4ZbUToUCChT) |
| Schritt 5 | Mit einem Klick auf das blau unterlegte `KLICKE HIER` öffnet sich ein Bestätigungsinventar. Dort kann die Aktion schließlich ausgeführt werden.                                                                                                                                    | ![](/files/kFxhZFsdfPV4TCq8u0Zj) |


---

# 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://wiki.mixelpixel.net/nicht-fertig/die-server-funktionen/plots/plot-aushuellen.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.
