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

@@ -49,12 +49,12 @@
<artifactId>bungeecord-config</artifactId>
<version>${bungeecord.version}</version>
</dependency>
<dependency>
<groupId>com.mojang</groupId>
<artifactId>brigadier</artifactId>
<version>1.0.17</version>
</dependency>
<dependency>
<groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-commands</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

View File

@@ -16,7 +16,7 @@ import com.mojang.brigadier.suggestion.SuggestionsBuilder;
import com.mojang.brigadier.tree.LiteralCommandNode;
import fr.pandacube.lib.chat.ChatStatic;
import fr.pandacube.lib.core.commands.SuggestionsSupplier;
import fr.pandacube.lib.commands.SuggestionsSupplier;
import fr.pandacube.lib.util.Log;
import fr.pandacube.lib.reflect.Reflect;