> For the complete documentation index, see [llms.txt](https://bloody-network.gitbook.io/bloodynetwork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bloody-network.gitbook.io/bloodynetwork/undefined.md).

# 접속 방법

{% hint style="info" %}
서버 접속을 위해서는 Minecraft 정품 계정이 필요합니다.

마인크래프트 정품 계정은 공식 홈페이지에서 구매할 수 있습니다.
{% endhint %}

> 1. 마인크래프트 런처를 실행하여 정품 계정을 로그인합니다.
> 2. 상단 "설치 설정" 을 누른 후 "새 설치 설정"을 눌러 버전을 "1.21.4"로 선택합니다
> 3. 플레이 버튼을 누르게되면 마인크래프트 클라이언트가 켜집니다.
> 4. "멀티플레이" ⇒ "서버추가" 버튼 누른 후 서버 주소 란에 "BLDSV.KR"을 입력합니다
> 5. 서버 선택 ⇒ 서버 참여를 클릭하여 서버에 접속할 수 있습니다.
> 6. 로비로 접속에 성공하면 블러디 네트워크 공식 디스코드를 통해 인증하여 서버를 플레이할 수 있습니다. ( 로비의 인증 가이드를 참고해주세요 )
> 7. 리소스팩을 만약 수동으로 적용하고 싶을 경우 디스코드 채널의 "리소스팩"을 참고하여 주시길 바랍니다

> 도움이 필요할 경우 문의센터를 통해 도움을 요청해주세요!


---

# 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://bloody-network.gitbook.io/bloodynetwork/undefined.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.
