# 🧭 Player Teleports (PTP)

Provides basic player teleport features, such as /tpa, /tphere, etc.

## Commands & Permissions

* [Commands](https://nightexpress.gitbook.io/sunlight/general/commands#ptp-module) link.
* [Permissions](https://nightexpress.gitbook.io/sunlight/general/permissions#ptp-module) link.

## Features

* ✅ **Teleport Requests**. Ask player to teleport you to them.
* ✅ **Teleport Invites**. Ask player to being teleported to you.
* ✅ **Request Timeout**. Configurable time to accept teleport requests/invites.
* ✅ **Toggle Requests**. Toggleable per player mode to prevent others from sending you requests/invites.


---

# 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://nightexpress.gitbook.io/sunlight/modules/player-teleports-ptp.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.
