# The pwarps

Pwarps, also known by the abbreviation "pw", are teleportation points that you can set up to facilitate visits to your shops, farms etc.&#x20;

To create a pwarp, you need to issue the command **/pw set \[name]** in the location where you wish to create it.

<figure><img src="/files/ZV0Om2uRC61Lws9CuuhQ" alt=""><figcaption></figcaption></figure>

In the menu **`/pw`**, you can find&#x20;

* <mark style="color:purple;">**On the left :**</mark> List of all server warps
* <mark style="color:purple;">**On the right :**</mark> Previously visited warps

The bottom category acts as a billboard. You can showcase your pw by paying more or less depending on the visibility you want.

## <mark style="color:blue;">💻 Commands :</mark>

{% hint style="info" %}
`[...]` Means that the parameter is mandatory

`<...>` Means that you can put a string with spaces

`{...}` Means that the parameter is optional
{% endhint %}

**Here are the commands you need to know to manage your pw:**&#x20;

* **`/pw help`** - Display all commands
* **`/pw <warp>`** - Teleport to the player's warp
* **`/pw set <name>`** - Define a warp at your location
* **`/pw remove <warp>`** - Remove warp
* **`/pw desc set/remove <warp> <desc>`** - Change warp description
* **`/pws list`** - View all player warps
* **`/pw amount`** - Check how much warps you have
* **`/pw icon set/remove <warp>`** - Set a warp icon (you must have the item in hand)
* **`/pw category <warp> <category>`** - Move pwarp to a category
* **`/pw rate <warp> <rate>`** -Rating a warp
* **`/pw ban set/remove/list <warp> <pseudo>`** - Ban a player from a warp
* **`/pw reset <warp>`** - Re-locate the warp
* **`/pw rename <warp> <name>`** - Rename the warp
* **`/pw setowner <warp> <player>`** - Transfer warp ownership
* **`/pw favourite <warp>`** - See your favorite pwarps

{% hint style="success" %}
There's no better way to create teleportation points!
{% endhint %}


---

# 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://survival-craft.gitbook.io/survival-craft-wiki/cities/the-pwarps.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.
