Home of the code for the following features:
- AA Directors
- Cannon Directors
- Contact Explosives
- Durability Override
- Fireball Lifespan
- TNT Tracers
- Damage Tracking
- Combat Release Tracking
- Anti-Player Radar
- Fire Behavior
- TNT Translocation Behavior
- Movement Tracers
- Blast Resistance Override
The main
branch is coded for 1.14.4 and up with Movecraft 8.x.
The legacy
branch is coded for 1.10.2 to 1.12.2 and Movecraft 7.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 their GitHub token in maven to authenticate with GitHub Packages, as described in this wiki page.
Then, run the following to build Movecraft-Combat through maven
.
mvn clean install
Jars are located in /target
.
The plugin is released here under the GNU General Public License V3.