> For the complete documentation index, see [llms.txt](https://docs.game-box.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.game-box.pl/rozpoczecie-rozgrywki/kopalnia.md).

# Kopalnia

Kopalnia to jedna z form rozpoczęcia rozgrywki. Do kopalni można wejść przez /kopalnia. Aby otrzymać Startowy Kilof trzeba kliknąć przycisk, który jest opisany hologramem. Po odebraniu kilofa, można iść odebrać pierwsze zadanie u Górnika, a po jego ukończeniu wybrać swoją nagrodę.

:pencil: **Potrzebne komendy na tym warpie:**\
\- /cobble \[on/off] - włącza/wyłącza dropienie cobblestone'a\
\- /cobble wymien - wymienia cobblestone'a na staki (x64)\
\- /drop \[on/off] - włącza/wyłącza drop z kamienia\
\- /gornik - wyświetla postęp misji u górnika\
\- /ulepszkilof - ulepsza kilof zdobyty na kopalni po kliknięciu przycisku

:pencil: **Dropy z kopalni:**\
\- Żelazo: 2%\
\- Złoto: 1%\
\- Diament: 0.5%\
\- Szmaragd: 0.1%\
\- Żelazne Ulepszenie: 0.7%\
\- Złote Ulepszenie: 0.3%\
\- Diamentowe Ulepszenie: 0.1%\
\- Skrzynia Górnika: 0.05%\
\- Skrzynia Energii: 0.03%<br>

<figure><img src="/files/mpZg8qz7gJw3ybO3F6uo" alt=""><figcaption><p>NPC - Górnik</p></figcaption></figure>

U Villagerów możesz kupować miecze, zbroje oraz zdobywać przedmioty za cobblestone'a.&#x20;

<figure><img src="/files/Fba2EoYIvM0A7FSHbcu8" alt=""><figcaption><p>Startowy kilof</p></figcaption></figure>

Kilof, który otrzymałeś jest podpisany i może nim kopać tylko właściciel, a po wykopaniu odpowiedniej ilości kamienia kilof wpisz komendę **/ulepszkilof**, aby go ulepszyć - będziesz również potrzebować materiał odpowiednio dobrany do kilofa.

TIP: Jeśli masz za dużo cobblestone'a i nie masz miejsca użyj komendy /cobble wymien aby automatycznie wymienić wszystko na Cobblestone x64.


---

# 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://docs.game-box.pl/rozpoczecie-rozgrywki/kopalnia.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.
