# 명령어: 파티

### 파티 정보 확인하기&#x20;

파티 정보를 확인합니다.&#x20;

```
/파티 
```

### 파티 생성하기&#x20;

파티를 생성합니다.&#x20;

```
/파티 생성 <이름>
```

### 파티 가입하기&#x20;

생성된 파티에 가입합니다.&#x20;

```
/파티 가입 <이름> 
```

### 파티 탈퇴하기&#x20;

해당 파티에서 탈퇴합니다.&#x20;

```
/파티 탈퇴 
```

### 파티 채팅 사용하기&#x20;

파티 채팅을 \[활성화/비활성화] 합니다.&#x20;

```
/파티 채팅 
```

### 파티 초대하기&#x20;

대상을 파티에 초대합니다.&#x20;

```
/파티 초대 <대상> 
```

### 파티 추방하기&#x20;

대상을 파티에서 추방합니다.&#x20;

```
/파티 추방 <대상> 
```

### 파티 비밀번호 설정하기&#x20;

파티 비밀번호를 설정합니다.&#x20;

```
/파티 비번 <비번> 
```

### 파티 초대 수락하기&#x20;

파티 초대를 수락합니다.&#x20;

```
/파티 수락 
```

### 파티원에게 텔포하기&#x20;

파티원에게 텔레포트합니다.&#x20;

```
/파티 텔포 
```

### 파티 해산하기&#x20;

소속된 파티를 해산시킵니다.&#x20;

```
/파티 해산 
```

### 파티 잠그기

파티를 잠급니다.

```
/파티 잠그기 y/n
```

### 파티 도움말 확인하기&#x20;

파티 명령어를 확인합니다.&#x20;

```
/파티 도움말 
```


---

# Agent Instructions: 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://docs.metacraft.kr/metown-tm/towny/party.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.
