Home of the code for the following features:
- Cannons plugin integration
- Optional Movecraft-Combat integration (requires v1.2+ and Cannons v2.4.6+)
The legacy
branch is coded for 1.10.2 to 1.16.5 and Movecraft 7.x.
The main
branch is coded for 1.14.4 to 1.20.1 and Movecraft 8.x.
Devevlopment builds can be found on the GitHub Actions tab of this repository.
Stable builds can be found on our SpigotMC page.
This plugin requires that the user setup and build their Movecraft-Combat development environment, and then clone this into the same folder as your Movecraft-Combat development environment such that Movecraft-Cannons and Movecraft-Combat are contained in the same folder.
Then, run the following to build Movecraft-Cannons through maven
.
mvn clean install
Jars are located in /target
.
The plugin is released here under the GNU General Public License V3.