> For the complete documentation index, see [llms.txt](https://sleppyshel.gitbook.io/wikisleppyshel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sleppyshel.gitbook.io/wikisleppyshel/novovedeniya/modifikacii-servera.md).

# Модификации сервера

## ⚙️ Нововведения сервера

На сервере используется ряд плагинов и механик, которые делают игру более удобной и интересной.

### 📦 CoreProtect

Позволяет узнать, кто ломал блоки, открывал сундуки или забирал ваши вещи.

**Команда:**

```
/co i
```

После активации режима инспектора нажмите **ЛКМ** по нужному блоку, чтобы посмотреть историю его изменений.

***

### 🌙 Harbor

Ночь автоматически пропускается, если 8&#x35;**% игроков** на сервере находятся в кроватях.

***

### 🪑 SimpleSit

Позволяет сидеть на блоках и делать красивые скриншоты.

**Команда:**

```
/sit
```

Чтобы встать, нажмите **Shift**.

***

### 🤝 GSit

Позволяет сесть на голову другого игрока.

Для этого нажмите **пустой рукой** по голове игрока.

***

### 🖼️ Невидимые рамки

Позволяет включать видимость рамок для предметов.

**Команда:**

```
/itf Toggle Visibility
```

***

### 🎤 PlasmoVoice

Встроенный голосовой чат, позволяющий общаться с игроками без использования Discord.

> 📺 Инструкцию по установке и настройке можно найти в разделе **«Моды и ресурспаки»** или на YouTube.

***

### 💃 Emotecraft

Добавляет систему эмоций и анимаций персонажа.

> 📦 Для работы требуется библиотека эмоций.

***

### 🍺 Brewery

Добавляет систему приготовления различных напитков.

📖 Рецепты доступны в разделе **«**[**Brewery Wiki**](https://haku.su/wiki/features/brewery)**»**.

***

### 🏆 Более 1000 достижений

На сервере установлен пакет, добавляющий **более 1000 новых достижений**, чтобы вам всегда было чем заняться.

***

### 🔑 Режим лицензии

Для владельцев лицензионной версии Minecraft доступна команда:

```
/premium
```

Она включает режим авторизации через лицензионный аккаунт и упрощает вход на сервер.


---

# 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://sleppyshel.gitbook.io/wikisleppyshel/novovedeniya/modifikacii-servera.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.
