> For the complete documentation index, see [llms.txt](https://wiki.diosesmc.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.diosesmc.net/tutoriales/survival/primeros-pasos.md).

# Primeros pasos en Survival

Bienvenido al modo Survival de DiosesMC. Aquí comienza tu verdadera aventura. <br>

Sigue estos pasos para empezar con buen pie:

***

### 1️⃣ Explora el Spawn

{% tabs %}
{% tab title="Descripción" %}
Al entrar aparecerás en el Spawn, la zona central del servidor.

* Recorre los **lugares de interés**: paneles de estadísticas, warps y carteles informativos.
* Localiza al **NPC de kits** y reclama tu **Kit Inicial**.
  {% endtab %}
  {% endtabs %}

### 2️⃣ Comienza tu Aventura

{% tabs %}
{% tab title="Descripción" %}
Tienes dos formas de salir del spawn y empezar a sobrevivir en el mundo:

* Habla con el **NPC de “Comenzar Aventura”**, que te hará un **teletransporte aleatorio** al mundo Survival.

O bien usa directamente el comando: `/rtp`

* Esto te enviará a un punto aleatorio para comenzar tu historia.
  {% endtab %}
  {% endtabs %}

### 3️⃣ Reclama tu Kit Inicial en el mundo

{% tabs %}
{% tab title="Descripción" %}
Una vez llegues a tu lugar de inicio, asegúrate de escribir: `/kit`

De esta forma recibirás tu **kit inicial de herramientas y recursos**, que te dará ventaja al empezar.&#x20;
{% endtab %}
{% endtabs %}

### 4️⃣ Tu primer objetivo: la Piedra de Protección

{% tabs %}
{% tab title="Descripción" %}
En DiosesMC, sobrevivir es más que minar y construir: necesitas **proteger tu base**.

* Tu meta principal al inicio es **ganar dinero**.
* Con ese dinero podrás comprar una **Piedra de Protección**, que servirá para resguardar tu terreno y construcciones de otros jugadores.

{% hint style="success" %}
👉 **Consejo:** Organízate desde el principio. Hazte una pequeña casa temporal, reúne materiales y empieza a generar ingresos lo antes posible.
{% endhint %}
{% endtab %}
{% endtabs %}

### 📌 En resumen

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

* Explora el spawn 🏰
* Usa `/rtp` o el NPC para ir al mundo 🌍
* Reclama tu kit inicial con `/kit` ⚔️
* Trabaja para conseguir tu Piedra de Protección 💎
  {% endtab %}
  {% endtabs %}

***


---

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

```
GET https://wiki.diosesmc.net/tutoriales/survival/primeros-pasos.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.
