Progress javadoc, various refactor + new module pandalib-commands

This commit is contained in:
2022-08-03 01:45:18 +02:00
parent 660414424e
commit 3bcd8d315b
78 changed files with 791 additions and 683 deletions

View File

@@ -19,6 +19,16 @@
<artifactId>classgraph</artifactId>
<version>4.8.149</version>
</dependency>
<dependency>
<groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version> <!-- Match the version imported by Paper API/BungeeCord API if possible -->
</dependency>
</dependencies>
<build>