> For the complete documentation index, see [llms.txt](https://rehber.sedef.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rehber.sedef.me/yardim/komut-listesi.md).

# Tüm Komutlar

Bütün komutları kategori kategori burada topladık. Aradığını bulmak için `Ctrl+F` kullanabilirsin.

## Giriş ve hesap

| Komut                       | Açıklama                   |
| --------------------------- | -------------------------- |
| `/register <şifre> <şifre>` | İlk kez şifre oluşturma    |
| `/login <şifre>`            | Girişte şifre girme        |
| `/skin <isim>`              | Bir oyuncunun skinini alma |
| `/skin url <link>`          | Linkten skin uygulama      |
| `/skin clear`               | Skini sıfırlama            |
| `/discord link`             | Discord hesabını bağlama   |

## Arsa ve koruma

| Komut                    | Açıklama                             |
| ------------------------ | ------------------------------------ |
| Altın kürek              | İki köşeye tıklayarak arsa oluşturma |
| Sopa (stick)             | Arsa sınırlarını görme               |
| `/trust <isim>`          | Tam izin verme                       |
| `/containertrust <isim>` | Sadece sandık izni                   |
| `/accesstrust <isim>`    | Sadece kapı/buton izni               |
| `/untrust <isim>`        | İzni geri alma                       |
| `/trustlist`             | İzin verdiklerini görme              |
| `/claimlist`             | Arsalarını listeleme                 |
| `/claimsinfo`            | Kalan blok hakkını görme             |
| `/abandonclaim`          | Arsayı bırakma                       |

## Ev ve ışınlanma

| Komut             | Açıklama                |
| ----------------- | ----------------------- |
| `/sethome <isim>` | Ev kaydetme             |
| `/home <isim>`    | Eve ışınlanma           |
| `/delhome <isim>` | Ev silme                |
| `/spawn`          | Meydana dönme           |
| `/back`           | Son yere dönme          |
| `/tpa <isim>`     | Yanına ışınlanma isteği |
| `/tpahere <isim>` | Yanına çağırma          |
| `/tpaccept`       | İsteği kabul etme       |
| `/tpdeny`         | İsteği reddetme         |

## Para ve market

| Komut                  | Açıklama                 |
| ---------------------- | ------------------------ |
| `/bal`                 | Parayı görme             |
| `/baltop`              | En zengin komşular       |
| `/pay <isim> <miktar>` | Para gönderme            |
| `/worth`               | Eşya değeri              |
| `/qs find <eşya>`      | Dükkân arama             |
| `/qs price <fiyat>`    | Dükkân fiyatı değiştirme |
| `/qs staff add <isim>` | Dükkâna yardımcı ekleme  |

## Keyif ve sohbet

| Komut                  | Açıklama            |
| ---------------------- | ------------------- |
| `/sit` `/lay` `/crawl` | Otur / uzan / sürün |
| `/bellyflop` `/spin`   | Yüzüstü yat / dön   |
| `/msg <isim> <yazı>`   | Özel mesaj          |
| `/r <yazı>`            | Cevap verme         |
| `/mail read`           | Notları okuma       |
| `/afk`                 | Mola belirtme       |
| `/list`                | Çevrimiçi komşular  |
| `/kurallar`            | Kuralları görme     |
| `/bossbar`             | Üst barı aç/kapat   |

{% hint style="info" %}
`<isim>` ve `<yazı>` gibi köşeli parantezler senin dolduracağın yerler — parantezleri yazma, sadece içine yazacağını gir.
{% 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://rehber.sedef.me/yardim/komut-listesi.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.
