Basic bukkit support

This commit is contained in:
Alexander Söderberg 2020-09-06 17:55:46 +02:00
parent 762bdb7ff4
commit 3ec124aac4
No known key found for this signature in database
GPG key ID: C0207FF7EA146678
27 changed files with 516 additions and 47 deletions

View file

@ -8,7 +8,9 @@
<artifactId>Commands</artifactId>
<version>1.0-SNAPSHOT</version>
<modules>
<module>commands-jline</module>
<!--<module>commands-jline</module>-->
<module>commands-bukkit</module>
<module>commands-core</module>
</modules>
<packaging>pom</packaging>
<inceptionYear>2020</inceptionYear>
@ -126,10 +128,5 @@
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
</dependency>
</dependencies>
</project>