Run the repl and follow the instructions.
If you get any errors make sure that you typed everything right or try starting from scratch. Otherwise, comment and I may be able to help you.
Once you see Done! in the console, connect to the ip shown in ip.txt. If you don't want the IP to change you can purchase ngrok premium or use a dedicated minecraft host such as PebbleHost
If you have questions ask in the comments!
How to change minecraft version
If you already have a server, delete the files mc/server.jar and mc.sh
Run the command above that starts with wget again
In mc.sh, find the line that says VERSION=1.16.3 and edit it to your desired version
If you get "signal: killed" or "OutOfMemoryError"
You have two options:
Buy hacker plan
Change the line at the bottom of mc.sh that starts with java to be java -Xmx1G -Xms1G -jar server.jar nogui" to "java -Xmx200M -Xms200M -jar server.jar nogui (thanks @gomgo)
🔥Minecraft Server on Repl.it!🔥
How to run a minecraft server on repl.it
Hey guys today I'm going to show you how to run a minecraft server on repl.it.
Installation is super simple!
If you get any errors make sure that you typed everything right or try starting from scratch. Otherwise, comment and I may be able to help you.
Once you see
Done!
in the console, connect to the ip shown inip.txt
. If you don't want the IP to change you can purchase ngrok premium or use a dedicated minecraft host such as PebbleHostIf you have questions ask in the comments!
How to change minecraft version
mc/server.jar
andmc.sh
wget
againmc.sh
, find the line that saysVERSION=1.16.3
and edit it to your desired versionIf you get "signal: killed" or "OutOfMemoryError"
You have two options:
mc.sh
that starts withjava
to bejava -Xmx1G -Xms1G -jar server.jar nogui" to "java -Xmx200M -Xms200M -jar server.jar nogui
(thanks @gomgo)Credits
Huge shoutout to
@letsrepl for the initial concept.Remember to upvote if you enjoyed!