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

# 채팅

### ⛔ **채팅 규정** <a href="#chatting" id="chatting"></a>

* 모든 유저가 함께 모두 볼 수 있는 채팅에서는 서버 규칙을 꼭 지켜주셔야 합니다.
* 서버 규칙을 준수하지 않는 경우 처벌을 받을 수 있으니 주의해주세요.

### &#x20;📢 **채팅 채널** <a href="#chatting_channel" id="chatting_channel"></a>

* 서버에서는 총 4개의 채팅 채널을 이용할 수 있습니다.
* 전체 채팅 : \[/gl]
* 지역 채팅 : \[/lc]
* 파티 채팅 : \[/party chat]
* 랜드 채팅 : \[/land chat]\ <mark style="color:red;">**마을 월드에서만 가능**</mark>

### 💬 **전체 채팅** <a href="#global" id="global"></a>

* 전체 채팅은 \[/gl] 명령어로 킬 수 있습니다.
* 서버에 있는 모든 유저가 볼 수 있는 채팅이기에 개인적인 이야기나 잡담은 지역 채팅 및 파티 채팅을 이용해 주세요.

### 💬 **지역 채팅** <a href="#local" id="local"></a>

* 지역 채팅은 \[/lc] 명령어로 킬 수 있습니다.
* 근처 300블럭 안에 있는 유저에게 채팅을 보낼 수 있습니다.

### 💬 **파티 채팅** <a href="#party" id="party"></a>

* 파티 채팅은 \[/party chat]  명령어로 킬 수 있습니다.
* 파티 채팅은  본인이 만든 파티원들끼리 채팅을 할 수 있는 기능입니다.
* \[/party create] 새로운 파티를 만드는 명령어입니다.
* \[/party invite <닉네임>] 닉네임에게 파티를 초대하는 명령어입니다.
* \[/party leave] 파티를 떠나는 명령어입니다.
* \[/party chat] 파티챗을 토글하는 명령어입니다.&#x20;

### 💬 **랜드 채팅** <a href="#land_chat" id="land_chat"></a>

* 랜드 채팅은 \[/land chat] 명령어로 킬 수 있습니다.
* 랜드 채팅은 생성한 랜드의 소속원들끼리 채팅을 할 수 있는 기능입니다.

### 💬 **확성기** <a href="#loud_speaker" id="loud_speaker"></a>

**ℹ️ \[/랭크] 전문가 달성 후 이용 가능한 기능입니다.**

* \[/확성기 <할말>] 명령어로 확성기를 사용할 수 있습니다.
* 아이템 구매/판매 홍보 등 유저들에게 편하게 알리는 용도로만 사용 가능합니다.
* 개인적인 잡담이나 다른 용도로 사용 시 불이익이 있을 수 있습니다.


---

# 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://wiki.lucymc.kr/lucy-network/default/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.
