Mac Tutorial - How To Setup a Minecraft Bukkit Server on a Mac

Опубликовано: 25 Апрель 2026
на канале: TheNanoApple
19
1

Link to download Bukkit: http://dl.bukkit.org/

start.command code:
#!/bin/bash
cd "$( dirname "$0" )"
java -Xms2G -Xmx2G -jar craftbukkit.jar -o true

Use chmod a+x [filepath] (can be achieved by dragging and dropping the start.command into terminal) to give start.command permission to run.

Follow me on Twitter:   / thenanoapple