# 채팅

수달농장에는 여러 채팅 채널이 있으며, 상황에 맞는 채널을 사용할 수 있습니다.

## 채팅 채널

| 채널    | 명령어     | 단축키          | 설명                       |
| ----- | ------- | ------------ | ------------------------ |
| 전체 채팅 | `/전체채팅` | `/전체`, `/ㅈㅊ` | 모든 서버에 보이는 채팅            |
| 지역 채팅 | `/지역채팅` | `/지역`, `/ㅈㅇ` | 같은 동네(지역) 플레이어에게만 보이는 채팅 |
| 섬 채팅  | `/섬채팅`  | `/섬`, `/ㅅ`   | 같은 섬(농장) 멤버에게만 보이는 채팅    |

채팅 모드를 전환하면 이후 입력하는 모든 채팅이 해당 채널로 전송됩니다.

## 특수 기능

### 확성기

`/확성기 <내용>` — 전 서버에 공지 형태로 메시지를 보냅니다.

* 비용: **1,000원**
* 쿨타임: **10분**
* 같은 섬에서는 **5분 텀**으로만 사용할 수 있습니다.

{% hint style="warning" %}
확성기 쿨타임 위반 시 채팅 규칙에 따라 경고가 부여됩니다. 자세한 내용은 [서버 규칙](/docs/rules.md)을 확인해주세요.
{% endhint %}

### 귓속말

`/귓 <닉네임> <내용>` — 특정 플레이어에게만 보이는 귓속말을 보냅니다.

### 질문

`/질문 <내용>` — 서버 전체에 질문을 보냅니다.

* 쿨타임: **60초**
* 답변하려면 최소 **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:

```
GET https://organization-pmk.gitbook.io/docs/undefined-3/chat.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.
