# Частые вопросы

### Q: Можно ли установить плагины на Forge? <a href="#plugins" id="plugins"></a>

A: Нет, нельзя. Для установки плагинов вам потребуются такие ядра как Mohist, Magma или ArcLight. Найти первое можно в разделе "Автоустановка". Последние два устанавливаются вручную.

### Q: Сделал всё верно, но сервер не запускается! <a href="#start-errors" id="start-errors"></a>

A: Вероятно, вы забыли принять EULA (Пользовательское соглашение) или выбрали неверную версию Java. Перечитайте статью.

### Q: Установщик не работает, вылезает ошибка `Failed to download version manifest, cannot find server jar URL`. <a href="#manifest-error" id="manifest-error"></a>

A: Ваша версия Java, установленная на ПК, не поддерживает нужные сертификаты. Вам нужно установить последнюю версию Java: <https://www.java.com/ru/download/>.

### Q: Сделал всё по руководству, но запускается ванильный сервер (Не работают моды) <a href="#vanilla-error" id="vanilla-error"></a>

A: Скорее всего вы сделали не всё по руководству. Обычно такое бывает, когда переименован файл minecraft\_server.jar, а не forge.jar. Первый файл - ядро ванильного сервера, второй - ядро Forge. Переименовывать нужно второй файл. Первый файл при этом также должен быть в файлах сервера.


---

# Agent Instructions: 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:

```
GET https://rent-guidebook.gitbook.io/forge/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
