> 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/basic-command.md).

# Basic Command

### Teleport dan Home

#### `/warp`

Membuka menu warp teleport.

#### `/sethome`

Membuat rumah.

#### `/home`

Teleport ke rumah.

#### `/ghome`

Membuka daftar rumah yang kamu buat.

#### `/tpa`

Meminta teleport ke pemain lain.

#### `/tpaccept`

Menyetujui permintaan teleport.

#### `/tpadeny`

Menolak permintaan teleport.

#### `/tpacancel`

Membatalkan permintaan teleport.

### Land

#### `/abandonallclaims`

Menghapus semua tanah yang kamu miliki.

Gunakan `/abandonallclaims confirm` untuk konfirmasi.

#### `/abandonclaim`

Menghapus tanah yang sedang kamu injak.

#### `/claimlist`

Melihat daftar tanah yang telah kamu buat.

#### `/trust`

Menambahkan teman agar bisa mengakses tanah kamu.

#### `/untrust`

Menghapus akses teman dari tanah kamu.

#### `/trustlist`

Melihat daftar pemain yang bisa mengakses tanah kamu.

### Ekonomi

#### `/balance`

Melihat uang kamu atau pemain lain.

#### `/balancetop`

Melihat leaderboard uang.

#### `/pay`

Transfer uang ke pemain lain.

#### `/coinflip`

Membuka menu coinflip.

### Team

#### `/team`

Membuka menu team.

#### `/team create`

Membuat team.

#### `/team disband`

Membubarkan team.

#### `/team chat`

Chat khusus dengan team.

#### `/team home`

Teleport ke base team.

### Shop dan Jual Beli

#### `/shop`

Membuka menu toko.

#### `/sellgui`

Membuka menu jual barang.

#### `/sellall`

Menjual semua barang di inventory.

#### `/ah`

Membuka pelelangan untuk jual atau beli barang.

### Skill, Jobs, dan Quest

#### `/skill`

Membuka menu skills.

#### `/skilltop`

Melihat leaderboard skill.

#### `/jobs`

Membuka semua menu pekerjaan tanpa perlu mengetik command lain.

#### `/quest`

Membuka semua menu quest tanpa perlu mengetik command lain.

### Server dan Fitur Umum

#### `/menu`

Membuka menu utama server.

#### `/spawn`

Kembali ke spawn.

#### `/cosmetics`

Membuka menu kosmetik spesial.

#### `/rank`

Membuka menu upgrade rank.

#### `/pointshop`

Membuka menu ZenyPoint Shop.

#### `/keyshop`

Membuka menu KeyShop.

#### `/coinshop`

Membuka menu CoinShop.

#### `/pwarp`

Membuka menu Player Warp.

#### `/statistic`

Melihat statistik kamu dan leaderboard.

#### `/vote`

Melihat informasi cara vote.

#### `/rewards`

Mengambil hadiah money harian.

#### `/kit`

Membuka kit harian.

#### `/zrank`

Membuka menu fitur rank.

{% hint style="info" %}
Gunakan halaman kategori lain jika kamu butuh penjelasan yang lebih spesifik.
{% 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/basic-command.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.
