> 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/warps.md).

# Warps y Player Warps

En **DiosesMC** existen dos tipos de teletransportes rápidos:

* **Warps oficiales**: creados por el servidor, llevan a lugares importantes.
* **pWarps (Player Warps)**: creados por los jugadores, permiten visitar sus zonas personales.

***

### 🌍 Warps oficiales disponibles

{% tabs %}
{% tab title="Descripción" %}
Usa el comando: `/warp` para viajar a cualquiera de los siguientes puntos:

#### 🏟️ Warp COLISEO

Lucha contra otros jugadores en combates épicos y obtén recompensas exclusivas.

#### 🎣 Warp PESCA

Un área especial para pescar criaturas únicas. Lo que consigas podrás venderlo con `/pesca` para ganar dinero.

#### ⚔️ Warp PVP

Zonas de combate libre donde los jugadores luchan entre sí. Solo los más fuertes sobreviven y consiguen premios.

#### 📊 Warp ESTADÍSTICAS

Consulta las estadísticas globales y personales: tiempo jugado, logros y rankings.

#### 🛒 Warp TIENDA

Accede a la tienda del servidor para comprar y vender gran variedad de ítems por dinero.

#### ⚙️ Warp SISTEMAS BÁSICOS

Interactúa con aldeanos especiales que permiten usar diferentes mecanismos de la modalidad.

#### 🌍 Warp MUNDO SURVIVAL

Entra directamente al mundo Survival para comenzar tu aventura.

<p align="center"></p>

<p align="center">Tamaño máximo del mapa: <strong>100.000 x 100.000 bloques</strong></p>
{% endtab %}
{% endtabs %}

### 🧭 Player Warps

Los **pWarps** son warps creados por jugadores.\
Con ellos puedes invitar a otros a visitar tu tienda, tu base, tu granja o cualquier construcción interesante.

#### 💻 Cómo crear un pWarp

{% tabs %}
{% tab title="Descripción" %}
`/pwarp create`

* Esto creará un punto de teletransporte público con el nombre que elijas.
  {% endtab %}
  {% endtabs %}

#### 🚀 Cómo viajar a un pWarp

{% tabs %}
{% tab title="Descripción" %}
`/pwarp`

* Te llevará directamente al lugar definido por otro jugador.
  {% endtab %}
  {% endtabs %}

### ⚠️ Consideraciones importantes sobre los pWarps

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

* Recuerda que los **pWarps son públicos**: cualquiera puede entrar.
* Ten precaución en warps de otros jugadores, especialmente en zonas PvP o trampas.
* Los pWarps son una gran oportunidad para crear tiendas privadas, granjas públicas o hubs comunitarios.
* Usa siempre tu **Piedra de Protección** para asegurar tus zonas aunque estén abiertas al público.
  {% endtab %}
  {% endtabs %}

### 📌 En resumen

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

* Los **Warps oficiales** son puntos clave del servidor.
* Los **pWarps** los crean los jugadores para compartir sus proyectos y zonas.
* Ambos son herramientas rápidas para moverte y descubrir el mundo de **DiosesMC**.
  {% 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/warps.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.
