> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.grumpshollow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 🛗 Elevators & Teleporters

> Travel between floors and locations using elevators and teleporters.

Elevators and Teleporters make travel around your builds faster and easier.

Elevators are used to move between floors, while Teleporters can be linked together to instantly travel between locations.

***

## 🛗 Elevators

Elevators are simple to create and do not require any commands.

### Creating an Elevator

1. Place an **Iron Block** on one floor.
2. Go directly above or below it.
3. Place another **Iron Block** on the same X and Z coordinates.
4. Repeat for each floor you want connected.

### Using an Elevator

* **Jump** on the Iron Block to travel up.
* **Sneak** on the Iron Block to travel down.

<Note>
  Both Iron Blocks must be aligned on the same X and Z coordinates.
</Note>

***

## 📍 Teleporters

Teleporters allow you to instantly travel between linked locations.

### Obtaining Teleporters

* Cost: **750 Echos**
* Purchase using `/shop`

### Creating Teleporters

Teleporters use **Sea Lanterns** as the teleport blocks.

#### Step 1: Add Teleporters

Stand on a Sea Lantern and run:

```bash theme={null}
/teleporter add
```

Repeat this for every Sea Lantern you want to use as a teleporter.

Each teleporter will be assigned a unique ID.

#### Step 2: Link Teleporters

Link two teleporters together using:

```bash theme={null}
/teleporter link <id1> <id2>
```

Example:

```bash theme={null}
/teleporter link id1 id2
```

Players can now travel between those two teleporters.

#### Step 3: Remove a Teleporter

To remove a teleporter:

```bash theme={null}
/teleporter remove <id>
```

Example:

```bash theme={null}
/teleporter remove id1
```

You can also remove a teleporter by breaking the Sea Lantern.

***

## 📝 Commands

| Command                        | Description                                                   |
| ------------------------------ | ------------------------------------------------------------- |
| `/teleporter add`              | Registers the Sea Lantern you're standing on as a teleporter. |
| `/teleporter link <id1> <id2>` | Links two teleporters together.                               |
| `/teleporter remove <id>`      | Removes a teleporter.                                         |

***

## 💡 Tips

* Elevators are perfect for towers, mines, bases, and underground builds.
* Teleporters are great for connecting farms, shops, and distant locations.
* You can create as many elevators and teleporters as needed.
* Label your teleporter locations so visitors know where they lead.
