This project will no longer recieve proper updates in the forseeable future.
Why?
- I have quit the scene years ago at this point.
- Most of my friends/contacts have left the scene years ago.
- AFAIK basically noone uses this anymore.
- I started WarGearCore2 and its easier to work on. (WGC1 code is a mess).
What now?
- It should continue to work in the 1.20 (unless something like Log4J happens again).
- Fix it yourself for newer versions and open a MR (or just hard-fork it).
- Write your own.
- Hope that i get random motivation and finish WGC2.
A MCIV-WarGear Team- and Homeserver Bukkit-Plugin.
- GitHub (the jar files at the bottom)
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
(run in the WarGearCore code directory after downloading it)
podman run -v .:/wgc --rm ghcr.io/nixos/nix env -C /wgc nix-shell --run "make all"
docker run -v .:/wgc --rm ghcr.io/nixos/nix env -C /wgc nix-shell --run "make all"
Your options: