Add support for game profile based player images

This commit is contained in:
Mike Primm 2018-02-13 19:11:16 -06:00
parent 16d5b1de86
commit b87a44a690
4 changed files with 99 additions and 1 deletions

View file

@ -150,6 +150,11 @@
<artifactId>bstats-bukkit</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>
<version>3.0-SNAPSHOT</version>
</project>