# Player Warps

Creating a player warp has many benifits & uses! Ranging from shop locations, to player created experiences like parkours, escape rooms, public farms and more!

### Commands

### `/pwarp set <warp_name>`

> Rent a new player warp. "\<warp\_name>" should be replaced with your desired warp name.

{% hint style="info" %}
Renting a player warp costs $2,000 in-game money every 30 days!
{% endhint %}

### `/pwarp remove <warp_name>`

> Remove a player warp you currently manage.

### `/pwarp desc <set/remove> <name> <description>`

> Modify the description of a player warp you currently manage.

### `/pwarp list all`

> Lists all the active player warps.

### `/pwarp amount`

> Check how many player warps you currently manage.

### `/pwarp category <warp_name> <category>`

> Set which category a warp you manage should show up in.

### `/pwarp rate <warp_name> <rate>`

> Rate another player's player warp.

### `/pwarp cost set <warp_name> <cost>`

> Charge players to visit a player warp you manage.

### `/pwarp rename <warp_name> <new_name>`

> Rename a player warp you currently manage.


---

# 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.mcgalaxy.co/server/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.
