# Player Warps

### What Are Player Warps?

A player warp is a teleport point created by a player. Other players can visit it using:

```
/pwarp [name]
```

**You have control over:**

* The warp name
* The description
* Whether it’s public or private
* Categories (shops, farms, towns, etc.)
* Who can manage it
* Whether it costs money to use (if enabled)

***

### Creating a Warp

Stand exactly where you want your warp to be, then run:

```
/pwarp set [name]
```

***

### Editing Your Warp

#### Rename a Warp

```
/pwarp rename [old] [new]
```

#### Change Description

```
/pwarp desc [warp] [text]
```

#### Set Category

```
/pwarp category [warp] [category]
```

#### Move Warp Location

```
/pwarp move [warp]
```

***

### Privacy & Access

#### **Make Warp Public**

```
/pwarp public [warp]
```

#### **Make Warp Private**

```
/pwarp private [warp]
```

#### **Trust Another Player**

Allows them to help manage your warp:

```
/pwarp trust [warp] [player]
```

#### **Remove Trust**

```
/pwarp untrust [warp] [player]
```

***

### Warp Costs

Some servers allow warp owners to set a price for using their warp.

#### **Set a Price**

```
/pwarp price [warp] [amount]
```

#### **Remove Price**

```
/pwarp price [warp] 0
```

***

### Deleting a Warp

To remove a warp completely:

```
/pwarp delete [warp]
```

***

### Warp Menu

Players can browse all public warps using:

```
/pwarp
```

The menu shows:

* Warp name
* Owner
* Description
* Category
* Cost (if any)

Players can click to teleport instantly.

***

### Common Issues

#### **“My warp isn’t showing”**

* It might be **private**
* You may not have set a **description** or **category**
* The name may contain invalid characters

#### **“Players can’t teleport to my warp”**

* Check if it’s **public**
* Check if you set a **price** by accident
* Make sure the warp isn’t inside a protected area that blocks teleporting


---

# 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://docs.sapling.gg/survival-guides/player-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.
