> 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/core_protect.md).

# Core protect

**Как работает Core Protect?**

Core Protect — это мощный инструмент, который отслеживает и записывает практически все действия, связанные с изменением объектов на сервере. С его помощью можно узнать, кто, когда и что изменил в мире.&#x20;

***

**Как включить режим проверки?**

1. Введите команду **`/co i`**. Это активирует режим проверки.
2. **Левый клик (ЛКМ)** по блоку — покажет, кто и когда ставил или ломал блоки на этом месте. Вся информация выводится в чат.
3. **Правый клик (ПКМ)** по грани блока — покажет историю изменений блока, который находится за этой гранью.
4. **Правый клик (ПКМ)** по механизму (например, дверь, рычаг, кнопка) — покажет, кто и когда использовал этот механизм.

Чтобы выключить режим проверки, снова введите команду **`/co i`**.

***

**Что можно узнать с помощью Core Protect?**

* **Кто изменил блок** — отображаются никнеймы игроков или имена сущностей.
* **Когда это произошло** — точное время изменения.
* **История изменений** — какие блоки были поставлены или сломаны на определённом месте.
* **Использование механизмов** — кто и когда активировал рычаги, кнопки, двери и другие механизмы.

***

**Пример использования:**

1. Вы заметили, что кто-то сломал ваш дом.
2. Включаете режим проверки командой **`/co i`**.
3. Левой кнопкой мыши кликаете по повреждённому блоку.
4. В чате появляется информация о том, кто и когда сломал блок.


---

# 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/core_protect.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.
