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

# Как начать играть

Зайдя на сервер по IP <mark style="color:$primary;">**`mc.dailymine.net`**</mark> вы столкнетесь с регистрацией:

<figure><img src="/files/9KsDSmLrtYGUPRmBQfn0" alt=""><figcaption><p>В течение указанного времени вам необходимо пройти регистрацию с помощью команды <code>/reg &#x3C;пароль> &#x3C;подтверждение_пароля></code></p></figcaption></figure>

#### Нажав кнопку <mark style="color:$primary;">**"Выбор сервера"**</mark> перед вами предстанут все доступные режимы для игры:

<figure><img src="/files/LJq24MrvnS8lPnxTktmU" alt=""><figcaption></figcaption></figure>

{% hint style="warning" icon="triangle-exclamation" %}
Вход на режим  **Legacy** доступен исключительно с версий **1.21.11.**
{% endhint %}

#### После этого на экране появится меню, где вам нужно будет ввести <mark style="color:$primary;">свое имя</mark>, а затем <mark style="color:$primary;">фамилию</mark>.

<div><figure><img src="/files/NgORxTNqm4RW4820odXX" alt="" width="563"><figcaption><p> Имя</p></figcaption></figure> <figure><img src="/files/Ns7PGjt4QOc6aV3M1ZH7" alt="" width="563"><figcaption><p>Фамилия</p></figcaption></figure></div>

{% hint style="danger" %}
В этом меню вам нужно будет ввести свое имя, а потом фамилию. `(Важно подметить: оно должно состоять исключительно из символов кириллицы или латиницы, другие символы не поддерживаются.)`
{% endhint %}

### Поздравляем! Вы закончили регистрацию.

После этого вы попадете на спавн, где сможете начать свое приключение на сервере. Используйте команду `/rs`, чтобы выбрать регион и быстро телепортироваться.

<figure><img src="/files/6yD4hLoqQRmnYx1XgaM3" alt=""><figcaption><p>Карта регионов. Нажмите на любой регион для выбора и телепортации.</p></figcaption></figure>

{% hint style="success" icon="sack-dollar" %}
Первый раз выбрать регион можно совершенно **бесплатно**.
{% endhint %}


---

# 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://legacyum.gitbook.io/wiki/start/kak-nachat-igrat.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.
