This repo contains instructions for creating your own Minecraft server with MultiCraft. Running a Minecraft server requires Java, which can be downloaded here: https://www.java.com/en/download/
- Clone or download the ZIP of this repo onto the machine which will host the server.
- If downloaded, unzip and move folder to proper location.
- Open the folder in your terminal and run
java -jar BuildTools.jar --rev 1.14
- Wait for the setup to complete (this may take some time).
- Double-click
run.bat
to generate server files.- Mac: run
./start.sh
in terminal
- Mac: run
- Find the new
eula.txt
file in the folder and changeeula=false
toeula=true
. - Add
MultiCraft.jar
to the newly createdplugins
folder (you may need to userun.bat
again if the folder hasn't appeared yet).MultiCraft.jar
may be found here: https://github.com/mendozatudares/MultiCraftServer/releases/
- Double-click
run.bat
to start the server.