How to create a Minecraft Server on a Mac & play with friends (detailed walkthrough)

Опубликовано: 29 Май 2020
на канале: MXL
172,420
4k

This is a detailed walkthrough for how to create your own Minecraft server on a Mac. This tutorial will work for almost any version of Minecraft as long as you download the correct "server.jar". In this video, we cover not only how to create the Server properly, but also some of the reasons for why it does not work some of the time. If anything doesn't work for you there is a checklist later in the description of things to check and try. I know I was talking a little bit fast and this might seems complicated, but I was just trying to cover as much as I could in the best and shortest way. I hope this helped you :)

↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

Here are the timestamps if you need them:

Opining the "server.jar": 1:24
Creating the "start.command" file: 2:39
Simple port forwarding: 5:01
____________________________________________________
Downloads: Latest server.jar download: https://www.minecraft.net/en-us/downl...
Port Map download: https://www.codingmonkeys.de/portmap/ Almost any "server.jar" downloads: https://mcversions.net/
____________________________________________________
"start.command" text:

2GB Ram:
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx2G -Xms2G -jar server.jar nogui

4GB Ram:
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx4G -Xms4G -jar server.jar nogui

8GB Ram:
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx8G -Xms8G -jar server.jar nogui

(Ps. To change the Ram amounts yourself and customize them all you have to do is change the two reoccurring numbers in the text. Ex. "-Xmx8G -Xms8G" is an 8GB server and "-Xmx4G -Xms4G" is a 4GB server)

If your either confused or don't know what to choose ram-wise, I'd stick with the first (2GB) one. If you would like to learn more about Ram and what it does I would start by watching this video:    • Understanding RAM for beginners   or just looking it up.

I love ram
____________________________________________________
Things to check if your server does not work:

1. Make sure you're playing on the same version of Minecraft as that of your server running on

2. Make sure the TextEdit document is formatted

3. If your "start.command" keeps saying "[Process completed]" try just running the "server.jar", use it in the same way that you would the "start.command" (it's just not as convenient).

4. Check that you have Java installed, if not you can do so by downloading it here: https://www.java.com/en/download/
____________________________________________________
Here are some of the videos that helped me when I was stuck:
   • How to make a Start.command (MAC) {SI...  
   • How To Make A Minecraft 1.13 Server o...  
   • Minecraft - How to Port Forward a Ser...  
   • How To Download & Install Java for Mi...   ____________________________________________________

The music: LAKEY INSPIRED - Wonder
(It's a very chill song, you should check it out)

Server Icon at 3:20 made by "bqlqn" You can check out their work at: https://www.flaticon.com/authors/bqlqn




Lastly, I know the thumbnail isn't the best. Since this is our first uploaded video to this channel we want to sense the traction a little bit first, but of course, I want to make this better and have the best tutorials out there. You can only try. :)


Смотрите видео How to create a Minecraft Server on a Mac & play with friends (detailed walkthrough) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь MXL 29 Май 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 172,420 раз и оно понравилось 4 тысяч людям.