This is a Minecraft Plugin for Bukkit/Paper/Spigot servers that adds several new super-powered projectiles that make the standard potion-tipped arrows look boring.
As long as a player has gotten the Enchanter advancement, he/she can also see the recipe for all Power Projectiles. Each projectile's lore (the text below its name) contains instructions for how to use it.
- Download the latest release of Power Projectiles from GitHub Releases.
- Copy the downloaded
power-projectiles-VERSION.jar
into your server'splugins
directory.
- Please report any issues you find on the
Issues
tab. - If you want to develop new features, feel free to open a pull request.
While developing, use the command ./gradlew runDevServer
to run a Paper server
with your changes loaded.
- Download the source code:
git clone https://https://github.com/thehale/power-projectiles.git
. - Open a terminal in the root folder of the project.
- Build the jar:
./gradlew build
. - Copy the generated jar from
./build/libs/power-projectiles.jar
into your server'splugins
directory.
Simply inherit from Power Arrow and implement the required abstract methods to make your own Power Arrow!
Other types of Power Projectiles will come in the future.