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

# Добро Пожаловать

{% hint style="info" %}
**Вики постоянно обновляется и дополняется, регулярно проверяйте информацию.**
{% endhint %}

***

### <mark style="color:$primary;">Как попасть на сервер:</mark>

* > Для получения доступа к игровому серверу необходимо пройти стандартную процедуру регистрации, состоящую из двух этапов:\
  > &#x20;**- Заполнение анкеты:**\
  > Новому игроку требуется заполнить анкету и ожидать её подтверждения администрацией сервера. После одобрения заявки бот уведомит вас об этом в личных сообщениях и выдаст роль игрока.\
  > &#x20;**- Передача кода привязки:**\
  > После одобрения анкеты игрок подключается к серверу, где система автоматически выдаёт ему уникальный код привязки аккаунта. Полученный код необходимо скопировать и отправить в личные сообщения [официальному боту](https://discord.com/oauth2/authorize?client_id=1512259280018079885) сервера. Это действие завершает процесс авторизации и связывает ваш игровой аккаунт.

По завершении указанных действий игрок получает полный доступ к серверу.&#x20;

*Соблюдение данной инструкции гарантирует успешное подключение. Приятной игры!*&#x200B;

***

### <mark style="color:$primary;">Основная информация:</mark> <a href="#osnovnaya-informaciya" id="osnovnaya-informaciya"></a>

\ <img src="https://cdn.discordapp.com/emojis/1482566492066152588.webp?size=44" alt=":Music_Disc_Pigstep_JE1_BE1:" data-size="line"> **Первый сезон стартовал** 3 июля 2026 г.

#### <img src="https://cdn.discordapp.com/emojis/1482566441986293770.webp?size=44" alt=":Trial_Key_JE2_BE2:" data-size="line"> Айпи сервера:

```
play.breezeproject.in
```

#### Резервное айпи (если вы из РФ):

```
go.breezeproject.in
```

#### <img src="https://cdn.discordapp.com/emojis/1482566457312153661.webp?size=44" alt=":Totem_of_Undying_JE2_BE2:" data-size="line"> Версия игры:

* Java 1.21.11: пиратская или лицензионная версия

#### <img src="https://cdn.discordapp.com/emojis/1497896187012055100.webp?size=44" alt=":minecraft:" data-size="line"> Размеры миров:

⠀ <img src="https://cdn.discordapp.com/emojis/1497896187012055100.webp?size=44" alt=":minecraft:" data-size="line"> Верхний мир:

```
10.000 X 10.000
```

<img src="https://cdn.discordapp.com/emojis/1510489633107214336.webp?size=44" alt=":87138netherite:" data-size="line"> Нижний мир:

```
7.500 X 7.500
```

<img src="https://cdn.discordapp.com/emojis/1510489604707455057.webp?size=44" alt=":9127endstone:" data-size="line"> Эндер мир:

```
10.000 X 10.000
```

***


---

# 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.breezeproject.in/dobro-pozhalovat.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.
