> For the complete documentation index, see [llms.txt](https://camiladev.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://camiladev.gitbook.io/documentation/quests.md).

# Quests

## Quests

Quests es un plugin avanzado de misiones para **Paper** y **Folia**.

Combina quests dinámicas, rotación, reputación, party sharing, storylines, puntos, Bedrock forms y API pública en un solo motor.

### Qué resuelve

* progresión diaria y semanal
* contenido RPG y survival configurable
* integración con otros plugins y servicios externos
* experiencia coherente entre Java y Bedrock

### Arquitectura a alto nivel

El plugin separa definición, estado y salida.

```
YAML y config
  -> registro en memoria
  -> validación y tracking
  -> persistencia por UUID
  -> GUI, forms, API y eventos externos
```

### Casos de uso

* servidores **RPG** con facciones y storylines
* servidores **survival** con objetivos diarios
* redes **minigame** con puntos y progreso persistente

### Navegación

<table data-view="cards"><thead><tr><th>Title</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td>Primeros pasos</td><td><a href="/spaces/oFc3uf3rR4WLlxYGj3mN/pages/O7utuNzc1uBAbey2GjMX">/spaces/oFc3uf3rR4WLlxYGj3mN/pages/O7utuNzc1uBAbey2GjMX</a></td></tr><tr><td>Guía de administración</td><td><a href="/spaces/oFc3uf3rR4WLlxYGj3mN/pages/UGana3358aMxmNDXZ15U">/spaces/oFc3uf3rR4WLlxYGj3mN/pages/UGana3358aMxmNDXZ15U</a></td></tr><tr><td>Guía de desarrollo</td><td><a href="/spaces/oFc3uf3rR4WLlxYGj3mN/pages/cyMwEJ6O5TRg34RIUj9d">/spaces/oFc3uf3rR4WLlxYGj3mN/pages/cyMwEJ6O5TRg34RIUj9d</a></td></tr></tbody></table>

### Empieza por aquí

1. Abre [Primeros pasos](/documentation/quests/primeros-pasos.md).
2. Revisa [Sistema de misiones](/documentation/quests/guia-de-administracion/sistema-de-misiones.md).
3. Si integras otros plugins, sigue [API pública](broken://spaces/oFc3uf3rR4WLlxYGj3mN/pages/RppoDA9xmEsfO5DhYGOJ).


---

# 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://camiladev.gitbook.io/documentation/quests.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.
