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

# Bedrock.games

Welcome! **Bedrock.games** is a family-friendly network of Minecraft worlds (plus a couple of other games). Anyone is welcome to join — please read the Rules first.

Servers with a **Map** link can be explored right in your browser. Modded servers have a download/import link on their own page.

### Survival

* **Vanilla** — long-term-support, mostly-vanilla survival. Purpur **1.21.4**. ([Map](https://vanilla.bedrock.games))
* **Chocolate** (aka *Coco*) — "lightly modded" survival with a deep RPG layer: custom enchants, armor, skills and jobs. Purpur **1.21**. ([Map](https://coco.bedrock.games))
* **Strawberry** — a plain, very-berry survival world. Purpur **1.21.10**. ([Map](https://strawberry.bedrock.games))
* **Lost Isle** — a small, quiet survival world.

### Skyblock

* **All-In-One** — a tech-and-magic one-block kitchen sink (Create, Mekanism, Botania, Tinkers'…). Forge **1.16.5**. `one.bedrock.games:25588`
* **OneBlock Skyblock** — classic one-block skyblock, lightly plugin-enhanced. Purpur.

### Modded

* **Berk** — *How to Train Your Dragon*: the Isle of Berk, with rideable dragons. Forge **1.18.2**. ([Map](https://berk.bedrock.games))
* **Creative Origins** — Create + Origins, with a huge Farmer's Delight cooking spread. Forge **1.20.1**. ([Map](https://origins.bedrock.games))
* **SnowGlobe** — Create *Aeronautics*: build airships and flying machines. NeoForge **1.21.1**. ([Map](https://snowglobe.bedrock.games))
* **GetBetter** — a big exploration/adventure pack (Aether, Twilight Forest, Cataclysm…). Forge **1.20.1**. ([Map](https://getbetter.bedrock.games))

### Fabric

* **Deck** — a light, vanilla+ technical world with voice chat. Fabric **1.20.1**. *(resource pack required)*

### Other worlds

* **StarMade** — a space sandbox: build ships and stations. `starmade.bedrock.games:4242`. ([3D galaxy map](https://starmade.bedrock.games))
* **Hytale** — an early preview world, online during test runs.

***

More servers come and go — contact **<admin@bedrock.games>** to discuss options. See the Rules for guidelines that apply everywhere.


---

# 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://docs.bedrock.games/master.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.
