# 시작 가이드

> 프로젝트 공식 디스코드 서버에 참여하셔서 다양한 질문 및 피드백을 남겨주세요.
>
> <https://discord.gg/nZSb5AEHQX>

## 1. 플러그인 적용

플러그인을 서버에 적용합니다.&#x20;

다운로드는 CurseForge에서 하실 수 있습니다.

{% embed url="<https://www.curseforge.com/minecraft/bukkit-plugins/simplediscord>" %}

> SimpleDiscord는 PaperMC를 기준으로 개발되었습니다.
>
> :white\_check\_mark: PaperMC, purpur, Plazma
>
> :x: CraftBukkit, Spigot

## 2. 웹훅 생성

메시지를 수신할 디스코드 채팅 채널의 설정으로 이동합니다.

<figure><img src="/files/O0Pgk5fErQUNKXlWQZof" alt="" width="257"><figcaption></figcaption></figure>

<figure><img src="/files/dFGRCvdMLK865QqCP351" alt="" width="222"><figcaption></figcaption></figure>

<div align="center"><figure><img src="/files/5wuwdgyTwSxthvSyRirM" alt="" width="563"><figcaption></figcaption></figure></div>

생성된 웹훅의 설정을 구성하고, URL을 복사합니다.

> 플레이어가 아닌 서버 이벤트(서버 가동, 엔더 드래곤 처치 등)은 여기에 설정된 프로필 이미지와 이름으로 전송됩니다.

<figure><img src="/files/m6rpG85MjCMflQ6ZV45z" alt=""><figcaption><p>프로필 이지, 이름 설정 후 '웹후 URL 복사' 클릭</p></figcaption></figure>

## 3. 설정 명령어 입력

플러그인이 적용된 서버를 실행 후 콘솔 혹은 인게임에서 아래 명령어를 입력합니다.

`/sd_setup <복사한 url>`

> 콘솔 혹은 인게임 명령어는 한 번만 입력하면 됩니다.

<figure><img src="/files/8XxN5RetcuL3EK74hzEB" alt=""><figcaption></figcaption></figure>

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

> 해당 명령어가 입력되면, 플러그인은 해당 주소로 테스트 메시지를 전송합니다.
>
> 아래와 같은 테스트 메시지를 확인해 주세요.
>
> ### ![](/files/4bbKRnc0BcrxiO6TF9RF)


---

# 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://xtheia.gitbook.io/simplediscord/undefined.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.
