- Java: RLCraft server runs on Java, so you need to have it installed on your machine. You can check if Java is installed by running
java -version
in your terminal. If it's not installed, you can install it by runningsudo apt install openjdk-11-jdk
.
-
Navigate to the directory where you extracted the RLCraft Server pack using the
cd
command. -
Unzip the RLCraft Server pack by running
unzip 'RLCraft Server Pack 1.12.2 - Release v2.9.3.zip'
. -
After unzipping get the forge-1.12.2-14.23.5.2860-installer.jar put in the same directory as the unzipped files
-
run java -jar forge-1.12.2-14.23.5.2860-installer.jar --installServer
-
After running you will see a
forge-1.12.2-14.23.5.2860.jar
run java -jar forge-1.12.2-14.23.5.2860.jar -
Open
eula.txt
with a text editor (e.g.,nano eula.txt
) and changeeula=false
toeula=true
to agree to the Minecraft EULA. -
Now you can enjoy playing (and dying) in RLCraft with your friends!
If you encounter any issues while running the server, check the logs
directory in the server folder. The latest.log file will contain detailed information about any errors or issues.
To stop the server, type stop
in the server console and press enter. This will save the world and stop the server safely.
Note: Running a Minecraft server can consume a lot of resources. Make sure your machine meets the recommended requirements for running a RLCraft server.