> For the complete documentation index, see [llms.txt](https://besties.serverunited.nl/besties/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://besties.serverunited.nl/besties/mod-uitleg/xaeros-kaart.md).

# Xaero's Kaart

Op onze server zijn twee kaartmods geïnstalleerd: **Xaero's Minimap** en **Xaero's World Map**. Samen geven ze je altijd overzicht van de wereld en je medespelers.

## Xaero's Minimap

De minimap verschijnt automatisch in de **rechterbovenhoek** van je scherm. Hij toont:

* Jouw positie en richting
* Nabijgelegen spelers (als stipjes)
* Nabijgelegen Pokémon en mobs
* Waypoints die je hebt aangemaakt

### Handige sneltoetsen

| Toets | Actie                                |
| ----- | ------------------------------------ |
| `Y`   | Minimap-instellingen openen          |
| `B`   | Waypoint aanmaken op huidige positie |
| `U`   | Volledige waypointlijst openen       |

{% hint style="info" %}
**Tip:** Het Cobblemon-menu is ingesteld op `I` in onze modpack, dus er is geen conflict met de `M`-toets van Xaero's World Map.
{% endhint %}

## Xaero's World Map

Open de volledige wereldkaart met `M` (of je aangepaste toets). De kaart toont:

* Alle gebieden die jij of andere spelers al verkend hebben
* Posities van alle online spelers in real-time
* Al je waypoints
* Dimensie-switcher (Overworld / Nether / End)

### Navigeren op de kaart

| Actie                          | Hoe                                                              |
| ------------------------------ | ---------------------------------------------------------------- |
| Inzoomen                       | Scrollwiel                                                       |
| Bewegen                        | Klik en sleep                                                    |
| Waypoint aanmaken              | Dubbelklik op de kaart                                           |
| Naar een waypoint teleporteren | Klik op waypoint → Teleporteer (als ingeschakeld door beheerder) |

## Waypoints

Waypoints zijn persoonlijke markeringen op je kaart. Handig voor:

* Je huis markeren
* Interessante biomes opslaan
* Afspreken met andere spelers

Maak een waypoint aan met `B` of door te dubbelklikken op de wereldkaart. Geef het een naam en kleur.

## Medespelers zien

Op onze server is **everyone\_tracks\_everyone** ingeschakeld. Dit betekent dat je altijd kunt zien waar andere spelers zich bevinden — zowel op de minimap als op de wereldkaart. Handig om samen te spelen en af te spreken!


---

# 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:

```
GET https://besties.serverunited.nl/besties/mod-uitleg/xaeros-kaart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
