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

# Start

### ℹ️ Über VANTURY.DE <a href="#uber-meloncity" id="uber-meloncity"></a>

**VANTURY.DE** ist ein Minecraft-Server, der seit 2024 online ist und sich aktuell in seiner ersten Version befindet. Unser Schwerpunkt liegt im spannenden **CityBuild-Bereich**.\
Wir legen großen Wert darauf, stets mit den neuesten Minecraft-Versionen Schritt zu halten, um unseren Spielerinnen und Spielern die besten Features bieten zu können. Deshalb aktualisieren wir unseren CityBuild-Server regelmäßig mit jeder neuen Minecraft-Version. Aktuell läuft unser Server auf der **Version 1.21.7**.

Du kannst unserem Netzwerk sowohl mit der **Java-Edition** als auch mit der **Bedrock-Edition** beitreten. Alles, was du dafür brauchst, ist ein **Minecraft Premium-Account** sowie mindestens die Version **1.20.1**.

Über folgende Adressen kannst Du unserem Server beitreten:

* Java-Edition: `VANTURY.DE`
* Bedrock-Edition: `VANTURY.DE`

### 🎉 Über dieses Wiki <a href="#uber-dieses-wiki" id="uber-dieses-wiki"></a>

Dieses Wiki wurde ins Leben gerufen, um dir eine zentrale und übersichtliche Anlaufstelle für alle Informationen rund um VANTURY.DE zu bieten.\
Unser Ziel ist es, dir eine **strukturierte, leicht verständliche und stets aktuelle** Informationsquelle bereitzustellen egal, ob du neu dabei bist oder bereits ein erfahrener Spieler.

Hier findest du alles Wichtige über die Features, Regeln und Besonderheiten unseres Netzwerks. Und falls du doch mal nicht weiterkommst, steht dir unser **Team gerne zur Seite**. Am besten erreichst du uns über Discord.

**Kontaktmöglichkeiten:**

* 🗨️ Discord: [discord.vantury.de](http://discord.vantury.de/)
* 🎧 TeamSpeak: `VANTURY.DE`


---

# 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.vantury.de/start.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.
