# 커맨드블럭 활성화

<figure><img src="/files/BiVX35ZTi94YfHwk9JK9" alt=""><figcaption><p>파일 관리 탭</p></figcaption></figure>

server.properties 파일의  위치를 찾고, 이름을 클릭해서 열어주세요.

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

enable-command-block란을 false에서 true로 변경한 후, 위에 **저장** 버튼을 눌러주세요.

```
enable-command-block=true
```

<figure><img src="/files/1nWkegjOuMQyMQUmo95O" alt=""><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/commandblock.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.
