> For the complete documentation index, see [llms.txt](https://wiki.landania.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.landania.net/systeme/kartensystem/mapimport-system.md).

# Mapimport System

Mit unserem Mapimport System ist es dir möglich einzigartige Karten zu erstellen deiner Fantasie sind hier keine Grenzen gesetzt.&#x20;

## Was ist das Mapimport System?

Mit dem Befehl <mark style="color:blue;">**/mapimport \[Bildurl]**</mark> ist es dir möglich einzigartige Karten zu erstellen, ohne diese selber Stunden bauen zu müssen, hierfür kannst du einfach ein Bild aus dem Internet benutzen.&#x20;

<figure><img src="/files/NmEAOEEtVgKWTmXMZbXC" alt="" width="563"><figcaption><p>Benutzung des /mapimport Befehls</p></figcaption></figure>

<figure><img src="/files/bE9XXHKxDisp0Nr4Why7" alt="" width="282"><figcaption><p>Die Fertige Karte</p></figcaption></figure>

## Wie benutze ich /mapimport?

Die Benutzung von <mark style="color:blue;">**/mapimport \[Bildurl]**</mark> ist sehr einfach aber ein paar Dinge sind zu beachten.\
\
**1. Die Bildgröße** \
\
Die Bildgröße muss an die Minecraft Kartengröße angepasst werden und darf **640x640px** nicht überschreiten.

| Kartengröße | Pixelgröße |
| ----------- | ---------- |
| 1x1 Karte   | 128x128px  |
| 2x2 Karte   | 256x265px  |
| 3x3 Karte   | 384x384px  |
| 4x4 Karte   | 512x512px  |
| 5x5 Karte   | 640x640px  |

{% hint style="warning" %}
Die Pixelgröße muss exakt übereinstimmen eine Karte mit z.b 500x500px zu erstellen ist nicht möglich.
{% endhint %}

2. **Wo du das Bild hochlädst**

Um die Karte mit  <mark style="color:blue;">**/mapimport \[Bildurl]**</mark> erstellen zu können musst du dein Bild im Internet hochladen um eine Bildurl zu erhalten. \
\
Hierfür empfehlen wir das Bild im Discord zu teilen, und dann mit Rechtklick den Link vom Bild zu kopieren.<br>

<img src="/files/3hQh6BmhzCDO2s1jgINh" alt="" data-size="original">

3. **Wo du den Befehl eingibst**&#x20;

Nachdem du den Befehl eingegeben hast bekommst du die Karten nicht in dein Inventar, sondern es wird eine Kiste gespawnt aus welcher du die Kartenteile entnehmen musst. Deshalb ist es wichtig <mark style="color:blue;">/mapimport</mark> nur auf Realms zu verwenden auf welchen du auch rechte hast diese Kiste zu öffnen.


---

# 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.landania.net/systeme/kartensystem/mapimport-system.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.
