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

# Cara ClaimLand

Pelajari cara claim land dan mengatur akses teman di SurvivalMix

{% stepper %}
{% step %}

### Buka menu server

Ketik `/menu` untuk membuka Menu Server.
{% endstep %}

{% step %}

### Ambil item claim land

Ambil item `Golden Shovel` dari Menu Server.
{% endstep %}

{% step %}

### Siapkan item bawaan

Setelah mengambilnya, kamu akan mendapatkan 3 item, yaitu Buku Panduan, Golden Shovel, dan Stick.
{% endstep %}

{% step %}

### Pegang Golden Shovel

Gunakan Golden Shovel untuk mulai membuat area land.
{% endstep %}

{% step %}

### Buat titik pertama

Tentukan titik pertama area claim dengan Golden Shovel.
{% endstep %}

{% step %}

### Buat titik kedua

Tentukan titik kedua untuk membentuk area claim land kamu.
{% endstep %}

{% step %}

### Selesaikan claim land

Setelah dua titik dibuat, land akan otomatis terbentuk dan area kamu menjadi lebih aman dari gangguan pemain lain.
{% endstep %}
{% endstepper %}

### Kelola akses teman

#### Tambahkan teman ke land

Gunakan `/trust <player>` untuk memberi akses ke land kamu.

Contoh: `/trust zenylandgg`

#### Hapus teman dari land

Gunakan `/untrust <player>` untuk mencabut akses dari land kamu.

Contoh: `/untrust zenylandgg`

{% hint style="warning" %}
Gunakan Golden Shovel saat membuat titik claim.
{% endhint %}

{% hint style="warning" %}
Pastikan titik pertama dan titik kedua sudah sesuai area yang ingin kamu amankan.
{% endhint %}

{% hint style="warning" %}
Berikan akses land hanya ke pemain yang kamu percaya.
{% endhint %}


---

# 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://zenyland.gitbook.io/zenyland/wiki/survivalmix/claimland/cara-claimland.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.
