> 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/izleyici-spectator-sistemi.md).

# İzleyici (Spectator) Sistemi

Oyuncular, `/ric watch` komutuyla devam eden bir maçı izleyici modunda takip edebilir.

### Komut Kullanımı

* `/ric watch` — argümansız kullanıldığında aktif maçları listeleyen bir menü açılır.
* `/ric watch <oyuncu>` — belirtilen oyuncuyu doğrudan izlemeye başlar.

### İzleme Akışı

İzlemeye başlayan oyuncu için:

1. Envanteri ve zırhı temizlenir.
2. İzleyici (spectator) moduna alınır.
3. Hedef oyuncunun konumuna ışınlanır.
4. Tab listesi arena bilgisiyle güncellenir.
5. Kısa bir süre sonra Minecraft'ın yerleşik "hayalet takip" moduna geçirilir, böylece hedef oyuncu hareket ettikçe kamera otomatik onu takip eder.

### Kısıtlamalar

* Zaten bir arenada olan (oyuncu veya izleyici olarak) kullanıcılar başka bir maçı izleyemez; önce mevcut maçtan ayrılması gerekir.
* İzlenecek oyuncunun bulunduğu arena aktif olarak oynanıyor durumda olmalıdır, aksi halde uygun bir hata mesajı gösterilir.

### İzleyicilerin Oyuna Karışmaması

İzleyiciler oyuncu listesine dahil olmadığından hasar alamaz veya veremez, ancak sınır parçacıklarını (tercihen açıksa) görebilir ve eşya değişim göstergesine (boss bar) otomatik olarak eklenir. Maçtan ayrılınca bu gösterge de kaldırılır.

### Arenadan Ayrılma

`/ric leave` komutu izleyici modundan da geçerlidir; oyuncu izleyici listesinden çıkarılır, envanteri sıfırlanır ve lobiye ışınlanır.


---

# 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/izleyici-spectator-sistemi.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.
