# 평지맵 만들는법

{% content-ref url="/pages/BfLejiacgHKZi3iFRRP5" %}
[시작하기](/getstarted/mc.md)
{% endcontent-ref %}

마인크래프트 서버를 개설후, server.properties 파일을 찾은후 마우스로 파일 이름을 눌러서 열어주세요,

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

***

{% content-ref url="/spaces/VkJmXC0Zry3o8BxDQbFQ/pages/6yBXeLtfUFXCwsrlyMjR" %}
[화이트리스트](/minecraft/whites-and-lists.md)
{% endcontent-ref %}

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

server.properties 파일에서, "level-type="를 찾아주세요

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

level-type=minecraft\\:normal 에서, level-type=minecraft\\:flat 으로 변경해주세요

**default** - 기본 월드. 언덕, 계곡, 물 등이 생성된다.\
**flat** - 평지. 마을 밖에 없고, 주로 건축용으로 이용된다.\
**largeBiomes** - 기본 월드와 같으나 생물 군계의 구역 기본보다 더 커진다.\
**amplified** - 기본 월드와 같으나 높이가 더 증가한다.\
**buffet** - 뷔페. 1.15 또는 그 이전 버전에만 가능하다. generator-settings를 설정하지 않으면 기본값과 같다.\
**default\_1\_1** - 1.15 이전 버전에만 사용 가능하다.\
**customized** - generator-settings에서 설정한 프리셋을 사용한다.

{% embed url="<https://namu.wiki/w/server.properties>" %}

{% hint style="info" %}
<https://namu.wiki/w/server.properties> 참고
{% endhint %}

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

파일 저장을 위해 저장하기 버튼을 꼭 눌러주세요.

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

새로운 월드 생성을 위해 world 폴더를 삭제해주세요

<figure><img src="/files/4mATBh8FYlRuZuE4dMOl" alt="" width="40"><figcaption><p>서버 시작</p></figcaption></figure>

서버 시작 버튼을 누르면 끝!


---

# 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/kindaflat.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.
