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

# 도트마인 오픈 서버

### 서버 소개

오픈 서버는 DotsMine Studio에서 운영하는 공개 API 서버입니다.\
스트리머 인증만 받는다면 언제든지 접속할수있으며, 별도의 서비스 종료 전까지는 상시 오픈되는 무료 서버입니다.

***

### 서버 접속 방법

{% stepper %}
{% step %}

### 공식 디스코드 서버 접속

<https://discord.gg/SQHAsE6sfC>
{% endstep %}

{% step %}

### 스트리머 혹은 기업 인증

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

기업이나 MCN의 경우 기업인증 채널에서 운영진에게 DM을 전송해 기업임을 인증해야합니다.
{% endstep %}

{% step %}

### 도트마인 오픈 서버 채널 확인

도트마인 오픈 서버 채널내에 있는 런처파일 다운로드 및 서버 주소를 확인합니다.
{% endstep %}

{% step %}

### Prism Launcher 다운로드

아래 링크에서 런처를 다운로드해주세요.\
<https://github.com/PrismLauncher/PrismLauncher/releases/download/11.0.3/PrismLauncher-Windows-MSVC-Setup-11.0.3.exe>
{% endstep %}

{% step %}

### ZIP 파일 런처 적용

Prism Launcher 에서 인스턴스 추가를 누릅니다.\ <img src="/files/nEf1yGvAnvkAfVQ4rAgV" alt="" data-size="original">

불러오기를 누릅니다.\
![](/files/BnFdxDZAmMx2uM8YV5oA)

찾아보기를 누릅니다.\ <img src="/files/KvLZ4HDjI9vPiOfDpg0G" alt="" data-size="original">

디스코드에 첨부된 도트마인 오픈 서버.zip파일을 적용합니다.\
![](/files/uirJajC9G0FmyTiy5fp9)
{% endstep %}

{% step %}

### 서버 접속

마인크래프트를 켠 뒤 멀티플레이에 있는 서버에 접속합니다.\
만약 서버가 없을경우 디스코드에 있는 서버주소를 서버추가에 넣고 접속합니다.
{% endstep %}
{% endstepper %}

***

### 게임 TIP

<details>

<summary>API 연동하기</summary>

</details>

<details>

<summary>땅 구매하기</summary>

</details>

<details>

<summary>API 연동하기</summary>

</details>


---

# 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://dotsminestudio.gitbook.io/wiki/publicserver/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.
