Skip to content

A all-in-one WarGear Teamserver plugin

License

Notifications You must be signed in to change notification settings

Jan9103/WarGearCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVAL NOTICE

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.

WarGearCore

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

Usage

Getting a plugin JAR

Official Downloads

  • GitHub (the jar files at the bottom)

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

About

A all-in-one WarGear Teamserver plugin

Resources

License

Stars

Watchers

Forks

Languages