Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.25 KB

SnowballFight

Plugin for newer Minecraft versions (1.12.2+) to add snowball knockback und an optional headshot feature.

Download

If you don't want to build the project by yourself, you can download it as a jar file here.

Dependencies

This project requires Malte Json and CraftBukkit 1.12.2.

Build

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.

Copyright

SnowballFight is open-source software released under the MIT license. Please see the LICENSE file for more details.