# Duele

## Informacje

System zamkniętej walki PVP między dwoma graczami na losowej mapie i z wybranem przez osobę wyzywającą na pojedynek zestawem.

**Lista komend:**

* `/duel <nick>` - wyzwij gracza na pojedynek;
* `/duel accept|deny <nick>` - zaakceptuj|odrzuć zaproszenie na pojedynek od gracza;
* `/spectate <nick>` - obserwuj pojedynek gracza, jeśli dany się dotyczy.

## System rankingowy

Każdy pojedynek jest rozgrywany w systemie rankingowym opartym na [systemie ELO](https://pl.wikipedia.org/wiki/Ranking_szachowy), uzależnionym od zwycięstw i porażek [gracza](https://minecraft.fandom.com/pl/wiki/Gracz). Punkty rankingowe służą do kalkulacji umiejętności PVP [gracza](https://minecraft.fandom.com/pl/wiki/Gracz).

{% hint style="danger" %}
**UWAGA!** Nie należy mylić **systemu rankingowego Dueli** z [systemem rankingowym Areny PVP](/wiki/systemy/arena-pvp.md#punkty-rankingowe). To dwa osobne rankingi o podobnym systemie, jednak są one niezależne od siebie.
{% endhint %}


---

# 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://globmc.gitbook.io/wiki/systemy/duele.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.
