> 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-zurucksetzen-loschen.md).

# Plot zurücksetzen / löschen

Mit dem Befehl `/plot reset` oder `/plot delete` ist es möglich, sein Plot entweder <mark style="color:yellow;">komplett zu löschen</mark> oder <mark style="color:yellow;">alle Blöcke auf seinem Plot zurückzusetzen</mark>. Führt man einen der beiden oben genannten Befehle aus, öffnet sich ein Inventar, in welchem man entscheiden muss, welche Aktion man ausführen möchte.

<div align="left"><figure><img src="/files/34itZiyIqbhuz6RhpJm2" alt=""><figcaption><p>Das /plot delete oder /plot reset Menü.<br>Lavaeimer = Plot zurücksetzen<br>Barriere = Plot löschen</p></figcaption></figure></div>

{% hint style="warning" %}
Beide Aktionen können <mark style="color:red;">nicht</mark> rückgängig gemacht werden.
{% endhint %}

### Plot zurücksetzen

Entscheidet man sich für das Zurücksetzen des Plots, muss man dies mit einem <mark style="color:blue;">Captcha bestätigen</mark>. Hat man dieses gelöst, werden <mark style="color:red;">alle Blöcke, Items und Entites gelöscht</mark> und das Plot ist <mark style="color:red;">wieder in dem Zustand, wie man es beansprucht hat</mark>.

### Plot löschen

Wählt man die Möglichkeit, sein Plot zu löschen, muss man dies auch mit einem <mark style="color:blue;">Captcha bestätigen</mark>. Auch bei diesem Vorgang werden <mark style="color:red;">alle Blöcke, Items und Entities gelöscht</mark>. Das Plot hat dann <mark style="color:red;">keinen Besitzer mehr</mark> und kann von jedem beliebigen Spieler beansprucht werden.

Zusätzlich bekommt man <mark style="color:yellow;">25% des Kaufpreises des Plots zurück</mark>. Die Kosten eines Merges werden <mark style="color:red;">nicht</mark> zurückerstattet. \
Hat man beispielsweise ein 2er Merge in der kleinen Plotwelt, welches man löscht, bekommt man 12.500 Münzen (25% des Preises der beiden Plots) zurück.


---

# 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-zurucksetzen-loschen.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.
