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

# Модификации

### **SimpleVoice** — Основополагающая модификация <a href="#plasmovoice-osnovopolagayushaya-modifikaciya" id="plasmovoice-osnovopolagayushaya-modifikaciya"></a>

Наш сервер в первую очередь история о общении и ванильной игре, невозможно сейчас представить, чтобы игроки не имели возможности общаться внутри игры, когда большая часть геймплея на проекте происходит в паре с кем то или в целой группе лиц. Именно поэтому, мы так относимся к Simple Voicechat, ведь без него никакой игрок сервера не сможет получить той полноценной картины игры на сервере. Мы всё ещё оставляем за игроками право не устанавливать модификацию, но настоятельно рекомендуем это сделать.

Скачать **Simple VoiceChat** по [ссылке ](https://modrinth.com/plugin/simple-voice-chat/versions?g=1.21.11)(тык)

## Вспомогательные модификации

Мы никак напрямую не связаны с данными модификациями, но поддерживаем и разрешаем их, на уровне правил и администрации никто не сможет помешать вам использовать моды перечисленные в данном списке, однако не все моды попадают в этот список и вы можете помочь нам улучшить этот список, рассказав о доброжелательных модификациях администрации:

* [Litematica](https://www.curseforge.com/minecraft/mc-mods/litematica) — Модификация для постройки по схематике.
* [EasyPlace ](https://modrinth.com/mod/litematica-printer-easyplace-extension)— Модификация для облегчения строительства по LiteMatic'e.
* [Litematica Printer](https://modrinth.com/mod/litematica-printer) — Модификация для автоматического строительства.
* [Sodium](https://modrinth.com/mod/sodium) — Модификация для оптимизации графической составляющей.
* [ReplayMod](https://modrinth.com/mod/replaymod) — Модификация для прямой записи реплея в майнкрафте.
* [Xaero's Minimap](https://modrinth.com/mod/xaeros-minimap/version/23.5.0_Forge_1.16.5) — Модификация для получения карты мира.
* [JEI ](https://modrinth.com/mod/jei)— Модификация для получения всех рецептов на сервере.

Перед установкой любой модификации убедитесь, что она не даёт нечестных преимуществ. Моды, нарушающие правила сервера, запрещены, даже если их нет в этом списке.


---

# 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://sharkland.gitbook.io/sharkland-docs/tekhnicheskie-voprosy/modifikacii.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.
