Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.43 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.43 KB

WarGearCore

A MCIV-WarGear Team- and Homeserver Bukkit-Plugin.

Usage

Getting a plugin JAR

Official Downloads

(none yet)

Building on linux

Depending on your distribution you might have to install the dependencies: bash, curl, git, gnumake, openjdk17, zip, unzip

Open a terminal and run the following commands in it:

git clone https://github.com/jan9103/WarGearCore.git
cd WarGearCore
make all

Now you can find the jar file at /home/YOUR_USERNAME/WarGearCore/build/WarGearCore.jar

Building using a OCI-container-engine

(run in the WarGearCore code directory after downloading it)

podman

podman run -v .:/wgc --rm ghcr.io/nixos/nix env -C /wgc nix-shell --run "make all"

docker

docker run -v .:/wgc --rm ghcr.io/nixos/nix env -C /wgc nix-shell --run "make all"

Building on windows

Your options:

  1. use linux
  2. use linux
  3. use linux
  4. reverse engineer spigot yourself