> 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/skills/cara-skills.md).

# Cara Skills

Pelajari cara menaikkan level skill dan memahami bonusnya di SurvivalMix

{% stepper %}
{% step %}

### Lakukan aktivitas sesuai skill

Main seperti biasa untuk mendapatkan EXP skill.

Contohnya, mining untuk `Mining`, farming untuk `Farming`, dan fishing untuk `Fishing`.
{% endstep %}

{% step %}

### Kumpulkan EXP

Setiap aktivitas akan menambah EXP ke skill tertentu.

Jika EXP cukup, level skill akan naik otomatis.
{% endstep %}

{% step %}

### Buka menu skill

Gunakan `/skills` untuk membuka menu utama skill.

Di menu ini kamu bisa melihat level, progress, dan bonus yang sudah aktif.
{% endstep %}

{% step %}

### Manfaatkan bonus skill

Semakin tinggi level skill, semakin besar bonus yang kamu dapat.

Bonus bisa berupa stat tambahan, passive ability, dan fitur lain sesuai skill.
{% endstep %}
{% endstepper %}

### Jenis skill utama

* `Farming` — Berkebun
* `Mining` — Menambang
* `Fishing` — Memancing
* `Excavation` — Menggali
* `Foraging` — Menebang pohon
* `Combat` / `Fighting` — Melawan mob atau player
* `Archery` — Panah
* `Defense` — Ketahanan
* `Agility` — Kecepatan
* `Enchanting` — Enchant
* `Alchemy` — Brewing potion

### Cara menaikkan skill

* `Farming` → Panen tanaman
* `Mining` → Hancurkan ore atau block
* `Fishing` → Mancing
* `Combat` → Bunuh mob atau player
* `Enchanting` → Enchant item
* `Alchemy` → Brewing potion

Intinya, cukup main biasa. EXP akan masuk otomatis.

### Fitur utama skills

* Setiap naik level bisa memberi stat tambahan, seperti damage atau speed
* Passive ability bisa terbuka otomatis
* Ada mana abilities untuk skill aktif
* Bisa mendapat reward, seperti item, uang, atau command
* Ada leaderboard atau ranking player
* Beberapa item bisa punya bonus stat tambahan

{% hint style="warning" %}
Semakin tinggi level skill, semakin besar EXP yang dibutuhkan.
{% endhint %}

{% hint style="warning" %}
Beberapa ability punya cooldown dan butuh mana.
{% endhint %}

{% hint style="warning" %}
Progress skill tersimpan otomatis.
{% endhint %}

{% hint style="warning" %}
Beberapa skill atau ability bisa dibatasi di world atau region tertentu.
{% 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/skills/cara-skills.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.
