Basic bukkit support
This commit is contained in:
parent
762bdb7ff4
commit
3ec124aac4
27 changed files with 516 additions and 47 deletions
9
pom.xml
9
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue