> For the complete documentation index, see [llms.txt](https://onlymine.gitbook.io/onlymine-classic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onlymine.gitbook.io/onlymine-classic/plugin_help/jobs/1.md).

# Описание работ

**1. Повар**

* **Что делать**: Крафтите и выпекайте еду в печи.
* **Награды**: Деньги, опыт и очки работ за каждое приготовленное блюдо.

***

**2. Фермер**

* **Что делать**:
  * Собирайте созревший урожай.
  * Размножайте и приручайте животных.
  * Стригите овец, доите коров.
  * Наполняйте компостницы.
  * Собирайте дикие ягоды и мёд.
* **Награды**: Деньги, опыт и очки работ за каждое действие.

***

**3. Рыбак**

* **Что делать**: Ловите рыбу и находите сокровища.
* **Награды**: Деньги, опыт и очки работ за каждый улов.

***

**4. Охотник**

* **Что делать**:
  * Убивайте враждебных, дружелюбных и нейтральных мобов.
  * Приручайте животных.
* **Награды**: Деньги, опыт и очки работ за каждое убийство или приручение.

***

**5. Шахтёр**

* **Что делать**: Добывайте ценные руды (например, уголь, железо, золото, алмазы).
* **Награды**: Деньги, опыт и очки работ за каждую добытую руду.

***

**6. Дровосек**

* **Что делать**: Рубите деревья и собирайте древесину.
* **Награды**: Деньги, опыт и очки работ за каждое срубленное дерево.

***

**7. Копатель**

* **Что делать**: Разрушайте блоки, которые можно вскопать лопатой (например, землю, песок, гравий).
* **Награды**: Деньги, опыт и очки работ за каждый разрушенный блок.

***

**8. Путешественник**

* **Что делать**: исследуйте мир и открывайте новые территори.
* **Награды**: Деньги, опыт и очки работ за новые исследованные территории.


---

# 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://onlymine.gitbook.io/onlymine-classic/plugin_help/jobs/1.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.
