> For the complete documentation index, see [llms.txt](https://guide.kyivproject.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.kyivproject.fun/pravila-gri/rules-game.md).

# Правила поведінки в грі

> m.m. — minutes mute (мут/хвилини)> \
> h.m. — hours mute (мут/години)> \
> d.m. — days mute (мут/дні)> \
> h.b. — hours ban (бан/години)> \
> d.b. — days ban (бан/дні)> \
> m.b. — months ban (бан/місяці)> \
> p.b. — permanent ban (бан назавжди / IP-бан)> \
> dm.h. — demorgan hours (деморган/години)> \
> dm.d. — demorgan days (деморган/дні)> \
> w\.k. — warning kick (кік/попередження)

***

* 3.1. Заборонено навмисне псування майна інших гравців (гриферство). \
  \ <mark style="color:orange;">**― 5 dm.d.**</mark>

***

* 3.2. Заборонено торгувати предметами або акаунтами за реальні гроші.\
  \ <mark style="color:orange;">**― p.b.**</mark>

***

* 3.3. Заборонено використання читів, модифікацій та сторонніх програм, що дають перевагу над іншими гравцями або погіршують ігровий процес.\
  \ <mark style="color:orange;">**― 2 m.b.**</mark>

***

* 3.4. Заборонено спеціально викликати лаги або інші несправності сервера.\
  \ <mark style="color:orange;">**― 7 d.b.**</mark>

***

* 3.5. Заборонено будувати споруди з неетичним або провокативним змістом.\
  \ <mark style="color:orange;">**― 3 h.b.**</mark>

***

* 3.6. PvP відбувається тільки за взаємною згодою сторін.\
  \ <mark style="color:orange;">**― 1 h.b.**</mark>

***

* 3.7. Використання власних автоматизацій (Redstone, макроси, боти) допускається лише у межах, що не шкодять іншим гравцям.\
  \ <mark style="color:orange;">**― 1 dm.h.**</mark>

***

{% hint style="warning" %}
Недотримання/незнання правил не звільняє вас від відповідальності!
{% endhint %}

> Правила **затверджено** 26.10.2025 та набувають чинності з моменту затвердження. Також ці правила будуть доповнюватись з часом, проходити перевірку та повторну верифікацію для забезпечення актуальності та відповідності нормам.


---

# 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://guide.kyivproject.fun/pravila-gri/rules-game.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.
