Skip to content

0.2.531. Replace Cyrillic with Latin in Launch Scripts

Choose a tag to compare

@crazykivi crazykivi released this 26 May 02:26

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

Link to Wiki

https://outline.nikitaredk0.ru/s/044157a9-2709-426f-8f95-4a4255ce6c48

Main Changes

1. Fixed Cyrillic to Latin Encoding

  • One change only: Cyrillic characters were removed because encoding issues caused many errors.

Running the Project

To run the project, you will need:

  • Internet access to download Java and server files.
  • Docker (version 18.06.0 or higher) and Docker Compose (version 1.27.0 or higher).

How to Run

  • Clone the repository:
git clone https://github.com/crazykivi/minecraft-backend.git  
cd minecraft-backend
  • Or download a release archive of your choice.

  • Run the script start.bat (for Windows) or start.sh (for Ubuntu and Debian):

For Linux (Ubuntu or Debian), make the file executable:

chmod +x start.sh

Then run the script:

./start.sh
  • Or manually launch the project using Docker Compose:
docker compose up -d
🇷🇺 Показать описание на русском

0.2.531 Замена кириллицы на латиницу в скриптах запуска

Ссылка на Wiki

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

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

1. Исправление кириллицы на латиницу

  • Изменение одно: убрана кириллица, так как из-за кодировки было множество ошибок

Запуск проекта

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

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

Запуск

  • Склонируйте репозиторий:
git clone https://github.com/crazykivi/minecraft-backend.git
cd minecraft-backend
  • Или скачайте выбранный релиз.
  • Запустите скрипт start.bat (для Windows) или для start.sh (для Ubuntu и Debian):

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

chmod +x start.sh

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

  • Или запустите проект вручную с помощью Docker Compose
docker compose up -d