Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 421 Bytes

JBWAPI Java Template

A small template hello world bot for JBWAPI users to ease setup (using maven).

Usage

$ git clone https://github.com/JavaBWAPI/jbwapi-java-template.git

$ cd jbwapi-java-template

$ mvn package

$ java -jar target/jbwapi-template-1.0-SNAPSHOT-jar-with-dependencies.jar

Tutorial

Follow the tutorial for more information