> For the complete documentation index, see [llms.txt](https://spacecore.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spacecore.gitbook.io/wiki/ua/minecraft/install-sponge.md).

# Встановлення ядра Sponge Forge 1.12.2

Моди завжди роблять гру цікавішою, особливо коли вони на сервері!

{% hint style="warning" %}
Перш ніж продовжити, не забудьте встановити Java 8/11
{% endhint %}

## Встановлення ядер

Створюємо каталог для нашого сервера.

За допомогою команди `wget` завантажуємо архів з чистою збіркою Vanilla+Forge1.12.2:

```
wget https://mirror.spacecore.info/minecraft/vanilla-1.12.2+forge-1.12.2-14.23.5.2854.zip
```

<figure><img src="/files/h66btWA49dqyu9dhdSkO" alt=""><figcaption></figcaption></figure>

Архів завантажено. Далі завантажуємо останню версію ядра SpongeForge 1.12.2:

```
wget https://mirror.spacecore.info/minecraft/spongeforge-1.12.2-2838-7.3.0.jar
```

<figure><img src="/files/jMZxDYvZli2Jig0obTbB" alt=""><figcaption></figcaption></figure>

```
unzip vanilla-1.12.2+forge-1.12.2-14.23.5.2854.zip
```

Ми розпакували ядро та файли бібліотеки. Ось що ми отримали.

```
java -Xms512M -Xmx2G -jar forge-1.12.2-14.23.5.2854.jar
```

Тепер потрібно підтвердити угоду у файлі `eula.txt`:

<figure><img src="/files/ma8dU5nhe7emmiGtksZB" alt=""><figcaption></figcaption></figure>

При повторному використанні команди сервер успішно запустився.

<figure><img src="/files/YRYxgiAu0jAkPQdADLqa" alt=""><figcaption></figcaption></figure>

Вимикаємо сервер. Тепер, щоб ядро Sponge працювало, потрібно відправити його до папки `mods`.

Пробуємо запустити сервер.

<figure><img src="/files/xx0TDMxPhiwcjI1MM0N0" alt=""><figcaption></figcaption></figure>

Наш сервер успішно запущено з використанням ядра Sponge Forge!

## Встановлення моду

Спробуємо встановити мод. Наприклад, використаємо Divine RPG 1.12.2.

{% hint style="warning" %}
Не забудьте встановити мод на клієнтську сторону.
{% endhint %}

Завантажте мод до папки `mods`.

Перезапустіть сервер (не забудьте видалити каталог `world`, якщо мод змінює його структуру).

<figure><img src="/files/4ZIuAJTiF03uqqbFRQUd" alt=""><figcaption></figcaption></figure>

Пробуємо підключитися.

<figure><img src="/files/BZuVZheJpd1MvcQQjzTt" alt=""><figcaption></figcaption></figure>

Успішно! Ми також бачимо, що мод працює.

## Встановлення плагінів

Встановимо LuckPerms. Більшість плагінів можна переглянути на офіційному сайті. Завантажте плагін та відправте його до папки `mods`.

Перезапустіть сервер. Після запуску ми можемо побачити новий каталог у папці `config`, який належить плагіну LuckPerms.

Перевіряємо роботу плагіна на сервері (`/lp` — для LuckPerms).


---

# 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://spacecore.gitbook.io/wiki/ua/minecraft/install-sponge.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.
