Automatically create/update a Spigot Minecraft server on macOS
- You must have Java installed (Java 8 is recommended)
-
Clone this repository into a new folder for your server,
Minecraft server/
git clone https://github.com/polarstoat/spigot-updater.git 'Minecraft server'
-
Run
update.command
It will take some time. When finished, there will be a
spigot-X.jar
file in the server folder. -
Run
start.command
This starts the server
update.command
: Downloads the latest BuildTools.jar, then builds it, and copies the resultingspigot-X.jar
file into your server folderstart.command
: Starts running the Spigot Minecraft server