Create a minecraft server with replit hacker plan and non hacker plan! (1.8.9)
So the first thing is you need hacker plan if you want better peformance
https://replit.com/site/pricing
and then you have to clone this repo by doing:
git clone https://github.com/NixonXC/mc-server/
or you can import the repo
after that you have imported the repo
this window should come
after that you have to paste this in "configure the run button":
IF YOU DON'T HAVE HACKER PLAN: java -Xmx1024M -Xms1024M -jar server.jar
IF YOU HAVE HACKER PLAN (while boosting the repl): java -Xmx2048M -Xms2048M -jar server.jar
I have boosted the repl with Always on enabled so I am going to use
java -Xmx2048M -Xms2048M -jar server.jar
after that you have to click "Done"
after that the repl should look like this
after tthe serevr started the console should look like this (ingore the /help command)
Now your minecraft server is running!