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

# 서버설정(★엑스레이 허용★)

**서버 설정과 변경된 사항입니다.**

* 게임 모드 : 서바이벌  (★★★★★★★★★★★엑스레이허용★★★★★★★★★★★)
* 난이도 : 보통&#x20;
* 구조물 생성 : 켜짐&#x20;
* 세계 종류 : 기본&#x20;
* 세계 항상 로드 : 오버월드 1청크 / 네더 1청크 / 엔드 8청크&#x20;
* 인벤토리세이브 : ON&#x20;
* 취침 비율 : 50%&#x20;
* 리스폰 위치 반지름 : 25,000 블록&#x20;
* 시야 거리 : 8청크&#x20;
* 시뮬레이션 거리 : 5청크&#x20;
* 아홀로틀이랑 물고기 / 모든 동물 포함  &#x20;마을당 100마리 모든 동물은 상점에서 이름표를 부착해야합니다&#x20;
* 세계 최대 높이보다 높이 올라가면 아래로 떨어집니다.&#x20;
* 엔더 드래곤을 처치하면 인벤토리에 드래곤 알이 지급됩니다.&#x20;
* 생성 알을 이용해 생성기 종류를 변경할 수 없습니다.&#x20;
* 엔더 드래곤 / 위더 / 크리퍼 / TNT / 엔드 수정이 블럭을 파괴하거나 폭발시키지 않습니다.&#x20;
* 몹 생성 범위 : 오버월드 3청크 / 네더 6청크 / 엔드 6청크&#x20;
* 엔티티 활성 범위 : 오버월드 16블록 / 네더 35블록 / 엔드 64블록&#x20;
* 몬스터 최대 생성 개채수 : 오버월드 45마리 / 네더 70마리 / 엔드 70마리&#x20;
* 전역 효과음이 주변 1,000블록 내에 있는 플레이어에게만 재생됩니다.&#x20;
* 발전 과제 및 죽음 메시지가 주변 1,000블록 내에 있는 플레이어에게만 표시됩니다.


---

# 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://luna-6.gitbook.io/luna/undefined/undefined-1.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.
