> 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/neu-citybulid/auf-mixel-spielen.md).

# Auf Mixel spielen

MixelPixel unterstützt sowohl die <mark style="color:green;">**Java Edition**</mark> als auch die <mark style="color:blue;">**Bedrock Edition**</mark>, du kannst also von nahezu jeder Plattform aus mitspielen!

### 🔌 Schnellübersicht – Server-Adressen

<table data-header-hidden><thead><tr><th>Edition</th><th>Server-Adresse</th></tr></thead><tbody><tr><td>☕ Java Edition</td><td><pre><code>mixelpixel.net
</code></pre></td></tr><tr><td>🪨 Bedrock Edition</td><td><pre><code>mixelpixel.net
</code></pre></td></tr></tbody></table>

## ☕ Mit der Java Edition spielen:

**Server-Adresse:** `mixelpixel.net`

> ℹ️ **Versionshinweis:** Der Server läuft aktuell auf Version **1.21.8** – du benötigst mindestens diese Version. Neu offiziell veröffentlichte Versionen werden in der Regel **wenige Tage nach Release** ebenfalls unterstützt.

#### Schritt-für-Schritt:

1. Minecraft **Java Edition** starten
2. → **Multiplayer** klicken
3. → **Server hinzufügen** klicken
4. Server-Adresse eingeben: `mixelpixel.net`
5. Verbinden & losspielen! 🎉

#### 📺 Video-Tutorial:

{% embed url="<https://youtu.be/yJr9ITHQqNc>" %}

***

## 🪨 Mit der Bedrock Edition spielen:

**Server-Adresse:** `mixelpixel.net`

> ℹ️ **Versionshinweis:** Das Verbinden mit Bedrock funktioniert immer mit der **neusten Bedrock Version**. Neu offiziell veröffentlichte Versionen werden ebenfalls **wenige Tage nach Release** unterstützt.

#### Schritt-für-Schritt:

1. Minecraft **Bedrock Edition** starten (PC, Konsole, Mobil)
2. → **Spielen** klicken
3. → Reiter **Server** auswählen
4. → **Server hinzufügen** und Adresse eingeben: `mixelpixel.net`
5. Verbinden & losspielen! 🎉

#### 📺 **Video-Tutorial:**

{% embed url="<https://youtu.be/XRuws8fiheE>" %}

***

### Weitere interessante Themen sind:

{% content-ref url="/pages/7mEKEFt7L7OcQ4l7lex7" %}
[Einsteiger Guide](/neu-citybulid/einsteiger-guide.md)
{% endcontent-ref %}


---

# 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/neu-citybulid/auf-mixel-spielen.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.
