⚠️ 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 MCStackOption 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 MCStack2. Or download one of the archives from releases:
2. Configure the .env File (if needed)
3. Launch the Project
- Use the Launch Script (
start.batorstart.sh)
- For Windows: just run
start.bat - For Linux (Ubuntu or Debian): make the script executable:
chmod +x start.sh
./start.sh- 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 с содержимым из репозитория.
Способы запуска:
-
Скачайте проект
-
Склонируйте репозиторий:
git clone https://github.com/crazykivi/MCStack cd MCStack
-
Или скачайте один из архивов, доступных в релизных версия: Релизные версии
-
-
Настройка .env файла (если требуется)
-
Запустите проект
-
Запустите скрипт (
start.batилиstart.sh)Для Windows: просто запустите
start.batДля Linux (Ubuntu или Debian) нужно сделать файл исполняемым:
chmod +x start.sh
После чего запустите скрипт ./start.sh
-
Или запустите проект вручную с помощью Docker Compose
docker compose up -d
