JBWAPI Kotlin Template
A small template hello world bot for JBWAPI users to ease setup (using gradle
).
Usage
$ git clone https://github.com/JavaBWAPI/jbwapi-kotlin-template.git
$ cd jbwapi-kotlin-template
$ gradle build
$ java -jar build/libs/jbwapi-kotlin-template-1.0-SNAPSHOT.jar
Tutorial
Follow the tutorial for more information