# Elevators

## Overview

Elevators provide a convenient way of transportation on WarpedRealm, allowing players to move vertically up and down without having to climb stairs or build complex structures. With a maximum range of <mark style="color:red;">40</mark> blocks, elevators can instantly transport players between levels, making them a popular choice for buildings with multiple floors.

## Create an Elevator

To create an elevator, you will need two types of blocks: <mark style="color:green;">emerald blocks</mark> and <mark style="color:blue;">sea lanterns</mark>. Start by placing an <mark style="color:green;">emerald block</mark> on the ground, and then place a <mark style="color:blue;">sea lantern</mark> directly above it. Next, place another set of <mark style="color:green;">emerald</mark> and <mark style="color:blue;">sea lantern</mark> blocks above or below the first set, depending on the desired direction of travel.

## Using the Elevator

Once the elevator has been constructed, it can be used by pressing the <mark style="color:blue;">spacebar</mark> to ascend or <mark style="color:green;">sneaking</mark> to descend. It's worth noting that there is a <mark style="color:red;">one-second delay</mark> between uses to prevent spamming.

{% embed url="<https://gyazo.com/17b3b0bb6c976c5195676c622e238c80>" %}
Elevator Layout and usage
{% endembed %}

\ <br>


---

# 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.warpedrealm.com/general-server-mechanics/elevators.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.
