Library to make creating command structures easier
Running the build.sh
file will both compile and install MCCommands into your local repository
In your pom.xml
, add
<dependencies>
<dependency>
<groupId>dev.zomo</groupId>
<artifactId>MCCommands</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>