# Soporte Bedrock

## Soporte Bedrock

Quests adapta la experiencia para Bedrock usando forms.

En Bedrock no hay inventarios interactivos equivalentes al flujo de Java Edition.

### Requisitos

* **Geyser** y **Floodgate** instalados.
* **Cumulus** disponible en el servidor.

Si alguno falta, el plugin usa la experiencia estándar de Java Edition cuando sea posible.

### Diferencias clave

#### Inventarios vs forms

* Java usa GUI basada en inventarios.
* Bedrock usa forms secuenciales.
* La navegación cambia de clic espacial a selección lineal.

#### UX adaptada

La UX Bedrock prioriza:

* botones claros
* texto corto
* paginación simple
* búsqueda guiada

#### Limitaciones

Hay menos densidad visual por pantalla.

Por eso conviene evitar listas largas sin filtros ni búsqueda.

### Comportamiento

* Si el jugador es Bedrock, el plugin intenta abrir forms.
* Si faltan dependencias, usa GUI normal cuando sea viable.

### Configuración

```yaml
bedrock:
  forms:
    labels:
      filter: "<green>Filtros"
      search: "<yellow>Buscar"
      previous: "<gray>Pagina anterior"
      next: "<gray>Pagina siguiente"
      back: "<gray>Volver"
      close: "<gray>Cerrar"
      empty: "<gray>Sin resultados"
      info:
        filter: "Filtro"
        search: "Busqueda"
        page: "Pagina"
      filter-title: "<green>Filtros"
      filter-content: "<gray>Selecciona un filtro"
      search-title: "<yellow>Buscar"
      search-input: "Texto"
```

### Recomendaciones

* Ajusta labels por idioma.
* Reduce texto decorativo.
* Prueba listas y modales desde un cliente Bedrock real.


---

# Agent Instructions: 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:

```
GET https://camiladev.gitbook.io/documentation/quests/guia-de-administracion/soporte-bedrock.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
