This plugin allows a player do certain commands. Created for RetroHaven.org
/meow
/hug <player>
/pet <player>
/milk <player>
/wave <player>
/silly
customcommands.meow
customcommands.hug
customcommands.wave
customcommands.silly
customcommands.pet
customcommands.milk
Compiling is done via maven. To compile a JAR, cd into the directory and run the following command:
mvn clean package
You should now have a runnable JAR inside the /target folder