> For the complete documentation index, see [llms.txt](https://wiki.roemc.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.roemc.cz/obecne/jak-se-pripojit.md).

# Jak se připojit?

## Příprava hry a verze

1. Spusť Minecraft na verzi <mark style="color:$primary;">**1.21.11**</mark>.
2. Pokud s Minecraftem začínáš, doporučujeme použít oficiální <mark style="color:$primary;">**Minecraft Launcher**</mark> (verzi změníš v dropdown menu vlevo od velkého zeleného tlačítka Hrát). Pokud jsi už zkušenější, klidně využij alternativy jako Prism Launcher nebo Lunar Client.

{% hint style="info" %}
Náš server nevyžaduje originální účet. Můžeš se připojit i přes Warez (např. T-Launcher), ačkoliv oficiální hru silně doporučujeme.
{% endhint %}

## Přidání serveru

1. V hlavní nabídce hry vyber možnost <mark style="color:$primary;">**Multiplayer**</mark> (Hra více hráčů).
2. Klikni na tlačítko <mark style="color:$primary;">**Add Server**</mark> (Přidat server).
3. Do pole Server Address (Adresa serveru) zadej IP: <mark style="color:$primary;">**`play.roemc.cz`**</mark>
4. Název serveru si zvol podle sebe, ale doporučujeme <mark style="color:$primary;">**Republic of Everlast**</mark>, ať ho v seznamu snadno poznáš.
5. Klikni na <mark style="color:$primary;">**Done**</mark> (Hotovo).

{% hint style="warning" %}
Ve výjimečných případech může Minecraft vyžadovat i port. Pokud ti základní adresa nefunguje, zadej ji ve tvaru `play.roemc.cz:25917`.
{% endhint %}

## První přihlášení a registrace

Jakmile se na server připojíš poprvé, je potřeba se zabezpečit:

* <mark style="color:$primary;">**První připojení (Registrace):**</mark> Napiš do chatu příkaz `/register heslo heslo_znovu` (místo slova heslo zvol své vlastní bezpečné heslo).
* <mark style="color:$primary;">**Každé další připojení:**</mark> Server tě může za určitých okolností vyzvat k přihlášení, to provedeš příkazem `/login tvoje_heslo`.


---

# 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.roemc.cz/obecne/jak-se-pripojit.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.
