lukasherz / snowball-fight

Plugin for newer Minecraft versions to add snowball knockback und an optional headshot feature.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Plugin for newer Minecraft versions to add snowball knockback und an optional headshot feature.

License:MIT License


Languages

Language:Java 92.4%Language:Shell 7.6%