# Requisitos

## Software del servidor

{% hint style="danger" %}
**Atención:** ¡El software de servidor modificado (Spigot, Forge, Fabric) no está soportado!
{% endhint %}

| Software        | Soporte        |
| --------------- | -------------- |
| PaperMC 1.21.5+ | ✅ Requerido    |
| Folia           | ⚠️ No probado  |
| Spigot          | ❌ No soportado |
| Forge / Fabric  | ⚠️ No probado  |

## Dependencias

<table><thead><tr><th width="305">Plugin</th><th>Notas</th></tr></thead><tbody><tr><td><a href="https://www.spigotmc.org/resources/protocollib.1997/"><strong>ProtocolLib</strong></a></td><td>Necesario para actualizar el título del GUI en tiempo real sin cerrar el menú</td></tr><tr><td><a href="https://www.spigotmc.org/resources/34315/"><strong>Vault</strong></a> o <a href="https://www.spigotmc.org/resources/80745/"><strong>PlayerPoints</strong></a></td><td>Al menos uno de los dos es obligatorio para que el plugin inicie</td></tr></tbody></table>

{% hint style="danger" %}
Si no tienes instalado **Vault** o **PlayerPoints**, el plugin **no iniciará**.
{% endhint %}

## Dependencias opcionales

| Plugin                                                                    | Para qué sirve                                                     |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/) **(FREE)** | Mostrar balance y datos del jugador en títulos y lore de los menús |
| [**CraftEngine**](https://polymart.org/product/7624) **(PREMIUM)**        | Soporte de items, bloques y furniture custom de CraftEngine        |
| [**Nexo**](https://polymart.org/product/6901) **(PREMIUM)**               | Soporte de items, bloques y furniture custom de Nexo               |
| [**ItemsAdder**](https://www.spigotmc.org/resources/73355/) **(PREMIUM)** | Soporte de items, bloques y furniture custom de ItemsAdder         |

{% hint style="info" %}
RevDeposit detecta automáticamente qué plugins tienes instalados y genera el `config.yml` solo con las secciones relevantes para tu servidor.
{% endhint %}

## Java

<table><thead><tr><th width="305">Java</th><th>Java</th></tr></thead><tbody><tr><td>Java 17</td><td>✅ Mínimo requerido</td></tr><tr><td>Java 21</td><td>✅ Recomendado</td></tr></tbody></table>


---

# 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://victorrodasabarca.gitbook.io/cubixdesposit/introduccion/requisitos.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.
