Skip to content

0.2.6. Adding a Spigot

Latest

Choose a tag to compare

@crazykivi crazykivi released this 18 Jun 03:25

3e702509-0e16-41a0-a713-361f6ced69af

⚠️ Disclaimer

This project is still in development. The translation is being handled by mysterious forces (AI), so expect some glitches and weirdness along the way. The original language of this project is Russian.

🔄 Note

This project is still being translated. Currently, only the Wiki documentation is being translated — the backend and frontend parts of the project have not been translated yet.

Show description in English

0.2.6 — Adding a Spigot

Wiki Link

https://outline.nikitaredk0.ru/s/682c860b-97f6-452a-9a91-899b2df5ee63

Main Changes

1. Adding a Spigot

  • Spigot has been added to the project.

Requirements

To run the project, you will need:

  • Internet access (for downloading Java and server files)
  • Docker version 18.06.0 or newer
  • Docker Compose version 1.27.0 or newer

How to Run the Project

Option 1: Clone the Repository

git clone https://github.com/crazykivi/MCStack.git
cd MCStack

Option 2: Download a Release Archive

You can download ready-made release packages with pre-configured docker-compose.yml, .env, and launch scripts from the Releases page.

Option 3: Manual Setup

Create a file named docker-compose.yml with content from the repository.


Launch Instructions

1. Download the Project

1. Clone the repository:
git clone https://github.com/crazykivi/MCStack
cd MCStack
2. Or download one of the archives from releases:  

GitHub Releases

2. Configure the .env File (if needed)

3. Launch the Project

  1. Use the Launch Script (start.bat or start.sh)
  • For Windows: just run start.bat
  • For Linux (Ubuntu or Debian): make the script executable:
chmod +x start.sh
./start.sh
  1. Or start manually via Docker Compose:
docker compose up -d
Показать описание на русском

0.2.6 — Добавление Spigot

Ссылка на Wiki

https://outline.nikitaredk0.ru/s/682c860b-97f6-452a-9a91-899b2df5ee63

Основные изменения

1. Добавление Spigot

  • В проект был добавлен Spigot

Требования к запуску

Для работы проекта требуется:

  • Доступ к интернету для скачивания Java и серверных файлов.
  • Docker (версия 18.06.0 или выше).
  • Docker Compose (версия 1.27.0 или выше).

Как запустить проект

Вариант 1: Клонирование репозитория

git clone https://github.com/crazykivi/MCStack.git
cd MCStack

Вариант 2: Скачать архив из релизов

Вы можете скачать уже подготовленный архив с docker-compose.yml, .env, и скриптами запуска в разделе Releases.

Вариант 3: Ручное создание docker-compose.yml

Создайте файл docker-compose.yml с содержимым из репозитория.

Способы запуска:

  1. Скачайте проект

    1. Склонируйте репозиторий:

      git clone https://github.com/crazykivi/MCStack
      cd MCStack
    2. Или скачайте один из архивов, доступных в релизных версия: Релизные версии

  2. Настройка .env файла (если требуется)

  3. Запустите проект

  4. Запустите скрипт (start.bat или start.sh)

    Для Windows: просто запустите start.bat

    Для Linux (Ubuntu или Debian) нужно сделать файл исполняемым:

    chmod +x start.sh

    После чего запустите скрипт ./start.sh

  5. Или запустите проект вручную с помощью Docker Compose

    docker compose up -d