# 서버 버전 변경하기

## 서버 파일 (Paper, Purpur)

1. 서버를 정지하시고 백업을 진행해 주세요. 백업 미실행으로 인한 피해는 책임지지 않습니다.
2. 원하시는 마인크레프트 버전 .jar파일을 다운로드 해주세요.

{% embed url="<https://papermc.io/downloads/all>" %}
종이서버 .jar 파일
{% endembed %}

{% embed url="<https://purpurmc.org/downloads>" %}
Purpur .jar 파일
{% endembed %}

## 버전 변경

1. 서버 폴더에 이미 server.jar파일이 존제하면 삭제해주세요.
2. server.jar파일이 없거나 삭제 완료후 다운로드한 .jar파일을 업로드해주세요.
3. .jar파일의 이름이 server.jar인지 꼭 확인해주세요. server.jar이 아닌 경우에는 server.jar로 바꿔주세요.
4. 서버를 제시작 후 버전이 변경됩니다.


---

# 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.weirdhost.xyz/minecraft/version.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.
