Plugin for newer Minecraft versions (1.12.2+) to add snowball knockback und an optional headshot feature.
If you don't want to build the project by yourself, you can download it as a jar file here.
This project requires Malte Json and CraftBukkit 1.12.2.
After installing Oracle JDK or OpenJDK, checkout the source:
git https://github.com/luguhe/snowball-fight.git
cd snowball-fight
Add the CraftBukkit 1.12.2 (see here how to build) named craftbukkit_1.12.2.jar
in the directory lib
.
mkdir lib
mv /path/to/craftbukkit_1.12.2.jar lib/craftbukkit_1.12.2.jar
Now build the project:
./build.sh
Afterwads you will find the SnowballFight.jar
under out
.
SnowballFight is open-source software released under the MIT license. Please see the LICENSE
file for more details.