a minigame about chasing people around. this is an early alpha, most of the stuff requires admin interaction to happen
pls contribute i write code like garbage
after cloning the repo,
- launch bindownload.py with python3
- open cmd in the folder that you cloned the repo into
java -Xmx1G -Xms1G -jar server.jar nogui- open the newly created file "eula.txt" and accept minecraft's EULA
now you're good to go. when you run the command from step 3 again, the server will fully launch, ready to be joined.
don't forget to set the port you want to use yourself in server.properties. default port is 20189
join the server yourself from the same machine via 127.0.0.1:20189 or 127.0.0.1:<port> if you changed it
create a script that will run the before mentioned starting command
example script i use myself:
@echo OFF
title lostya's tag
echo Starting...
java -Xmx1G -Xms1G -jar server.jar nogui
