> 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/chats.md).

# 聊天與聊天欄

## 概覽

| 指令           |      說明     |
| ------------ | :---------: |
| `/msg`       |    私訊一個玩家   |
| `/afk`       |     開始掛機    |
| `/tpa`       |  請求傳送到對方位置  |
| `/tpahere`   | 請求對方傳送到自己位置 |
| `[i]`        |     分享背包    |
| `[e]`        |    分享終界箱    |
| `[money]`    |  分享自己的金錢餘額  |
| `[guild]`    |   分享自己的公會   |
| `[item]`     |  分享自己手上的物品  |
| `[gametime]` |  在聊天中顯示遊戲時間 |
| `[time]`     |  在聊天中顯示現實時間 |
| `[pos]`      |  在聊天中顯示自身座標 |
| `[skill]`    |  在聊天中顯示技能等級 |

## 格式說明

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

## 聊天指令

### 私訊玩家

本指令可以私訊一個玩家，請小心不要一直打擾對方以免違反[雲羽規則二(請勿冒犯他人)](https://whiter.lnstw.xyz/rule/#%E4%BA%8C%E3%80%81%E8%AB%8B%E4%B8%8D%E8%A6%81%E5%86%92%E7%8A%AF%E4%BB%96%E4%BA%BA)

> /msg <玩家> <訊息內容>

* **玩家**：你要私訊誰，例如 `SamHacker`
* **訊息內容**：你要講什麼，例如 `雲羽生存服好好玩`

**指令範例**：`/msg Sam510208 雲羽生存服好好玩`

**範例指令結果**：

```
[SamHacker -> 我] 雲羽生存服好好玩
```

### 進入掛機

如果你想掛機離開一下，請使用這個指令告訴大家你消失了。這樣一來大家才會知道你不在喔\~\~

> /afk

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

**範例指令結果**：

```
掛機 玩家 Sam510208 處在掛機狀態
活躍 玩家 Sam510208 處在活躍狀態
```

### 傳送到一位玩家位置

執行指令後，要對方同意才能過去喔！

> /tpa <玩家>

* **玩家**：你要去找誰，例如 `SamHacker`

#### 請一位玩家傳送過來你這

> /tpahere <玩家>

* **玩家**：希望誰來找你，例如 `SamHacker`

## 聊天佔位符

### 展示背包、終界箱

這會把你的背包或你的終界箱秀出來給大家看！

> \[inv] 或 \[i] \[ender] 或 \[e]

* `[inv]、[i]`：分享自己的背包
* `[ender]、[e]`：分享自己的終界箱

### 展示自己的金錢

這會把你的金錢顯示在聊天欄位中

> \[money]

### 展示自己的公會

這會把自己公會的名稱、成員數、創辦人與其他資訊分享在聊天欄位，且其他人點一下訊息就可以傳送加入公會請求，但請不要濫發訊息喔！

> \[guild]

**範例指令**：`加入我的工會：[guild]`

**範例指令結果**：

```
『玩家』Sam510208: 加入我的工會：[加入我的公會：一個神祕的公會]
```

### 展示自己手上的物品

> \[item]

**範例指令**：\`\[item] **範例指令結果**：

```
『玩家』Sam510208: [木棒]
```

### 前往雲羽生存服官網

打完這段話後，聊天欄會出現雲羽生存服的官網連結，可以直接點進去喔\~\~

> \[whiter]

### 得知遊戲裡的當前時間、現實中的當前時間

想知道麥塊世界現在幾點，就用這指令吧！

> \[gametime] \[time]

* `[gametime]`：顯示遊戲中當前時間
* `[time]`：顯示現實中當前時間

**範例指令**：\[gametime] \[time]

**範例指令結果**：

```
『玩家』Sam510208: 10:05 17:25
```

#### 顯示你的當前座標，讓朋友能來找你

> \[pos]

**指令範例**：`[pos]` **範例指令結果**：

```
『玩家』Sam510208: 所在世界: 生存  X:200 Y:10 Z:-1558
```

### 顯示技能等級

> \[skill]

**指令範例**：`[skill]` **範例指令結果**：

```
『玩家』Sam510208: [我的技能等級]
```


---

# 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/chats.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.
