> For the complete documentation index, see [llms.txt](https://wiki.dreamy.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dreamy.kr/systems/chat.md).

# 💬 채팅·추천·유지보수

## 채팅

* 전체채팅, 마을채팅, 파티채팅 모드를 지원합니다.
* 선택한 모드에서는 해당 모드의 채팅만 수신됩니다.
* 귓속말을 지원합니다.
* 전체채팅은 모든 월드의 플레이어에게 전달됩니다.
* 접속·퇴장 메시지는 표시되지 않습니다.
* 전체 PvP는 비활성화되어 있습니다.

### 확성기

* 형식: `[확성기] [칭호][닉네임]: 메시지` (빨간색 표시)
* 채팅 모드와 관계없이 전 서버의 모든 플레이어에게 전달됩니다.
* 최대 100자까지 입력할 수 있습니다.
* 쿨타임은 비회원 20분, 멤버십 회원 5분입니다.

## 추천·경험치·기타

| 시스템          | 값                        |
| ------------ | ------------------------ |
| 마인리스트 추천 보상  | 100 CRYSTAL              |
| 경험치 추출       | 총 경험치 7당 경험치병 1개         |
| 인벤토리 초과 경험치병 | 플레이어 주변에 드롭되며 본인만 습득 가능  |
| 바닥 아이템 정리    | 10분마다                    |
| 정리 경고        | 60, 10, 5, 4, 3, 2, 1초 전 |
| 사망 시 인벤토리    | 유지됨 (전 월드)               |


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.dreamy.kr/systems/chat.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
