A simple, quick tutorial how to set up Minecraft server on Mac OS.. — //Watch my other videos! Want to play with friends? Watch my video about it! https://youtu.be/AB02HW4k_U. See Why I hate Minecraft: https://youtu.be/Vp0Xt5jR_tI. Or How to Build the Easiest Elevator in Minecraft: https://youtu.be/BzFXLgMyBFk. Or Automatic Furnace: https://youtu.be/PY3FRwWQ85I. Are you on Windows? This is video on how to set up Minecraft Server locally with a few ideas on how to share it with friends! https://youtu.be/RZ0lUYplhIw. — Link to download Minecraft Server: https://www.minecraft.net/en-us/download/server. More Minecraft Server versions: www.mcversions.net. — The command for the command file: #!/bin/bash. cd «$(dirname «$0″)». exec java -Xms1G -Xmx1G -jar server.jar nogui. — To allocate more memory change ‘1G’ in ‘exec java -Xms1G -Xmx1G -jar server.jar nogui’ for the total number of memory you’d like to allocate! Like ‘2G’ or something.. The command from terminal that gives rights to the command file is ‘chmod a+x’! — Hope you enjoyed the video! And if you have please leave a like and a command below! Felix!
Короткий и простой видеоурок о создании сервера Bukkit на Mac OS.. Команда для запуска: #!/bin/bash. cd «$(dirname «$0″)». exec java -Xmx8G -Xms8G -jar craftbukkit142.jar. Команда для назначения прав администратора: chmod a+x
В этом видео я рассказываю вам как создать сервер для майнкарфт на версию 1.12.2 на Маке (подключаться смогут те кто подключиться к вашему хамачи). Советую делать все как и я! — #!/bin/bash. cd «$(dirname «$0″)». exec java -Xms1G -Xmx1G -jar minecraft_server.jar nogui (это вставите в блокнот и назовите start.command). — сайт с плагинами: https://dev.bukkit.org/bukkit-plugins. скачать сервер: https://getbukkit.org/download/spigot. плагин на World Edit: https://dev.bukkit.org/projects/worldedit?gameCategorySlug=bukkit-plugins&projectID=31043. Если не заработает, попробуйте найти подходящее по этой ссылке: https://dev.bukkit.org/search?search=WorldEdit