Загрузка данных


@echo off
chcp 65001 >nul
cd /d "%~dp0"

java -Xms2G -Xmx4G -Dfile.encoding=UTF-8 -jar server.jar nogui
pause