> For the complete documentation index, see [llms.txt](https://gappleclub.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://gappleclub.gitbook.io/wiki/modalidades/oneblock/sistemas/islas.md).

# ISLAS

### ¿Cómo iniciar en OneBlock?

Al ingresar por primera vez al modo **OneBlock**, comenzarás desde cero en una isla totalmente nueva. Este modo de juego se basa en progresar rompiendo un solo bloque que se regenera constantemente y desbloquea nuevas fases con el tiempo.

#### &#x20; Creación de tu isla

* Al entrar a la modalidad, deberás **crear tu propia isla**.
* Usa el comando  **`/is create`** para generar tu isla inicial.
* Aparecerás sobre una pequeña plataforma con el **OneBlock** en el centro.\
  Expande tu isla con un generador de piedra.

#### &#x20; Misiones y progreso

* Completa **misiones** para obtener recompensas y acelerar tu progreso.
* Las misiones te ayudarán a aprender las mecánicas básicas del modo OneBlock.
* Cada fase desbloquea nuevos desafíos y contenidos.

\
Al momento de iniciar en un OneBlock, deberás crear tu propia isla, con el comando `/is menu` podrás acceder a un menú con distintas funciones, aquí se describen cada una:\ <br>

<figure><img src="/files/7WKkV1hOS8QvWOqEs56j" alt="" width="520"><figcaption></figcaption></figure>

* <img src="/files/SyTBQmiHNZeLjRbSoxJg" alt="" data-size="line"> | Podrás teletransportarte a tu isla.
* <img src="/files/PJE3icAgoB04mfOyKgsD" alt="" data-size="line"> | Podrás ver que usuarios son miembros de tu isla y su respectivo rol dentro de ella.
* <img src="/files/Zmiz3jK9w9NuEfn4b2g9" alt="" data-size="line"> | Podrás gestionar los permisos que tienen los distintos roles de tu isla.
* <img src="/files/D6eGuKwVcHTzxT31Ohgl" alt="" data-size="line"> | Podrás ver las misiones de tu isla.
* <img src="/files/9kXbYsROg3B4Zm10tsNK" alt="" data-size="line"> | Podrás teletransportarte a tu isla.
* <img src="/files/NOz07FE21uCKhQLuwLya" alt="" data-size="line"> | Podrás ver los visitantes de tu isla.
* <img src="/files/yUzSmbuKyoBpb6rvL5Us" alt="" data-size="line"> | Podrás acceder a la tabla de clasificación de las islas del servidor.
* <img src="/files/HQY6Ocsw7zgILbXWnqrV" alt="" data-size="line"> | Podrás ver el cofre comunitario de tu isla.
* <img src="/files/W2XdrBsc3xklvwLaAl7L" alt="" data-size="line"> | Podrás ver el banco de tu isla.

**NOTA:** Las que no se mencionaron aún están en desarrollo.

{% hint style="info" %} <mark style="color:blue;">**COMANDOS BÁSICOS:**</mark> \
`- /is` - Abre menú de isla.\
`- /is create` - Creas una isla.\
`- /is disband` - Eliminas una isla. \
`- /is chat` - Alternar chat privado de la isla. \
`- /is deny` - Rechaza invitación de una isla. \
`- /is join` - Aceptas invitación de una isla. \
`- /is leave` - Abandonas una isla. \
`- /is chest` - Abre cofre de la isla.&#x20;
{% 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://gappleclub.gitbook.io/wiki/modalidades/oneblock/sistemas/islas.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.
