> For the complete documentation index, see [llms.txt](https://docs.ecosmp.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ecosmp.net/guides/player-warps.md).

# Player Warps

Players can create their own warps to see their builds, use their farms, and more. Pwarps can be fully customized with costs, passwords, ratings, descriptions, and more!

## Guide

1. Before creating a player warp, make sure you have at least **$1,000** in your /balance. Player warps also cost **$100** per day to maintain.
2. Select a location for your pwarp. This must be within town claims that you have perms for.
3. Use **/pw set \[name]** to create a new pwarp at your current location.
4. Use **/pw desc set \[warp] \[description]** to give details about your pwarp to other players.
5. Use **/pw category set \[warp\_name] \[category]** to select a category for your pwarp. Your options are 'farms, houses, pvp, shops, other'
6. Use **/pw icon set \[warp]** to select an item representing your warp in the GUI.
7. You're done with the essentials! If you want to further customize your pwarp check out the options below.

## More Options

* Use **/pw** to open the player warp GUI. This is the most accessible place to browse all player warps.
* Use **/pw cost set \[warp] \[cost Ex. 100]** to set a cost for other players to use your pwarp.
* Use **/pw password \[warp] \[password]** to let only people who know the password use your pwarp.
* Use **/pw reset \[warp]** to move your pwarp to a new location.
* Use **/pw help** to see all player warp commands/options.

## Video Tutorial

{% embed url="<https://www.youtube.com/watch?t=46s&v=jq6R0dSby2E>" %}
Tutorial By - SoulStriker
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ecosmp.net/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.
