# Instalación

## Pasos

{% stepper %}
{% step %}

### Descarga el plugin

Descarga el archivo `.jar` desde [Polymart](https://polymart.org/user/7181/victoralonso) o [BuiltByBit](https://builtbybit.com/creators/victoralonsoo.254402/)
{% endstep %}

{% step %}

### Coloca el archivo en tu servidor

Mueve el `.jar` a la carpeta `/plugins` de tu servidor.
{% endstep %}

{% step %}

### Instala las dependencias

```bash
nameServer/
└── plugins/
    ├── ProtocolLib.jar
    ├── Vault.jar          ← or PlayerPoints.jar
```

{% hint style="success" %}
Consulta la página de [Requisitos](/cubixdesposit/introduccion/requisitos.md) para ver la lista completa.
{% endhint %}
{% endstep %}

{% step %}

### Inicia el servidor

Arranca el servidor. CubixDeposit generará automáticamente sus archivos de configuración.

```bash
plugins/
└── CubixDeposit/
    ├── config.yml
    └── gui/
        └── menu_default.yml
```

{% hint style="info" %}
`config.yml` se genera con **solo las secciones relevantes** según los plugins que tengas instalados. Si tienes CraftEngine, Nexo e ItemsAdder, aparecerán las tres secciones. Si no tienes ninguno, solo verás la sección `vanilla`.
{% endhint %}
{% endstep %}

{% step %}

### Configura el plugin

Edita el `config.yml` y los menús en `gui/` según tus necesidades.

Cuando termines, recarga sin reiniciar el servidor con:

```bash
/cubixdeposit reload
```

{% endstep %}
{% endstepper %}


---

# 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/instalacion.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.
