# Subastas

El sistema de **subastas** de DiosesMC permite a los jugadores comprar y vender objetos entre sí de forma rápida y segura.

\
Se accede con el comando: `/ah`

***

### 🛒 Comprar en /ah

{% tabs %}
{% tab title="Descripción" %}

1. Abre el menú de subastas con `/ah`.
2. Revisa los ítems listados por otros jugadores.
3. Elige el objeto que te interese y pulsa en él para **comprarlo directamente** o **pujar** (según esté configurado).
4. Los objetos comprados llegarán automáticamente a tu inventario o a un menú de recogida.

{% hint style="success" %}
👉 **Consejo**: comprueba siempre el precio antes de comprar. Algunos jugadores ponen ítems más caros de lo normal.
{% endhint %}
{% endtab %}
{% endtabs %}

### 📦 Vender en /ah

{% tabs %}
{% tab title="Descripción" %}

1. Ten el ítem que quieras vender en tu mano.

Usa el comando: `/ah sell`&#x20;

#### Ejemplo

`/ah sell 500`

1. Pondrá tu ítem a la venta por 500$.
2. Tu objeto quedará disponible en el menú de subastas para que otros jugadores lo compren.

{% hint style="success" %}
👉 **Consejo**: vende ítems valiosos o en grandes cantidades para maximizar tus ganancias.
{% endhint %}
{% endtab %}
{% endtabs %}

### 📑 Comandos útiles de /ah

{% tabs %}
{% tab title="Descripción" %}

* Abrir menú de subastas: `/ah`
* Vender un ítem en tu mano: `/ah sell`
* Ver tus subastas activas: `/ah my`
* Cancelar una subasta activa: `/ah cancel`
  {% endtab %}
  {% endtabs %}

### ⚠️ Normas importantes

{% tabs %}
{% tab title="Descripción" %}

* No está permitido estafar en /ah (ej. renombrar ítems para hacerlos pasar por otros).
* Si intentas vender objetos ilegales o falsos, el staff podrá sancionarte.
* Usa precios justos: recuerda que un mercado sano beneficia a todos.
  {% endtab %}
  {% endtabs %}

### 📌 En resumen

{% tabs %}
{% tab title="Descripción" %}
El `/ah` es el lugar perfecto para **hacer negocios con otros jugadores**: vende tus excedentes, consigue objetos raros y participa en la economía de DiosesMC.
{% endtab %}
{% endtabs %}

***


---

# 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://wiki.diosesmc.net/tutoriales/survival/subastas.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.
