A plugin to handle Brawl, our KitPvP gamemode. This is currently playable on our dev realm, dev.minebo.net.
To setup Brawl usage with maven, put the following in your pom.xml
<dependencies>
<!-- Depend on Brawl -->
<dependency>
<groupId>net.minebo</groupId>
<artifactId>Brawl</artifactId>
<version>1.0-DEV</version>
<scope>provided</scope>
</dependency>
</dependencies>
Compilation requires the following to be fulfilled:
This plugin is provided "as is", which means no updates or new features are guaranteed. We will do our best to keep updating and pushing new updates, and you are more than welcome to contribute your time as well and make pull requests for bug fixes.
Once these tasks have been taken care of, compilation via mvn clean install will result in target/brawl-1.0-DEV.jar being created.
This software is available under the following licenses:
- MIT License