# Oyuna Komut Gönderme

## Sistem

Ayar dosyasında belirtilen rollere belirtilen komutları izin verip, o komutların oyuna gönderilmesini sağlayabilirsiniz.

Örneğin X rolüne, Y komutu iznini verirseniz bu roldeki kişiler /komut Y ile oyuna Y komutunu gönderebilirler.

Ayrıca bir kanala log tutabilirsiniz.

## Ayar Dosyası

```yaml
cmd_usage_discord_to_game:
  status: true # Oyuna komut gönderme modu aktif olsun mu
  cmdsLogs: '1258550213539397632' # Gönderilen komutların logu tutulsun mu, İstemiyorsanız null yazabilirsiniz.
  roles_and_cmds: # Roller ve kullanabileceği komutlar burada ayarlanır.
    '1251962081830240396': # rol id'si
      - 'say' # Kullanabileceği komutlar, sadece ana komut yazılır. Başına / koymayınız.
```


---

# Agent Instructions: 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:

```
GET https://tanitim.nourseproject.com/minecraft-eklentileri/ncep/eklenti-hakkinda/oyuna-komut-gonderme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
