# Player Warps

{% hint style="info" %}
In-Game Command: **/pw** & **/pw help**
{% endhint %}

### **What are Player Warps?**

Player Warps, commonly known as pwarp or PW, are player-made warps which allow other players to teleport to the location. Player Warps can be created at Rank II with the cost of £10,000 using /pw set \<name>. Make sure you are standing on the block you want your Player Warp spawn to be! Successfully created Player Warps will appear in /pw menu.

There is a limit to how many Player Warps that can be created by a player, which is based on their rank in /ranks:

* Rank III onwards: 1 Player Warps
* Rank IV onwards: 2 Player Warps
* Rank VI onwards: 4 Player Warps
* Rank VIII onwards: 3 Player Warps
* Rank X onwards: 5 Player Warps

### **Player Warp Commands**

Useful commands for your Player Warp:

* /pw desc set/remove \<warp> \<description> - Set/remove descriptions (this uses legacy '&' formatting)
* /pw icon set/remove \<warp> - Set/remove icon - will use the item you are holding in your hand
* /pw rename \<warp> \<newname> - Rename your warp (costs: £2500)
* /pw ban set/remove \<warp> \<player> - Ban/remove a banned player from your Player Warp
* /pw rate \<warp> <1-5> - Give a Player Warp a rating between 1 to 5 stars
* /pw reset \<warp> - Changes (re-sets not reset) the player warp location
* /pw lock \<warp> - Locks/unlocks Player Warp access
* /pw password \<set/remove> \<warp> \<password> - Set/remove a password for accessing a Player Warp

**Note:** Adding \n into a chunk of text will move the following text to a new line, for example, typing, “Come visit my Player Warp!\nWe sell everything you need!” will appear in the Player Warp menu as:

> Come visit my Player Warp!
>
> We sell everything you need!

{% hint style="info" %}
For more help on PW commands, you can type **/pw help** in-game!
{% endhint %}


---

# 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.craftyourtown.com/how-to-play/content/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.
