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

# Plotshop

Mit dem **Plot-Shop-System** kannst du **deine bebauten Plots verkaufen** oder dir ein neues Grundstück sichern. Egal ob für **Shops, Farmen oder beeindruckende Bauwerke** – hier kannst du frei handeln!

***

### **📌 Wie funktionieren die Plot-Shops?**

✅ **Spieler können ihre bebauten Plots zum Verkauf anbieten.**\
✅ **Interessierte Käufer können die Plots vorher besichtigen.**\
✅ **Der Verkäufer kann den Preis jederzeit anpassen oder das Angebot zurückziehen.**\
✅ **Der Käufer muss mindestens ein freies Plot haben, um einen Kauf durchführen zu können.**\
✅ **Alle verfügbaren Plots können bequem über eine GUI verwaltet werden!**

💡 **Tipp:** Stelle sicher, dass du genug freie Plots hast, bevor du ein Grundstück kaufst!

***

### **🖥️ Verwaltung über die GUI**

📜 **Befehl zur Übersicht aller Plots:**\
`/plotshop`\
➥ Öffnet die **Plot-Shop GUI**, in der du:

* 🏡 **Verfügbare Plots durchsuchen**
* 👀 **Plots vorher besichtigen**
* 💰 **Plots direkt kaufen**

<figure><img src="/files/aw3ru5pjaA8yIDqRujyK" alt=""><figcaption></figcaption></figure>

***

### **🔍 Vor dem Kauf ein Plot besichtigen**

**Bevor du ein Grundstück kaufst, solltest du es dir genau ansehen!**\
In der **Plot-Shop GUI** kannst du mit einem Klick ein Plot besuchen und dich vor Ort umsehen.

**Überprüfe vor dem Kauf:**\
✅ **Lage des Plots**\
✅ **Bebauung & Nutzen des Grundstücks**\
✅ **Ob du genügend freie Plots besitzt**

📢 **Achtung:** Einmal gekaufte Plots können nicht automatisch zurückgegeben werden – überlege dir den Kauf gut!


---

# 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.mystania.de/minecraft/grundstucke/plotshop.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.
