From 0a5f4de4377400ae6583595ab1e967e6951fac9f Mon Sep 17 00:00:00 2001 From: Mitchell Zhen Date: Fri, 4 Jun 2021 16:25:06 -0500 Subject: [PATCH 1/2] add Mac directions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47ee5a2..2536e03 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ This repo contains instructions for creating your own Minecraft server with Mult 2. Open the folder in your terminal and run `java -jar BuildTools.jar --rev 1.9` 3. Wait for the setup to complete (this may take some time). 4. Double-click `run.bat` to generate server files. -5. Find the new `eula.txt` file in the folder and change `eula=false` to `eula=true`. -6. Add `MultiCraft.jar` to the newly created `plugins` folder (you may need to use `run.bat` again if the folder hasn't appeared yet). + Mac: run `./start.sh` in terminal +6. Find the new `eula.txt` file in the folder and change `eula=false` to `eula=true`. +7. Add `MultiCraft.jar` to the newly created `plugins` folder (you may need to use `run.bat` again if the folder hasn't appeared yet). * `MultiCraft.jar` may be found here: https://github.com/mendozatudares/MultiCraftServer/releases/ -7. Double-click `run.bat` to start the server. +8. Double-click `run.bat` to start the server. From 00b60ad91c6a063685848e49e6688b33039c461f Mon Sep 17 00:00:00 2001 From: Mitchell Zhen Date: Fri, 4 Jun 2021 16:26:03 -0500 Subject: [PATCH 2/2] formatting fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2536e03..39e24c3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repo contains instructions for creating your own Minecraft server with Mult 2. Open the folder in your terminal and run `java -jar BuildTools.jar --rev 1.9` 3. Wait for the setup to complete (this may take some time). 4. Double-click `run.bat` to generate server files. - Mac: run `./start.sh` in terminal + * Mac: run `./start.sh` in terminal 6. Find the new `eula.txt` file in the folder and change `eula=false` to `eula=true`. 7. Add `MultiCraft.jar` to the newly created `plugins` folder (you may need to use `run.bat` again if the folder hasn't appeared yet). * `MultiCraft.jar` may be found here: https://github.com/mendozatudares/MultiCraftServer/releases/