# Playerwarps

### Playerwarps?

Player warps, like the server's typical warps, enable you to create and teleport to warps set up by other players. There are plenty of nice features to add to your playerwarp.

### How do I set up a Playerwarp?

In order to create a playerwarp, you must run the command `/pwarp set (name)`. You will then receive a confirmation text in chat, telling you that it costs `64` diamonds and to run the same command to set the playerwarp.

### How do I teleport to Playerwarps?

One of the easiest ways to see and teleport to playerwarps is by running the command `/pwarp`. A gui will show up on screen and you can navigate through different categories to find the desired warp. Alternatively if you already know the name simply do `/pwarp <name>`

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

### What other commands are there?

* `/pwarp set` - Set a warp to my location.&#x20;
* `/pwarp remove` - Remove a warp.
* `/pwarp cost` -  Set cost for people to use my warp.
* `/pwarp desc` -  Set description for my warp.&#x20;
* `/pwarp help` - Display Help menu.&#x20;
* `/pwarp icon set/remove <Warp> <Material>` - Set an icon of your warp in the gui list.
* `/pwarp list` - List the names of the playerwarps available.&#x20;
* `/pwarp` - Opens GUI for specific categories, etc.&#x20;
* `/pwarp password` - Set/Remove password on a warp.&#x20;
* `/pwarp rate` - Give a rating to a warp.&#x20;
* `/pwarp rename` - Rename a warp.&#x20;
* `/pwarp reset` - Reset location of a warp.&#x20;
* `/pwarp setowner` - Set a new owner to a warp.


---

# 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.corba.world/guides/playerwarps.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.
