> For the complete documentation index, see [llms.txt](https://wiki.chickennw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.chickennw.com/ceza-bilgisi/ceza-sureleri.md).

# Ceza Süreleri

## Sohbet Cezaları <a href="#sohbet-cezalari" id="sohbet-cezalari"></a>

Sohbet cezaları tamamen cezayı atan yetkilinin insiyatifindedir. Aynı şeyleri söyleyen iki oyuncu iki farklı susturma cezası alabilir.

Sohbet cezaları belirlenirken daha önceden aldığınız sohbet cezaları da rol oynar. Yetkili sizin bu cezayı tekrar tekrar aldığınızı düşünüyorsa ceza süresini diğer kişilere göre daha fazla tutabilir.

Bazı sohbet cezalarını uygulamadan önce yetkililer oyuncuyu uyarabilir fakat bu uyarı insiyatife bağlıdır. Eğer yetkili sizin uyarı sınırını aştığınızı düşünüyorsa hiç uyarmadan ceza uygulayabilir.

## Hile Kullanımları <a href="#hile-kullanimlari" id="hile-kullanimlari"></a>

Hile kullanımlarında hile ile sunucuya giriş yapmanız yeterlidir ve kullanmasanız bile kullanmışsınız gibi davranılır. Hile kullanmanın cezası sunucudan sınırsız yasaklanmadır.

## Bug Kullanımları <a href="#bug-kullanimlari" id="bug-kullanimlari"></a>

Bug kullanımları sunucuda olan etkisine göre ceza süresi değişmektedir. Çoğu bug kullanımı 14 gün ile 1 ay arasında ceza süresine sahiptir.

Sunucuya etkisi çok az ise ceza almazsınız ve sadece hata kapatılır.

Sunucuya etkisi çok fazlaysa sunucudan sınırsız olarak yasaklanabilirsiniz.

## Dolandırıcılık <a href="#dolandiricilik" id="dolandiricilik"></a>

Dolandırıcılık ceza süresi 14 gündür. Nelerin dolandırıcılığa girdiğine bakmak için [Dolandırıcılık](/kurallar/dolandiricilik.md) kanalına bakabilirsiniz.


---

# 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://wiki.chickennw.com/ceza-bilgisi/ceza-sureleri.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.
