> For the complete documentation index, see [llms.txt](https://luminarcz.gitbook.io/survival-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luminarcz.gitbook.io/survival-wiki/zakladni-informace/prikazy.md).

# Příkazy

## **Nápověda**

* **Menu nápověda ->&#x20;**<mark style="color:green;">**/napoveda**</mark>
* **Menu průvodce ->&#x20;**<mark style="color:green;">**/pruvodce**</mark>

## **Obchody**

* **Premium obchod ->&#x20;**<mark style="color:green;">**/premium**</mark>
* **Hlasovací obchod ->&#x20;**<mark style="color:green;">**/shop**</mark>
* **Admin obchod ->&#x20;**<mark style="color:green;">**/adminshop**</mark>
* **Online obchod ->&#x20;**<mark style="color:green;">**/obchod**</mark><br>

## **Serverové warpy**

* **Dungeony ->&#x20;**<mark style="color:green;">**/dungeony**</mark>
* **Truhly ->&#x20;**<mark style="color:green;">**/truhly**</mark>
* **Kopací bloky ->&#x20;**<mark style="color:green;">**/bloky**</mark>
* **Teleport na spawn ->&#x20;**<mark style="color:green;">**/spawn**</mark>
* **Speciální recepty ->&#x20;**<mark style="color:green;">**/recepty**</mark>

## Ekonomika

* **Zůstatek peněz ->&#x20;**<mark style="color:green;">**/balance**</mark>
* **Zůstatek rubínů ->&#x20;**<mark style="color:green;">**/rubiny**</mark>
* **Zůstatek hlasovacích bodů ->&#x20;**<mark style="color:green;">**/body**</mark>
* **Prodání inventáře ->&#x20;**<mark style="color:green;">**/sellall inventory**</mark>
* **Prodání itemu v ruce ->&#x20;**<mark style="color:green;">**/sell**</mark>
* **Prodání všeho konkrétního ->&#x20;**<mark style="color:green;">**/sell název**</mark>
* **Aukce ->&#x20;**<mark style="color:green;">**/ah**</mark>

## Hráčské příkazy

* **Nastavení domova ->&#x20;**<mark style="color:green;">**/sethome název**</mark>
* **Teleport na domov ->&#x20;**<mark style="color:green;">**/home název**</mark>
* **Teleport na hráče ->&#x20;**<mark style="color:green;">**/tpa nick**</mark>
* **Přijetí teleportu ->&#x20;**<mark style="color:green;">**/tpaccept**</mark>
* **Nabídnutí výměny ->&#x20;**<mark style="color:green;">**/trade**</mark>
* **Práce ->&#x20;**<mark style="color:green;">**/prace**</mark>
* **Kity ->&#x20;**<mark style="color:green;">**/kit**</mark>
* **Ukázání receptu ->&#x20;**<mark style="color:green;">**/recipe název**</mark>
* **Teleport na poslední lokaci ->&#x20;**<mark style="color:green;">**/back**</mark>
* **Teleport na místo smrti ->&#x20;**<mark style="color:green;">**/dback**</mark>
* **Náhodný teleport v přírodě ->&#x20;**<mark style="color:green;">**/rt**</mark>
* **Odměny za hraní ->&#x20;**<mark style="color:green;">**/prewards**</mark>
* **List hlasovacích stránek ->&#x20;**<mark style="color:green;">**/hlas**</mark>
* **Zrušení ChestShopu ->&#x20;**<mark style="color:green;">**/qs remove**</mark>
* **Soukromá zpráva ->&#x20;**<mark style="color:green;">**/msg nick text**</mark>
* **Tagy ->&#x20;**<mark style="color:green;">**/tags**</mark>
* **Sednutí na zem ->&#x20;**<mark style="color:green;">**/sit**</mark>

## <mark style="color:red;">Speciální příkazy</mark>

* **Item v pravé ruce přesune do levé ->&#x20;**<mark style="color:green;">**/swap**</mark> <mark style="color:blue;">**\[Určeno primárně pro PE hráče]**</mark>
* **Nahraný čas ->&#x20;**<mark style="color:green;">**/playtime**</mark>
* **Statistiky ->&#x20;**<mark style="color:green;">**/stats**</mark>

## <mark style="color:purple;">Prémiové příkazy</mark>

* **Létání ->&#x20;**<mark style="color:green;">**/fly**</mark>
* **Nastavení rychlosti létání ->&#x20;**<mark style="color:green;">**/flyspeed číslo**</mark>
* **Vyléčení ->&#x20;**<mark style="color:green;">**/heal**</mark>
* **Doplnění hladu ->&#x20;**<mark style="color:green;">**/feed**</mark>
* **Nasazení itemu na hlavu ->&#x20;**<mark style="color:green;">**/hat**</mark>


---

# 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://luminarcz.gitbook.io/survival-wiki/zakladni-informace/prikazy.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.
