# 프로필

프로필 GUI에서 내 정보와 다른 유저의 정보를 한눈에 확인할 수 있습니다.\
`/프로필` 명령어로 내 프로필을 열 수 있고, `/프로필 <닉네임>`으로 다른 유저의 프로필을 확인할 수 있습니다.

<figure><img src="/files/TOQBlNSov2ZwmQyajyZH" alt=""><figcaption></figcaption></figure>

다른 유저를 바라본 상태에서 **Shift + 우클릭**을 하면 해당 유저의 프로필을 바로 열 수 있습니다.

## 확인할 수 있는 정보

* 거래 요청
* 티피 요청
* 좋아요
* 소속 농장
* 접속시간
* 보유 머니
* 보유 캐시
* 디스코드 연동 정보

## 좋아요

다른 유저의 프로필에서 **좋아요** 버튼을 눌러 좋아요를 보낼 수 있습니다.

* 좋아요를 받은 유저에게 좋아요를 눌렀다는 메세지가 전달됩니다.
* 하루에 누를 수 있는 좋아요는 **총 10회**입니다.
* 같은 유저에게 여러 번 좋아요를 보낼 수 있습니다.
* 자신의 프로필에는 좋아요를 누를 수 없습니다.

{% hint style="info" %}
좋아요는 별도의 보상으로 교환되지는 않지만, 다른 유저에게 응원과 관심을 전할 수 있는 프로필 기능입니다.
{% endhint %}

## 거래 요청

다른 유저의 프로필에서 **거래 신청** 버튼을 누르면 해당 유저에게 바로 거래를 신청할 수 있습니다.\
상대방이 같은 서버에 접속 중이면 거래를 신청할 수 있습니다.\
상대방이 거래를 수락하면 거래 GUI가 열리며, 아이템과 돈을 서로 확인한 뒤 안전하게 거래할 수 있습니다.

{% hint style="info" %}
자세한 거래 방법은 [유저 거래](/docs/undefined-4/deal.md) 문서에서 확인할 수 있습니다.
{% endhint %}

## 티피 요청

다른 유저의 프로필에서 **티피 요청** 버튼을 누르면 해당 유저에게 바로 텔레포트 요청을 보낼 수 있습니다.\
상대방이 요청을 수락하면 상대방 위치로 이동합니다.

## 소속 농장

프로필에서 소속 농장을 클릭하면 농장 목록 화면으로 이동하여 농장 멤버를 확인할 수 있습니다.

## 디스코드 연동

<figure><img src="/files/GpnpZpJkk8YKSiafjAph" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/dkXx1wE8KMPaluxpPOEL" alt=""><figcaption></figcaption></figure>

내 프로필의 디스코드 아이콘을 클릭하면 디스코드 계정 연동을 진행할 수 있습니다.

1. 디스코드의 **마크-계정연동** 채널에서 계정 연동 버튼을 누릅니다.
2. 발급된 코드를 확인합니다.
3. 인게임에서 `/프로필`을 열고 디스코드 아이콘을 클릭합니다.
4. 코드 입력창에 코드를 입력합니다.

{% hint style="info" %}
이미 다른 마인크래프트 계정에 연동된 디스코드 계정은 다시 연동할 수 없습니다.
{% endhint %}


---

# 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-4/profile.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.
