✨ Add pagination to MinecraftHelp, move minecraft-extras to it's own package
This commit is contained in:
parent
454ceb318a
commit
674507fea6
7 changed files with 440 additions and 92 deletions
|
|
@ -26,8 +26,8 @@ package cloud.commandframework.examples.bukkit;
|
|||
import cloud.commandframework.Command;
|
||||
import cloud.commandframework.CommandTree;
|
||||
import cloud.commandframework.Description;
|
||||
import cloud.commandframework.MinecraftExceptionHandler;
|
||||
import cloud.commandframework.MinecraftHelp;
|
||||
import cloud.commandframework.minecraft.extras.MinecraftExceptionHandler;
|
||||
import cloud.commandframework.minecraft.extras.MinecraftHelp;
|
||||
import cloud.commandframework.annotations.AnnotationParser;
|
||||
import cloud.commandframework.annotations.Argument;
|
||||
import cloud.commandframework.annotations.CommandDescription;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue