> For the complete documentation index, see [llms.txt](https://whiterdoc.lnstw.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whiterdoc.lnstw.xyz/comands/teleports.md).

# 傳送與移動

## 概覽

| 指令             | 說明                                         |
| -------------- | ------------------------------------------ |
| `/rtp`         | 隨機傳送到世界上的某個角落開始你的生活                        |
| `/tpa <玩家>`    | 傳送到目標玩家的位置                                 |
| `/tphere <玩家>` | 請目標玩家瞬間移動到這裡                               |
| `/tpaccept`    | 如果無法在聊天欄點擊來同意傳送請求（或是使用基岩版），請使用這個指令來同意傳送請求  |
| `/tpdeny`      | 如果無法在聊天欄點擊來拒絕意傳送請求（或是使用基岩版），請使用這個指令來拒絕傳送請求 |

## 格式說明

* `<玩家>`：必填參數，沒有填寫無法聊天喔
* `[玩家]`：選填參數，需要再填不要不用填

## 提出傳送請求

### 請求允許傳送至對方位置

如此一來，你可以詢問對方同不同意傳送過去。對方會收到一則訊息，如果他願意，你就可以在對方按下同意鍵或執行`/tpaccept`後傳送至該位置

> /tpa <玩家>

* **玩家：**&#x60F3;要傳送過去的目標玩家

**範例指令**：`/tpa Sam510208`

**範例指令結果**：

```
系統: 已請求傳送至 Sam510208 的位置 取消
```

按下取消鍵即可取消傳送請求，到時候對方允許你也不會被傳送過去。需要重新提出請求

### 請求對方傳送至己方位置

如此一來，你可以詢問對方同不同意傳送到你的位置。對方會收到一則訊息，如果他願意，你就可以在對方按下同意鍵或執行`/tpaccept`後傳送至該位置

> /tpahere <玩家>

* **玩家：**&#x60F3;要傳送過去的目標玩家

**範例指令**：`/tpahere Sam510208`

**範例指令結果**：

```
系統: 已請求玩家 Sam510208 傳送到您的位置 取消
```

按下取消鍵即可取消傳送請求，到時候對方允許他也無法傳送過來。需要重新提出請求

## 回應傳送請求

### 同意傳送請求

這項指令可以讓你同意對方的傳送請求

> /tpaccept

**範例指令**：`/tpaccept`

### 拒絕傳送請求

這項指令可以讓你拒絕對方的傳送請求

> /tpadeny

**範例指令**：`/tpadeny`


---

# 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://whiterdoc.lnstw.xyz/comands/teleports.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.
