Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 909 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 909 Bytes

Spigot updater (macOS)

Automatically create/update a Spigot Minecraft server on macOS

macOS Minecraft

Requirements

  • You must have Java installed (Java 8 is recommended)

Setup

  1. Clone this repository into a new folder for your server, Minecraft server/

    git clone https://github.com/polarstoat/spigot-updater.git 'Minecraft server'
  2. Run update.command

    It will take some time. When finished, there will be a spigot-X.jar file in the server folder.

  3. Run start.command

    This starts the server

Usage

  • update.command: Downloads the latest BuildTools.jar, then builds it, and copies the resulting spigot-X.jar file into your server folder
  • start.command: Starts running the Spigot Minecraft server