> For the complete documentation index, see [llms.txt](https://bilgi.geik.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bilgi.geik.xyz/eklentiler/tasktimer.md).

# TaskTimer

## <mark style="color:purple;">Gereksinimler</mark>

* Kullanılabilir Sürüm: 1.8 - SON SÜRÜM
* Gereksinimler: PlaceholderAPI

## <mark style="color:purple;">Giriş</mark>

> TaskTimer, belirli bir gün ve saatte komutları otomatik olarak planlamanıza olanak tanıyan ve aynı zamanda Discord webhook desteği sunan bir eklentidir. TaskTimer sunucunuzda otomatik etkinlikler başlatabilir, sunucunuzu yeniden başlatabilir ve Discord duyuruları ile çalıştırılması gereken komutları planlayabilir. Ayrıca ana komuttan önce alt komutlar ve duyurular ekleyebilirsiniz

## <mark style="color:purple;">Özellikler</mark>

* Discord sunucunuza webhook aracılığıyla duyurular gönderme,
* Discord duyurularında herkesi ve buradayı etiketleme,
* Kullanıcıları ve rolleri etiketleme,
* Özelleştirilebilir webhook duyuru başlık URL'si,
* Özelleştirilebilir webhook duyuru rengi, görseli, başlığı ve altbilgisi,
* Yer tutucu desteği,
* Zaman formatı desteği,
* Her görev için özelleştirilebilir gün ve saat,
* Komutlar ve duyurular gönderme.

## <mark style="color:purple;">Resimler</mark>

<figure><img src="/files/8fKAiDUslULXwipMXZII" alt=""><figcaption><p>Çalışan komutlar (Özel Eventler)</p></figcaption></figure>

<figure><img src="/files/0nOOv7J800rWiX9kwnss" alt=""><figcaption><p>Webhook mesajları örneği</p></figcaption></figure>

<figure><img src="/files/3vpCVc3sEUcweFOb5OCH" alt=""><figcaption><p>Placeholder değeri</p></figcaption></figure>

<figure><img src="/files/4kIEVC6DC9gXrrB2hSZQ" alt=""><figcaption><p>Placeholder değeri</p></figcaption></figure>

<figure><img src="/files/qZrhlpF6U7UUrVCjSv2R" alt=""><figcaption><p>Placeholder değeri</p></figcaption></figure>

<figure><img src="/files/g0eTjkpsBz1ZjJR7plNH" alt=""><figcaption><p>Yardım mesajı</p></figcaption></figure>

<figure><img src="/files/2OTjfNavxRh4KuzBLvIi" alt=""><figcaption><p>Etkinlikleri gösterebileceğiniz düzenlenebilir menüsü (Aktif etkinlikleri listeler)</p></figcaption></figure>

## <mark style="color:purple;">Komutlar</mark>

* /tasktimer -> Yardım mesajını görüntüler. (perm: tasktimer.help)
* /tasktimer events -> Etkinlik Menüsünü açar. (perm: tasktimer.events)
* /tasktimer show \<player> -> Oyuncuya etkinlik menüsünü açar. (perm: tasktimer.show)
* /tasktimer reload -> Eklenti configini baştan yükler. (perm: tasktimer.reload)

## <mark style="color:purple;">Placeholderlar</mark>

* %tasktimer\_event% -> Sonraki etkinliğin adını gösterir.
* %tasktimer\_time% -> Sonraki etkinliğe kalan süreyi gösterir.
* %tasktimer\_\<event\_name>% -> Belirtilen etkinliğe kalan süreyi gösterir.

## <mark style="color:purple;">Dosyalar</mark>

{% file src="/files/JYbP0XNvpeGZ7NvRRyjU" %}
Config dosyası
{% endfile %}

{% file src="/files/hDtnC2AQSdyjOTnV7czt" %}
Etkinlikler dosyası
{% endfile %}

{% file src="/files/W4khE55t2apYMpBuX963" %}
Webhook dosyası
{% endfile %}

{% file src="/files/AvF2FwxnBGElSTTwAZIX" %}
Dil dosyası
{% endfile %}


---

# 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://bilgi.geik.xyz/eklentiler/tasktimer.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.
