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

# Cara Glow

{% stepper %}
{% step %}

### Buka menu glow

Gunakan command `/glow` untuk membuka menu glow.
{% endstep %}

{% step %}

### Pilih warna atau efek

Pilih warna atau efek glow yang kamu inginkan.

Beberapa pilihan bisa mencakup warna biasa, `rainbow`, atau `blink`.
{% endstep %}

{% step %}

### Aktifkan glow

Setelah dipilih, glow akan langsung aktif pada player kamu.
{% endstep %}

{% step %}

### Atur visibility glow

Kamu bisa mengatur tampilan glow agar tidak mengganggu.

Mode yang tersedia biasanya meliputi `all`, `own`, `other`, dan `none`.
{% endstep %}
{% endstepper %}

### Fitur glow

* Bisa mengubah warna glow player
* Mendukung efek seperti `rainbow` dan `blink`
* Outline player bisa tetap terlihat meski terhalang block
* Bisa mengatur visibility glow
* Bisa dipakai lewat GUI atau command manual, jika tersedia

{% hint style="warning" %}
Tidak semua warna atau effect tersedia langsung.
{% endhint %}

{% hint style="warning" %}
Fitur glow hanya bisa dipakai setelah mencapai rank Seraphim.
{% endhint %}

{% hint style="warning" %}
Gunakan opsi `off` atau `none` untuk mematikan glow, jika tersedia.
{% endhint %}

{% hint style="warning" %}
Player Bedrock tidak bisa melihat glow.
{% 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/glow/cara-glow.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.
