> For the complete documentation index, see [llms.txt](https://voseraproject.gitbook.io/voseraproject/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://voseraproject.gitbook.io/voseraproject/eklenti-hizmeti/randomitemchange/komutlar-ve-izinler.md).

# Komutlar ve İzinler

### Oyuncu Komutları

| Komut                            | Açıklama                          | İzin        |
| -------------------------------- | --------------------------------- | ----------- |
| `/ric join <arena>`              | Belirli bir arenaya katılır       | `ric.use`   |
| `/ric gui`                       | Arena seçim menüsünü açar         | `ric.gui`   |
| `/ric speed`                     | En uygun arenaya otomatik katılır | `ric.speed` |
| `/ric watch [oyuncu]`            | Maç izleme (menü veya doğrudan)   | `ric.use`   |
| `/ric duel <oyuncu\|kabul\|red>` | Düello daveti gönderir/yanıtlar   | `ric.use`   |
| `/ric leave` veya `/leave`       | Aktif maçtan/izlemeden ayrılır    | `ric.use`   |
| `/lobby` veya `/spawn`           | Ana lobiye ışınlanır              | `ric.use`   |

### Yönetici Komutları

| Komut                                        | Açıklama                             | İzin           |
| -------------------------------------------- | ------------------------------------ | -------------- |
| `/ric create <isim> <minOyuncu> <maxDakika>` | Yeni arena oluşturur                 | `ric.admin`    |
| `/ric pos1 <isim>` / `/ric pos2 <isim>`      | WorldEdit seçimiyle sınır belirler   | `ric.admin`    |
| `/ric setplayerzone <isim>`                  | Spawn noktası ekler                  | `ric.admin`    |
| `/ric delete <isim>`                         | Arenayı siler                        | `ric.admin`    |
| `/ric list`                                  | Tüm arenaları listeler               | `ric.admin`    |
| `/ric setlobby`                              | Lobi konumunu belirler               | `ric.admin`    |
| `/ric duration <saniye>`                     | Eşya değişim süresini değiştirir     | `ric.duration` |
| `/ric reload`                                | Config/dil/arena dosyalarını yeniler | `ric.reload`   |

### İzin Listesi

| İzin           | Varsayılan | Açıklama                            |
| -------------- | ---------- | ----------------------------------- |
| `ric.use`      | herkes     | Temel komutlar (join, leave, lobby) |
| `ric.admin`    | operatör   | Arena kurma, silme, sınır belirleme |
| `ric.duration` | operatör   | Eşya yenilenme süresini değiştirme  |
| `ric.reload`   | operatör   | Eklenti dosyalarını yenileme        |
| `ric.speed`    | herkes     | `/ric speed` kullanımı              |
| `ric.gui`      | herkes     | Arena menüsünü açma                 |

### Akıllı Tamamlama

Komut yazarken alt komutlar, arena isimleri, çevrimiçi oyuncu isimleri ve düello seçenekleri (`kabul`/`red`) bağlama duyarlı olarak otomatik önerilir.

### Yardım Menüsü

`/ric` argümansız çalıştırıldığında, gönderenin sahip olduğu izinlere göre dinamik bir yardım menüsü gösterilir — yönetici izinleri olmayan oyunculara sadece kendilerine ait komutlar listelenir.


---

# 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://voseraproject.gitbook.io/voseraproject/eklenti-hizmeti/randomitemchange/komutlar-ve-izinler.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.
