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

# Cara MSG

{% stepper %}
{% step %}

### Kirim pesan pribadi

Gunakan `/msg <nama player> <pesan>` untuk mengirim pesan pribadi ke player tertentu.
{% endstep %}

{% step %}

### Pastikan pesan sampai

Pesan hanya bisa dilihat oleh kamu dan player tersebut.
{% endstep %}

{% step %}

### Balas pesan lebih cepat

Gunakan `/r <pesan>` untuk membalas pesan terakhir tanpa menulis nama player lagi.
{% endstep %}

{% step %}

### Pakai alias jika perlu

Kamu juga bisa memakai `/w <player> <pesan>` atau `/tell <player> <pesan>` sebagai alias dari `/msg`.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Gunakan fitur ini untuk komunikasi pribadi, bukan untuk spam.
{% endhint %}

{% hint style="warning" %}
Player bisa mengaktifkan ignore, jadi pesan kamu mungkin tidak masuk.
{% endhint %}

{% hint style="warning" %}
Hindari mengirim informasi penting ke player yang tidak dikenal.
{% endhint %}

{% hint style="warning" %}
Spam atau penyalahgunaan bisa berujung mute dari admin.
{% 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/msg/cara-msg.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.
