Paste your logs.

Built for Minecraft & Hytale

Unknown Log

9 lines
Raw
@echo off
cls
:start
title My Server
java -DIReallyKnowWhatIAmDoingISwear -Xmx2G -jar --illegal-access=permit BungeeCord-BotFilter(3.8.11).jar -nogui
set choice=
set /p choice="Do you want to restart? Press 'y' and enter for Yes: "
if not '%choice%'=='' set choice=%choice:~0,1%
if '%choice%'=='y' goto start