> For the complete documentation index, see [llms.txt](https://wiki.fenixcraft.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.fenixcraft.cz/survival-sekce/residence/vytvoreni-res.md).

# Vytvoření res

### <mark style="color:blue;">Vytvoření residnece</mark>

Residence se vytváří tak, že se nejdříve vybere potřebná oblast (pomocí příkazů nebo dřevěné motyky),\
následně se pak napíše příkaz /res create \<jméno residence>

***

### <mark style="color:blue;">Rychlé vytvoření residence</mark>

Pro rychlé vytvoření residence si stačí stoupnout doprostřed území, ve kterém chceme mít residenci.\
Poté residenci vytvoříme rovnoměrně do všech stran příkazem /res auto \<nazev>.

Vytvoří se automaticky největší možná oblast.

***

### <mark style="color:blue;">Vytvoření residence pomocí motyky</mark>

{% stepper %}
{% step %}
Vezmeme do ruky dřevěnou motyku

<figure><img src="/files/ulf3iD9zoruITg761swK" alt="" width="80"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Levým kliknutím na libovolný blok vybereme první bod

<figure><img src="/files/iHTLVQQ62dumfte8UduK" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Pravým tlačítkem klikněte na blok tak, aby úhlopříčka vedená mezi oběma body procházela celou oblastí, kde chcete mít residenci

<figure><img src="/files/QR8fbqmV2IOWZbnPnWuC" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Napište příkaz /res select vert, tím se residence vytvoří do maximální výšky a hloubky

<figure><img src="/files/m62bcEwqrrMlUbS1T6cI" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Pak už jen napíšeme /res create \<jméno rezidence>

<figure><img src="/files/UQJh0VVoAKK0Ch6GFJ18" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

### <mark style="color:blue;">Vytvoření residence pomocí příkazu</mark>

{% stepper %}
{% step %}
Stoupneme si na místo, kde chceme mít residenci

<figure><img src="/files/HQvUoi2GTHBLGSOJfBGV" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Pomocí příkazu /res select \<x> \<y> \<z> zvolíme požadovanou rozlohu\
Například /res select 4 4 4 vybere oblast 9x9x9 kostiček kolem vás

<figure><img src="/files/dbfIp5IgHBa5J5dUnLBC" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
*'Volitelné'* Napište příkaz /res select vert, tím se rezidence vytvoří do maximální výšky a hloubky

<figure><img src="/files/m62bcEwqrrMlUbS1T6cI" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Pak už jen napíšeme /res create \<jméno residence>

<figure><img src="/files/UQJh0VVoAKK0Ch6GFJ18" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.fenixcraft.cz/survival-sekce/residence/vytvoreni-res.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.
