> For the complete documentation index, see [llms.txt](https://wiki.endercraft.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.endercraft.com.br/servidores/skyblock/como-criar-sua-ilha.md).

# Criar sua Ilha

Criar a ilha é o primeiro passo para jogar no SkyBlock.

## ✅ Como fazer

1. Abra o chat.
2. Digite `/is create` ou `/island create`.
3. Escolha o modelo da ilha.
4. Confirme a criação.

<figure><img src="/files/Tjvq47qUyOp6G3YpNMwp" alt=""><figcaption><p>Menu de criação de ilha</p></figcaption></figure>

## 🏝️ Tipos de ilha

| Tipo               | Como é                       |
| ------------------ | ---------------------------- |
| Ilha padrão        | modelo clássico para começar |
| Ilha dupla         | mais espaço e mais recursos  |
| Ilha clássica em L | visual mais tradicional      |

## 📌 Depois de criar

* organize sua base;
* comece sua farm;
* use a [Loja](/servidores/skyblock/loja.md) para conseguir itens;
* aprenda os [Comandos do SkyBlock](/servidores/skyblock/comandos.md).

<details>

<summary>💡 Dica</summary>

Se estiver em dúvida sobre qual ilha escolher, a ilha padrão costuma ser a opção mais simples para começar.

</details>


---

# 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.endercraft.com.br/servidores/skyblock/como-criar-sua-ilha.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.
