How to run a Minecraft Server on Mac OS X

Опубликовано: 05 Август 2026
на канале: TechHut
4,659
41

Heelo everyone, in this video I am going over the steps you need to take to run and create a bukkit Minecraft server on the Mac OS X operating system. I hope this help anyone out there!

Resources:
Java -
http://www.java.com/en/download/manua...

craftbukkit.jar -
http://dl.bukkit.org

server_start.command -
#!/bin/bash
cd "$( dirname "$0" )"
java -Xmx1024M -jar craftbukkit.jar -o true

Terminal -
chmod a+x (then drag on drop)

Credits and full tutorial:
http://wiki.bukkit.org/Setting_up_a_s...