# Portal Sistemi

Portal sistemi ile portal oluşturup, oyuncuların ejderha etkinliğine portala atlayarak katılmalarını sağlayabilirsiniz.

config.yml dosyasına oluşturmak istediğiniz portalın orta lokasyonunu, eğer event aktif değilken atlarlarsa gidecekleri spawn bölgesinin lokasyonunu ve portalın çapını yazabilirsiniz.

<mark style="color:orange;">**portal-mode ayarının altındaki mode ayarının true olması gerekmektedir.**</mark>

Örnek Portal Oluşturma;

```yaml
 '0': # Bu portalın ID değeridir. Her portalın ID'si farklı olmak zorundadır
      portalLocation: '-19,39,-35,world' # Portalın orta noktasının konumu
      eventIsNotActiveTeleportLocation: '0,0,0,world' # Spawn noktasının konumu
      portalCenterRadius: 3 # Portalın çapının uzunluğu 3x3 bir portalınız varsa buraya 3 yazmalısı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/ndragonwar/eklenti-hakkinda/portal-sistemi.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.
